From 707f0b027a7fd730954f97f2a67d1ec880eafc2b Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 6 Oct 2006 14:53:53 +0000 Subject: [PATCH] documentation changes for agent volume control feature git-svn-id: svn://192.168.202.10@338 3d104415-ff17-0410-8863-d5cf3c621b8a --- UPGRADE | 7 +++++++ docs/SCRATCH_INSTALL.txt | 6 ++---- docs/conf_examples/extensions.conf.sample | 6 ++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/UPGRADE b/UPGRADE index 6a58dcb1..32508b73 100644 --- a/UPGRADE +++ b/UPGRADE @@ -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 ########## diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index cfab55dd..42eb3525 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -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 diff --git a/docs/conf_examples/extensions.conf.sample b/docs/conf_examples/extensions.conf.sample index e4ef625c..b6c6f2e9 100644 --- a/docs/conf_examples/extensions.conf.sample +++ b/docs/conf_examples/extensions.conf.sample @@ -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