summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-01-24 04:02:47 +0000
committerMatthew Jordan <mjordan@digium.com>2013-01-24 04:02:47 +0000
commitbde00a2e03050531550de31bdd2e955e18c7d6ee (patch)
treeaed564c42207c925faf9e04afd48238159d713b1 /apps
parentfa83a52b335b9e3696829a2f97b90d2d724f013b (diff)
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380029 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_confbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c
index 7ad92272d..8a4fdc329 100644
--- a/apps/app_confbridge.c
+++ b/apps/app_confbridge.c
@@ -161,7 +161,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>