Page 1 of 1

New Feature: Agent Volume Controls

PostPosted: Fri Oct 06, 2006 9:47 am
by mflorell
Just added another new feature yesterday, the ability for the agent to control volume levels for any call in their meetme room directly from the vicidial.php page.

Changes are made in SVN 2-X and we are using this successfully in production.

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.

Any questions or comments please post here.

PostPosted: Fri Oct 06, 2006 6:20 pm
by gerski
thanks... will check on this later =D

PostPosted: Fri Oct 06, 2006 11:38 pm
by gerski
i cant seem to find the patch.. where can i find it?

PostPosted: Sat Oct 07, 2006 1:38 pm
by mflorell
You need to update your SVN 2-X code and read the SCRATCH_INSTALL, the patch is also in the extras directory.

*OPTIONAL*(1.2.12.1) apply the meetme volume control patch
wget http://www.eflo.net/files/meetmeadmin_v ... trol.patch
patch -p1 < ./meetmeadmin_volume_control.patch
- File to patch: app_meetme.c.c