Merged revisions 339504,339506 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r339504 | rmudgett | 2011-10-05 11:26:45 -0500 (Wed, 05 Oct 2011) | 7 lines
  
  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
........
  r339506 | rmudgett | 2011-10-05 11:32:03 -0500 (Wed, 05 Oct 2011) | 1 line
  
  Fix XML error in AMI action Challenge.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@339508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Richard Mudgett 14 years ago
parent 2e35748372
commit b18d634377

@ -156,6 +156,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</synopsis> </synopsis>
<syntax> <syntax>
<xi:include xpointer="xpointer(/docs/manager[@name='Login']/syntax/parameter[@name='ActionID'])" /> <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> </syntax>
<description> <description>
<para>Generate a challenge for MD5 authentication.</para> <para>Generate a challenge for MD5 authentication.</para>

Loading…
Cancel
Save