[Home]

Summary:ASTERISK-09706: mxml fails while trying to http query meetme
Reporter:John Hass (john8675309)Labels:
Date Opened:2007-06-18 15:17:50Date Closed:2007-06-19 12:39:15
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I am trying to query from http manager http://localhost:8088/asterisk/mxml?action=command&command=meetme%20list%201234%20concise

it returns data but breaks in firefox:

[code]
XML Parsing Error: not well-formed
Location: http://67.55.158.53:8088/asterisk/mxml?action=command&command=meetme%20list%201234%20concise
Line Number 2, Column 86:<response type='object' id='unknown'><generic response='Follows' privilege='Command' 1!9999999999!!sip/192.168.10.1-082477f8!!!!-1!00='02:43' /></response>
-------------------------------------------------------------------------------------^
[/code]

Not sure if this is fixable or not.  It would be really nice to use this in a parsing engine instead of continually logging in through telnet!

This is actuall version 1.4.5 but it has not been updated.
Comments:By: Jason Parker (jparker) 2007-06-19 12:39:14

Sorry, this isn't something we can fix.

The only solution I could recommend is writing a patch that will add the functionality you need as a real manager command, instead of using the "command" action.  I believe there may actually already be something along those lines on the bug tracker waiting to be tested/committed.  You may want to do a search for meetme manager stuff.

Closing.