[OpenSIPS-Users] T_UAC_DLG over XML RPC
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Fri Jul 17 14:18:05 CEST 2009
Hi Ricardo,
The parameters are listed here:
http://www.opensips.org/html/docs/modules/1.5.x/tm.html#id272626
About how the params are going into the message:
http://www.opensips.org/html/docs/modules/devel/mi_xmlrpc.html#id228194
You my try a small python script for send xmlrpc stuff:
<>
#!/usr/bin/python
import xmlrpclib
opensips = xmlrpclib.ServerProxy('http://127.0.0.1:8080/RPC2')
print opensips.get_statistics("core:");
<>
Regards,
Bogdan
Ricardo Limonta wrote:
> Hi,
>
> I'm trying execute the t_uac_dlg (MI Function) through xml rpc mecanism,
> but i don't undertand how to set the parameters.
>
> The xml rpc service is working normaly in my opensips (1.5).
>
> Thanks for any help,
>
> Ricardo Limonta
>
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
More information about the Users
mailing list