[OpenSIPS-Users] xml_rpc
Răzvan Crainea
razvan at opensips.org
Wed Feb 26 13:57:59 CET 2014
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>38618108756 at 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 at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
More information about the Users
mailing list