[asterisk-commits] file: branch file/bridging r109356 - /team/file/bridging/apps/app_confbridge.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 18 09:05:45 CDT 2008


Author: file
Date: Tue Mar 18 09:05:44 2008
New Revision: 109356

URL: http://svn.digium.com/view/asterisk?view=rev&rev=109356
Log:
Update documentation per new ability to specifiy musicclass to M option.

Modified:
    team/file/bridging/apps/app_confbridge.c

Modified: team/file/bridging/apps/app_confbridge.c
URL: http://svn.digium.com/view/asterisk/team/file/bridging/apps/app_confbridge.c?view=diff&rev=109356&r1=109355&r2=109356
==============================================================================
--- team/file/bridging/apps/app_confbridge.c (original)
+++ team/file/bridging/apps/app_confbridge.c Tue Mar 18 09:05:44 2008
@@ -57,7 +57,11 @@
 "      'c' -- Announce user(s) count on joining a conference\n"
 "      'd' -- Dynamically add conference\n"
 "      'm' -- Present menu (user or admin) when '#' is received\n"
-"      'M' -- Enable music on hold when the conference has a single caller\n"
+"      'M[(<class>)]'\n"
+"          -- enable music on hold when the conference has a single caller.\n"
+"             Optionally, specify a musiconhold class to use.  If one is not\n"
+"             provided, it will use the channel's currently set music class,\n"
+"             or \"default\".\n"
 "      'l' -- Do not play message when first person enters\n"
 "      's' -- set initially muted\n"
 "The join sound can be set using the CONFBRIDGE_JOIN_SOUND variable and the leave sound\n"




More information about the asterisk-commits mailing list