[asterisk-bugs] [Asterisk 0016116]: [patch] Fix/improve transaction/dialog-matching in pedantic mode
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Oct 23 04:46:38 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 04:46 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.
======================================================================
----------------------------------------------------------------------
(0112651) alexh (reporter) - 2009-10-23 04:46
https://issues.asterisk.org/view.php?id=16116#c112651
----------------------------------------------------------------------
The 1.4.26 version of the patch.
Issue History
Date Modified Username Field Change
======================================================================
2009-10-23 04:46 alexh Note Added: 0112651
======================================================================
More information about the asterisk-bugs
mailing list