[asterisk-commits] rmudgett: branch 1.8 r339504 - /branches/1.8/main/manager.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Oct 5 11:26:50 CDT 2011


Author: rmudgett
Date: Wed Oct  5 11:26:45 2011
New Revision: 339504

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339504
Log:
Add missing documentation of required AMI action Challenge AuthType header.

(closes issue ASTERISK-18554)
Reported by: Vlad Povorozniuc
Patches:
      __20110919-manager-challenge-docs.patch.txt (license #4999) patch uploaded by Leif Madsen

Modified:
    branches/1.8/main/manager.c

Modified: branches/1.8/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/manager.c?view=diff&rev=339504&r1=339503&r2=339504
==============================================================================
--- branches/1.8/main/manager.c (original)
+++ branches/1.8/main/manager.c Wed Oct  5 11:26:45 2011
@@ -156,6 +156,12 @@
 		</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>




More information about the asterisk-commits mailing list