]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add missing documentation of required AMI action Challenge AuthType header.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 5 Oct 2011 16:26:45 +0000 (16:26 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 5 Oct 2011 16:26:45 +0000 (16:26 +0000)
(closes issue ASTERISK-18554)
Reported by: Vlad Povorozniuc
Patches:
      __20110919-manager-challenge-docs.patch.txt (license #4999) patch uploaded by Leif Madsen

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

main/manager.c

index 4746409e836cbcc6f1c1b084862e8546b89ada99..5fb884460d7e523c46d66425526ee78368f8bd2e 100644 (file)
@@ -156,6 +156,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                </synopsis>
                <syntax>
                        <xi:include xpointer="xpointer(/docs/manager[@name='Login']/syntax/parameter[@name='ActionID'])" />
+                       <parameter name="AuthType" required="True">
+                               <para>Digest algorithm to use in the challenge. Valid values are:</para>
+                               <enumlist>
+                                       <enum name="MD5" />
+                               </enumlist>
+                       </parameter>
                </syntax>
                <description>
                        <para>Generate a challenge for MD5 authentication.</para>