Built motion from commit c8dd8619.|2.0.42
[motion2.git] / server / config / seedDB / chanspy.js
index 25dd70d..eb0c60e 100644 (file)
@@ -8,19 +8,19 @@ var chanSpy = [{
     name: 'Listen&TalkOne',
     prefix: 'spy1',
     options: ['b', 'w'],
-    description: 'The supervisor can listen and talk to the agent. The customer will not listen to the supervisor voice.',
+    description: 'Supervisors can listen to the phone call and can just talk to the agent.',
 }, {
     id: 2,
     name: 'OnlyListen',
     prefix: 'spy2',
     options: ['b', 'o'],
-    description: 'The supervisor can only listen the agent channel (neither the agent nor the customer will listen to the supervisor voice.',
+    description: 'Supervisors can just listen to the phone call.',
 }, {
     id: 3,
     name: 'Listen&TalkBoth',
     prefix: 'spy3',
     options: ['b', 'W'],
-    description: 'The supervisor can listen and talk both to the agent and to the customer, like a pure 3 way conference room.',
+    description: 'Supervisors can listen to the phone call and talk to both the agent and the customer (3-Way Conference).',
 }];
 
 exports.create = function() {