[Home]

Summary:ASTERISK-08756: raw asterisk manager interface does not reply to querys
Reporter:jynger (jynger)Labels:
Date Opened:2007-02-08 12:53:17.000-0600Date Closed:2007-02-08 14:40:07.000-0600
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:when i try to use

http://asterisk:8088/asterisk/rawman?action=ping
or any other action i get no reply, but the console says the action is recived and completed.

http://asterisk:8088/asterisk/mxml?action=ping
works fine, got reply:
<ajax-response>
<response type="object" id="unknown">
<generic response="Error" message="Permission denied"/>
</response>
</ajax-response>

http://asterisk:8088/asterisk/manager?action=ping
works fine, got reply:
Response Error
Message Permission denied

because rawman does not reply, asterisk-gui setup does'nt continue from install.html

:(

Comments:By: Joshua C. Colp (jcolp) 2007-02-08 14:40:06.000-0600

Fixed in trunk as of revision 53635.