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

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


Author: file
Date: Mon Mar 10 21:22:43 2008
New Revision: 107351

URL: http://svn.digium.com/view/asterisk?view=rev&rev=107351
Log:
Capitalization complete.

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=107351&r1=107350&r2=107351
==============================================================================
--- team/file/bridging/apps/app_confbridge.c (original)
+++ team/file/bridging/apps/app_confbridge.c Mon Mar 10 21:22:43 2008
@@ -53,12 +53,12 @@
 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"
+"      '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"
+"      '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.";




More information about the asterisk-commits mailing list