[Home]

Summary:ASTERISK-18554: CLI 'manager show command challenge' output missing a required field
Reporter:Vlad Povorozniuc (vpp)Labels:
Date Opened:2011-09-14 16:15:50Date Closed:2011-10-05 11:33:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface Documentation
Versions:Frequency of
Occurrence
Constant
Related
Issues:
Environment:trunk, 1.8Attachments:( 0) __20110919-manager-challenge-docs.patch.txt
Description:CLI> manager show command Challenge
[Syntax]
Action: Challenge
[ActionID:] <value>

if run according to this syntax asterisk returns an error:

Action: Challenge
ActionID: 1234

packet from socket:
Response: Error^M
ActionID: 1234^M
Message: Must specify AuthType^M

if AuthType is added then success is returned:

Action: Challenge
ActionID: 1234
AuthType: md5

packet from socket:
Response: Success^M
ActionID: 1234^M
Challenge: 598609531^M

Comments:By: Leif Madsen (lmadsen) 2011-09-19 15:16:55.650-0500

Try this patch and let me know if it looks right (I didn't have a change to try it). Also I hope it describes what that field is for correctly.