[Devel] CVS commitlog: sip-server/modules/tm mi.c

Juha Heinanen jh at tutpro.com
Fri Dec 15 12:49:48 CET 2006


now that i'm able to issue t_uac_dlg requests over xml-rpc, the next
question is how can i get access to the reply?  

in fifo implementation that happened by reading the reply fifo file.

i would assume that in xml-rpc implementation the reply would be
returned in the params section of xml-rpc response to t_uac_dlg, but in
my tests the only param of the response has been empty.

-- juha

Received the following response:

HTTP/1.1 200 OK
Content-type: text/xml; charset="utf-8"
Content-length: 147
Connection: close
Date: Fri, 15 Dec 2006 11:45:14 GMT
Server: ABYSS/0.3

<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param><value><string></string></value></param>
</params>
</methodResponse>



More information about the Devel mailing list