Bugs item #1758650, was opened at 2007-07-23 05:39 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1758650&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: core Group: ver 1.2.x >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Tony (tonyjago) >Assigned to: Bogdan (bogdan_iancu) Summary: Flags set in INVITE do not pass though to CANCEL or ACK Initial Comment: The flags which are set for INVITE are visible only when processing 100 (Trying), 180 (Ringing), and 487 (Request Cancelled). However, the flags are not visible when processing CANCEL, 200 (OK), and ACK. This issue seems to have been discovered and documented by Emin Gabrielyan at http://4z.com/People/emin-gabrielyan/public/070413-openser-transactions/ I can confirm I have the same problem on 1.2 branch. (trunk is currently not able to be built on FreeBSD so I can't check this against trunk). Basically the problem is that when you set "transaction" flags during the INVITE, they are not available during a CANCEL that is part of the same transaction as indicated by t_check_trans(). ---------------------------------------------------------------------- >Comment By: Bogdan (bogdan_iancu) Date: 2007-07-23 13:01 Message: Logged In: YES user_id=1275325 Originator: NO Hi Tony, this is not a bug - the flags are per transaction and CANCEL and 200 OK ACK form separate transactions. regarding the compile problem on FreeBSD - thanks for report I'm working on this. Regards, Bogdan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1758650&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
