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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Mar 10 21:21:58 CDT 2008


Author: file
Date: Mon Mar 10 21:21:58 2008
New Revision: 107350

URL: http://svn.digium.com/view/asterisk?view=rev&rev=107350
Log:
Document current available options and usage.

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=107350&r1=107349&r2=107350
==============================================================================
--- team/file/bridging/apps/app_confbridge.c (original)
+++ team/file/bridging/apps/app_confbridge.c Mon Mar 10 21:21:58 2008
@@ -50,8 +50,18 @@
 static char *app = "ConfBridge";
 static char *synopsis = 
 "Conference Bridge application.";
-static char *descrip = "This application is a template to build other applications from.\n"
- " It shows you the basic structure to create your own Asterisk applications.\n";
+static char *descrip =
+"  ConfBridge([confno][,[options]]): Enters the user into a specified conference bridge.\n"
+"The option string may contain zero or more of the following characters:\n"
+"      'a' -- set admin mode\n"
+"      '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"
+"      '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"
+"can be set using the CONFBRIDGE_LEAVE_SOUND variable. These can be unique to the caller.";
 
 enum {
 	OPTION_DYNAMIC = (1 << 0),           /*!< Set if the conference is to be dynamically generated */




More information about the asterisk-commits mailing list