[asterisk-bugs] [Asterisk 0016116]: [patch] Fix/improve transaction/dialog-matching in pedantic mode
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Oct 23 06:27:11 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16116
======================================================================
Reported By: alexh
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16116
Category: Channels/chan_sip/Interoperability
Reproducibility: always
Severity: feature
Priority: normal
Status: new
Asterisk Version: Older 1.6.1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-10-23 04:41 CDT
Last Modified: 2009-10-23 06:27 CDT
======================================================================
Summary: [patch] Fix/improve transaction/dialog-matching in
pedantic mode
Description:
Attached patch fixes the following issues in chan_sip:
1) Use astobj2 as a true hash table instead of doing a 'fancy' linear
searchg over the entire list trying to find the correct entry.
2) Fix tag matching. Currently in pedantic mode it is impossible to handle
a call that is being forwarded by a proxy, eg receiving a 183 (client, no
answer) and a 200 (voicemail) from 2 different UA's.
3) Fix spiralling calls. Each new branch creates a new pvt.
4) Part of 2) is to not clear the SIP_PAGE2_DIALOG_ESTABLISHED flag on a
BYE, to be able to absorb retransmissions.
I'm sorry this is all in one patch, but I'm a little time contraint to
split them now.
======================================================================
----------------------------------------------------------------------
(0112657) davidw (reporter) - 2009-10-23 06:27
https://issues.asterisk.org/view.php?id=16116#c112657
----------------------------------------------------------------------
You may need to split the new feature part from the bug fix part, as I
believe that new features can only be accepted against the trunk, whereas
there is a live bug report, https://issues.asterisk.org/view.php?id=15784,
against your item (2), relating to
1.6.1.4.
Issue History
Date Modified Username Field Change
======================================================================
2009-10-23 06:27 davidw Note Added: 0112657
======================================================================
More information about the asterisk-bugs
mailing list