[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:42:31 CDT 2009


The following issue has been UPDATED. 
====================================================================== 
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:42 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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-10-23 04:42 alexh          Summary                  Fix/improve
transaction/dialog-matching in pedantic mode => [patch] Fix/improve
transaction/dialog-matching in pedantic mode
======================================================================




More information about the asterisk-bugs mailing list