I want to know if xmlrpc is working between openxcap and opensips. OPenxcap accepts all the data I'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 "mi_xmlrpc.so"<br>modparam("mi_xmlrpc", "log_file", "/var/log/openser-xmlrpc.log")<br>modparam("mi_xmlrpc", "port", 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>