[Devel] [ openser-Bugs-1622537 ] t_uac_dlg over XML-RPC

SourceForge.net noreply at sourceforge.net
Thu Jan 4 18:16:52 CET 2007


Bugs item #1622537, was opened at 2006-12-26 20:17
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1622537&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
Status: Open
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Juha Heinanen (juhe)
>Assigned to: Bogdan (bogdan_iancu)
Summary: t_uac_dlg over XML-RPC

Initial Comment:
When a dialog initiating SIP request (e.g. INVITE) is submitted to OpenSER using t_uac_dlg over XML-RPC, headers of final response are not included in XML-RPC response making it impossible to submit to OpenSER new SIP requests that belong to the same dialog.

Juha Heinanen


----------------------------------------------------------------------

>Comment By: Bogdan (bogdan_iancu)
Date: 2007-01-04 19:16

Message:
Logged In: YES 
user_id=1275325
Originator: NO

Hi Juha,

yes, that is correct - the XMLRPC implementation has no support for async
replies - this is required by t_uac_dlg in order to pass the received
replies whenever and wherever they come. For FIFO there is support for
async replies, but because of the connection-oriented nature of XMLRPC
(TCP), this is quite difficult to do.

A suggested solution is what Stefan Sayer suggested - to externel call
itself to be made async.

regards,
bogdan

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1622537&group_id=139143



More information about the Devel mailing list