[OpenSIPS-Devel] [opensips] Possible bug in xmlrpc-ng (#826)

Nick Altmann notifications at github.com
Fri Mar 11 12:51:18 CET 2016


Before 2.1 we used such xmlrpc request:

<?xml version="1.0" ?><methodCall><methodName>dr_reload</methodName></methodCall>

after upgrade to 2.1 this request returns:

ERROR:mi_xmlrpc_ng:mi_xmlrpc_http_run_mi_cmd: missing node params

It works only this way:
<?xml version="1.0" ?><methodCall><methodName>dr_reload</methodName><params></params></methodCall>

Is it okay or bug?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/826
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20160311/f3bfe05d/attachment.htm>


More information about the Devel mailing list