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

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Feb 16 15:39:24 CST 2011


The following issue has been UPDATED. 
====================================================================== 
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:                     new
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-16 15:39 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

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

---------------------------------------------------------------------- 
 (0132045) lmadsen (administrator) - 2011-02-16 15:39
 https://issues.asterisk.org/view.php?id=18813#c132045 
---------------------------------------------------------------------- 
I have removed your inline patch as that is not permitted. Please sign the
agreement by clicking the appropriate link at the top of the page, and upon
confirmation of your agreement then attach your patch as a unified diff to
this issue. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-16 15:39 lmadsen        Note Added: 0132045                          
2011-02-16 15:39 lmadsen        Additional Information Updated                  
 
======================================================================




More information about the asterisk-bugs mailing list