[asterisk-commits] mjordan: trunk r380029 - in /trunk: ./ apps/app_confbridge.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 23 22:02:51 CST 2013
Author: mjordan
Date: Wed Jan 23 22:02:47 2013
New Revision: 380029
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380029
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
........
Merged revisions 380028 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
trunk/ (props changed)
trunk/apps/app_confbridge.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: trunk/apps/app_confbridge.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_confbridge.c?view=diff&rev=380029&r1=380028&r2=380029
==============================================================================
--- trunk/apps/app_confbridge.c (original)
+++ trunk/apps/app_confbridge.c Wed Jan 23 22:02:47 2013
@@ -161,7 +161,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