[svn-commits] pabelanger: trunk r271089 - /trunk/apps/app_meetme.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 16 19:30:55 CDT 2010


Author: pabelanger
Date: Wed Jun 16 19:30:51 2010
New Revision: 271089

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=271089
Log:
option w[(secs)] incorrectly capitalized in xmldoc

(closes issue #17516)
Reported by: karlfife

Modified:
    trunk/apps/app_meetme.c

Modified: trunk/apps/app_meetme.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_meetme.c?view=diff&rev=271089&r1=271088&r2=271089
==============================================================================
--- trunk/apps/app_meetme.c (original)
+++ trunk/apps/app_meetme.c Wed Jun 16 19:30:51 2010
@@ -166,7 +166,7 @@
 					<option name="T">
 						<para>Set talker detection (sent to manager interface and meetme list).</para>
 					</option>
-					<option name="W" hasparams="optional">
+					<option name="w" hasparams="optional">
 						<para>Wait until the marked user enters the conference.</para>
 						<argument name="secs" required="true" />
 					</option>




More information about the svn-commits mailing list