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
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>   


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to