[asterisk-commits] seanbright: trunk r329953 - in /trunk: ./ configs/confbridge.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 28 08:04:36 CDT 2011
Author: seanbright
Date: Thu Jul 28 08:04:33 2011
New Revision: 329953
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=329953
Log:
Merged revisions 329952 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10
........
r329952 | seanbright | 2011-07-28 09:03:58 -0400 (Thu, 28 Jul 2011) | 4 lines
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:
trunk/ (props changed)
trunk/configs/confbridge.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/configs/confbridge.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/confbridge.conf.sample?view=diff&rev=329953&r1=329952&r2=329953
==============================================================================
--- trunk/configs/confbridge.conf.sample (original)
+++ trunk/configs/confbridge.conf.sample Thu Jul 28 08:04:33 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