I want to know if xmlrpc is working between openxcap and opensips. OPenxcap accepts all the data I&#39;m trying to save from the client and sends 200 OK. OPensips is listening to the correct xmlrpc port that I configured on opensips.cfg.<br>
<br>On opensips.cfg I have :<br><br>loadmodule &quot;mi_xmlrpc.so&quot;<br>modparam(&quot;mi_xmlrpc&quot;, &quot;log_file&quot;, &quot;/var/log/openser-xmlrpc.log&quot;)<br>modparam(&quot;mi_xmlrpc&quot;, &quot;port&quot;, 9997)<br>
<br>And on openxcap config.ini I have the following:<br><br>[OpenSIPS]<br><br>; The address and port of the xml-rpc management interface<br>xmlrpc_url = <a href="http://sips01.mydomain.com:9997">http://sips01.mydomain.com:9997</a><br>
<br>I also see that on /var/log/openser-xmlrpc.log the pidf POST 200 336 statement is logged when I PUT pidf.xml to openxcap. Whch all indicates that xmlrpc is working. But I don;t see any xmlrpc debug logs on openspis console when pidf is posted.<br>
<br>Please tell me what to look for and how to make sure that openxcap is fact communicating with openspis.<br><br>Thakns in Advance.<br><br><br>