documentation changes for agent volume control feature
git-svn-id: svn://192.168.202.10@338 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -17,6 +17,13 @@ quit
|
||||
3. You can now define trunks for use only by specific campaigns. See the help
|
||||
in the server modification page under the VICIDIAL SERVER TRUNKS section.
|
||||
|
||||
4. Agents now have the ability to control volume levels for any call in their
|
||||
meetme room directly from the vicidial.php page. This only works on
|
||||
Asterisk 1.2.7.1, 1.2.12.1 or SVN_1.2 and the meetmeadmin_volume_control.patch
|
||||
patch must be applied as described in the SCRATCH_INSTALL. Also, a few
|
||||
lines must be added to the extensions.conf for this to work:
|
||||
(_X48600XXX, _X38600XXX, 8300 [see extensions.conf.sample])
|
||||
|
||||
|
||||
|
||||
########## UPGRADING FROM 1.1.12-3 TO 2.0.1 ##########
|
||||
|
||||
@@ -1955,12 +1955,10 @@ entries(this is a pure addition, nothing is being modified):
|
||||
NOTE: see below these entries for app_conference instructions is used
|
||||
######------ START extensions.conf changes for VD conf ------######
|
||||
exten => _X48600XXX,1,MeetMeAdmin(${EXTEN:2},T,${EXTEN:0:1})
|
||||
exten => _X48600XXX,2,MeetMeAdmin(${EXTEN:2},U,${EXTEN:0:1})
|
||||
exten => _X48600XXX,3,Hangup
|
||||
exten => _X48600XXX,2,Hangup
|
||||
|
||||
exten => _X38600XXX,1,MeetMeAdmin(${EXTEN:2},t,${EXTEN:0:1})
|
||||
exten => _X38600XXX,2,MeetMeAdmin(${EXTEN:2},u,${EXTEN:0:1})
|
||||
exten => _X38600XXX,3,Hangup
|
||||
exten => _X38600XXX,2,Hangup
|
||||
|
||||
exten => 8300,1,Hangup
|
||||
|
||||
|
||||
@@ -260,12 +260,10 @@ exten => 8600028,1,Meetme,8600028|q
|
||||
exten => 8600029,1,Meetme,8600029|q
|
||||
|
||||
exten => _X48600XXX,1,MeetMeAdmin(${EXTEN:2},T,${EXTEN:0:1})
|
||||
exten => _X48600XXX,2,MeetMeAdmin(${EXTEN:2},U,${EXTEN:0:1})
|
||||
exten => _X48600XXX,3,Hangup
|
||||
exten => _X48600XXX,2,Hangup
|
||||
|
||||
exten => _X38600XXX,1,MeetMeAdmin(${EXTEN:2},t,${EXTEN:0:1})
|
||||
exten => _X38600XXX,2,MeetMeAdmin(${EXTEN:2},u,${EXTEN:0:1})
|
||||
exten => _X38600XXX,3,Hangup
|
||||
exten => _X38600XXX,2,Hangup
|
||||
|
||||
exten => 8300,1,Hangup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user