]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Correct documentation for ConfbridgeList AMI action
authorMatthew Jordan <mjordan@digium.com>
Thu, 24 Jan 2013 04:01:27 +0000 (04:01 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 24 Jan 2013 04:01:27 +0000 (04:01 +0000)
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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@380028 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_confbridge.c

index db91495c5f0eee4959a95efb12c0473549ab9371..47d8d0eb157a55b1c836151b62dbb59f58c566fd 100644 (file)
@@ -152,7 +152,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                </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>