Hi, Miha!

First of all, I'd suggest you use a XMLRPC library, rather then implement the protocol by yourself. There are several out there, you should easily find one for your programming language.

Secondly, there's no mi command called 'ul show', only an opensipsctl command. Most likely you are looking for the ul_show_contact() command[1].

Unfortunately there is no support for authentication. You'll have to secure this at IP level(iptables).

[1] http://www.opensips.org/html/docs/modules/1.8.x/usrloc#id294400

Best regards,

Razvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com



On 02/26/2014 02:12 PM, Miha wrote:
HI,

trying to do something with xml rpl, but haviing some problems...

Is this ok (I guess not as I am getting errors :) )?

<?xml version="1.0" encoding="iso-8859-1"?>
     <methodCall>
         <methodName>ul show</methodName>
     <params>
         <param>
             <value>
<string>38618108...@xxx.xxx.xxx.xxx</string>
             </value>
         </param>
     </params>
</methodCall>


How must I modify this?
Another thing, is it possble to do some authenication for this?

tnx!
miha

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to