[OpenSIPS-Users] xmlrpc_ng opensis 2.1 / 400 Bad request
Alain Bieuzent
alain.bieuzent at free.fr
Tue Sep 1 11:33:25 CEST 2015
Hi all,
I'trying to migrate my opensisps 1.11.5 to 2.1 and i have a probleme
with xmlrpc_ng
When i post a request to my opensips 1.11.5, it work :
HTTP/1.1 200 OK
Content-Length: 452
Content-Type: text/xml; charset=utf-8
Date: Tue, 01 Sep 2015 09:23:31 GMT
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param><value><string>tm:received_replies:: 1331345
tm:relayed_replies:: 902120
tm:local_replies:: 422824
tm:UAS_transactions:: 587390
tm:UAC_transactions:: 41524
tm:2xx_transactions:: 482865
tm:3xx_transactions:: 0
tm:4xx_transactions:: 137567
tm:5xx_transactions:: 7074
tm:6xx_transactions:: 171
tm:inuse_transactions:: 2077
</string></value></param>
</params>
</methodResponse>
but when i run the same request on my opensips 2.1, the module return a
400 Bad Request.
HTTP/1.1 400 Bad Request
Content-Length: 46
Content-Type: text/xml; charset=utf-8
Date: Tue, 01 Sep 2015 09:23:42 GMT
Is there a change in opensips 2.1 ?
my request :
<?xml version='1.0'?>
<methodCall>
<methodName>get_statistics</methodName>
<params>
<param><value><string>tm:</string></value></param>
</params>
</methodCall>
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20150901/486a0165/attachment.htm>
More information about the Users
mailing list