[asterisk-bugs] [Asterisk 0018813]: [patch] Session timer refresher incorrect

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Feb 17 10:25:34 CST 2011


The following issue is now READY FOR TESTING. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18813 
====================================================================== 
Reported By:                nohara
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18813
Category:                   Channels/chan_sip/Interoperability
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           1.6.2.16.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:             2011-02-15 05:55 CST
Last Modified:              2011-02-17 10:25 CST
====================================================================== 
Summary:                    [patch] Session timer refresher incorrect
Description: 
Asterisk appears to request a refresher role swap relative to the original
refresher roles established in the initial INVITE that set up the
session/dialog, but does not actually perform the refreshes.  


GW -(1)-> Asterisk --> UA

(1)
In the 200 OK that establishes the dialog (the response to the initial
INVITE),
Asterisk sends the SST headers:

    Supported: timer
    Session-Expires: 180;refresher=uac

This establishes the UAC (the GW) as the refresher for this session. 
Asterisk sends a reinvite to the GW by canreinvite with the following
headers:

    Require: timer
    Session-Expires: 180;refresher=uac

This establishes the UAC (Asterisk ) as the refresher for this session. 
Asterisk does not, however, actually send any reinvites.

It looks like issue 18127.
https://issues.asterisk.org/view.php?id=18127

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-17 10:25 ebroad         Status                   needs license => ready
for testing
======================================================================




More information about the asterisk-bugs mailing list