[Home]

Summary:ASTERISK-08565: Manager Interface no longer recognizes the Login action
Reporter:Jared Smith (jsmith)Labels:
Date Opened:2007-01-12 09:53:01.000-0600Date Closed:2007-01-12 10:47:49.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The Asterisk Manager Interface is no longer accepting the Login action, as shown below (SVN-branch-1.4-r50562):

[jsmith2@localhost asterisk-1.4]$ telnet localhost 5038
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
Asterisk Call Manager/1.0
Action: Login
Username: admin
Secret: test

Response: Error
Message: Missing action in request

It was broken somewhere between revisions 50562 and 49165.  As you can see below, it worked just fine with revision 49165.

[jsmith2@localhost ~]$ telnet localhost 5038
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
Asterisk Call Manager/1.0
Action: Login
Username: admin
Secret: test

Response: Success
Message: Authentication accepted


****** STEPS TO REPRODUCE ******

Download the lastest 1.4 branch from SVN.
Telnet to port 5038
Try to login using the "Login" action.
Watch Asterisk complain.
Comments:By: Joshua C. Colp (jcolp) 2007-01-12 10:47:49.000-0600

Fixed in 1.4 as of revision 50602 and trunk as of revision 50603.