[OpenSIPS-Users] mi_http and mi_xmlrpc_ng not able to send commands

Alex Pappas apappas at vieras.eu
Mon Jul 6 16:51:01 CEST 2015


Dear all,

I have default configuration for both the above modules, but I'm not able
to send any commands.(ofc the httpd is loaded)

When I try mi_http with get I always get back :
Response:
<html>
<body>
Unable to parse URL!
</body>
</html>

When I try mi_xmlrpc_ng I always get "Unable to parse URL!" although I'm
trying the example from the module documentation

POST
Content-Type text/xml
http://127.0.0.1:8888/xmlrpc

<?xml version="1.0" ?>
<methodCall>
   <methodName>get_statistics</methodName>
   <params>
       <param>
           <value><string>dialog:</string></value>
       </param>
       <param>
           <value><string>tm:</string></value>
       </param>
  </params>
</methodCall>

Response:
<html>
<body>
Unable to parse URL!
</body>
</html>



What am I doing wrong ??

thanx in advance
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20150706/2d21a2aa/attachment-0001.htm>


More information about the Users mailing list