Hi all,<br>XCAP Server is running. Sip simple client is installed to check how to  PUT, GET, and DELETE the pres-rules documents.<br>Sipsimple client is able to register with opensips 1.5 server. PUT, GET, DELETE are working with local sipsimpleclient.<br>
<br>****************************From Local Sipsimpleclient(Opensips 1.5 and Openxcap are running in this machine)*************************************<br>dev:/# xcapclient -a Jp -i /usr/local/src/ConSERve/xcap/python-xcaplib-1.0.8/examples/rls-services.xml PUT<br>
put <a href="http://dev.ongobiz.com:5070/xcap-root/rls-services/users/sip:Jp@dev.ongobiz.com/index">http://dev.ongobiz.com:5070/xcap-root/rls-services/users/sip:Jp@dev.ongobiz.com/index</a><br>200 OK<br>etag: &quot;78b6ca5db36e126d2d373b25552e4358&quot;<br>
content-type: application/rls-services+xml<br>***********************************************************************************************************************************************<br>I tried to register from another sipsimpleclient located in another machine to the Opensips running in my machine.<br>
Registration is happening.<br>When tried to PUT documents it is saying that urlopen error.<br><br>**********************************************************From remote sipclient ************************************************************************************<br>
debian:~# xcapclient -a Jp -i /usr/local/src/xcap_dep/python-xcaplib-1.0.8/examples/pres-rules.xml PUT<br>put <a href="http://dev.ongobiz.com:5070/xcap-root/pres-rules/users/sip:Jp@dev.ongobiz.com/index">http://dev.ongobiz.com:5070/xcap-root/pres-rules/users/sip:Jp@dev.ongobiz.com/index</a><br>
FATAL: URLError: &lt;urlopen error (111, &#39;Connection refused&#39;)&gt;<br>*********************************************************************************************************************************************<br>
<br>If I hit the URL &quot;<a href="http://dev.ongobiz.com:5070/xcap-root/rls-services/users/sip:Jp@dev.ongobiz.com/index">http://dev.ongobiz.com:5070/xcap-root/rls-services/users/sip:Jp@dev.ongobiz.com/index</a>&quot; in local system, it is able to fetch the document which I PUT.<br>
But, it is saying &quot;Filed to Connect&quot; (Can&#39;t establish a connection to the server at dev.ongobiz.com:5070.), when hit the above URL from other machine.<br><br>How to make access to the above URL from other machines?<br>
How to PUT the documents from other sipsimpleclinets (Otherthan local)?<br><br>Thanks<br>JayaPrakash<br>