Bugs item #3353049, was opened at 2011-07-03 23:39 Message generated for change (Tracker Item Submitted) made by osas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3353049&group_id=232389
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: 1.6.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ovidiu Sas (osas) Assigned to: Nobody/Anonymous (nobody) Summary: b2b_logic: dlginfo structure not updated for early dialogs Initial Comment: The dialoginfo structure of an outgoing leg of a b2b call is not updated when a provisional reply is received (the far end tag is missing). The dialog structure is updated only when the dialog is confirmed (call in conversation). This prevents attended call transfer to a call in early state to complete (see bug 3338085). The attached patch is trying to fix the problem (only for top hiding scenario). The same logic may be applied to a call with a scenario. The patch is performing an update of dialoginfo structure from inside the b2b_logic module as opposed to the update of dialoginfo for confirmed dialogs, which is done by a callback function from the b2b_entities. This may or may not be the right solution and therefor I opened this bug report to discuss the issue. I tested the patch and it works ok for top hiding scenarios. Unfortunately I don't have time to work more on this issue. Anca/Bogdan, which one of you can investigate this issue? Thanks, Ovidiu Sas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3353049&group_id=232389 _______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
