[asterisk-commits] seanbright: branch 10 r329952 - /branches/10/configs/confbridge.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 28 08:04:01 CDT 2011
Author: seanbright
Date: Thu Jul 28 08:03:58 2011
New Revision: 329952
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=329952
Log:
The default conf-usermenu says that '8' can be used to leave the conference, so
put that in the sample user menu. '5' is supposed to extend the conference, but
there doesn't appear to be a concept of that in the menu actions.
Modified:
branches/10/configs/confbridge.conf.sample
Modified: branches/10/configs/confbridge.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/10/configs/confbridge.conf.sample?view=diff&rev=329952&r1=329951&r2=329952
==============================================================================
--- branches/10/configs/confbridge.conf.sample (original)
+++ branches/10/configs/confbridge.conf.sample Thu Jul 28 08:03:58 2011
@@ -317,8 +317,8 @@
6=increase_listening_volume
*7=decrease_talking_volume
7=decrease_talking_volume
-*8=no_op
-8=no_op
+*8=leave_conference
+8=leave_conference
*9=increase_talking_volume
9=increase_talking_volume
More information about the asterisk-commits
mailing list