Bugs item #1747294, was opened at 2007-07-03 15:48 Message generated for change (Comment added) made by osas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1747294&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 1.2.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ovidiu Sas (osas) Assigned to: Nobody/Anonymous (nobody) Summary: missing callback from tm->dialog module for 200ok (reINVITE) Initial Comment: It seems that there are no callbacks into the dialog module from the tm module for 200ok for in call transactions (reINVITE). The callback mechanism is working ok for the 200ok of the initial INVITE, but not for subsequent reINVITES. ---------------------------------------------------------------------- >Comment By: Ovidiu Sas (osas) Date: 2007-07-03 17:44 Message: Logged In: YES user_id=1395524 Originator: YES It seems that the first INVITE is handled by dlg_onreq() and here the following callbacks are registered back with the transaction: TMCB_RESPONSE_OUT|TMCB_TRANS_DELETED|TMCB_RESPONSE_FWDED. reINVITEs are handled by the dlg_onroute() and no callbacks are registered for subsequent responses (for the new transaction). Somehow, while handling the reINVITE inside dlg_onroute(), the callbacks for TMCB_RESPONSE_OUT|TMCB_TRANS_DELETED|TMCB_RESPONSE_FWDED should be registered. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1747294&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
