[Kamailio-Users] [SR-Dev] MI_XMLRPC

Juha Heinanen jh at tutpro.com
Thu Apr 2 20:32:26 CEST 2009


Andrei Pelinescu-Onciul writes:

 > However all this is integrated with the "rpc" interface, so it can be
 > used only if you write ser style rpcs instead of the mi functions, or if
 > you write a different xmlrpc mi transport (but since mi future is
 > uncertain I wouldn't do that).

andrei,

it must be possible to send the request to the proxy using normal
xml-rpc client.  for example,

c = xmlrpclib.ServerProxy("http://address_of_proxy:6060/RPC2")
r = c.pua_publish(uri, 3600, "presence", "application/pidf+xml", etag, "", body)

i didn't understand from your description, if that is possible in s-r.

-- juha



More information about the Users mailing list