[asterisk-commits] mjordan: branch 11 r380028 - /branches/11/apps/app_confbridge.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 23 22:01:31 CST 2013
Author: mjordan
Date: Wed Jan 23 22:01:27 2013
New Revision: 380028
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380028
Log:
Correct documentation for ConfbridgeList AMI action
The documentation for ConfbridgeList states that the Conference field is
optional. That's not really the case: if you fail to provide a Conference
number, the command will kick back an error.
(closes issue AST-1090)
Reported by: John Bigelow
Modified:
branches/11/apps/app_confbridge.c
Modified: branches/11/apps/app_confbridge.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/apps/app_confbridge.c?view=diff&rev=380028&r1=380027&r2=380028
==============================================================================
--- branches/11/apps/app_confbridge.c (original)
+++ branches/11/apps/app_confbridge.c Wed Jan 23 22:01:27 2013
@@ -152,7 +152,7 @@
</synopsis>
<syntax>
<xi:include xpointer="xpointer(/docs/manager[@name='Login']/syntax/parameter[@name='ActionID'])" />
- <parameter name="Conference" required="false">
+ <parameter name="Conference" required="true">
<para>Conference number.</para>
</parameter>
</syntax>
More information about the asterisk-commits
mailing list