[Home]

Summary:ASTERISK-20787: Asterisk should inspect Min-SE header in an INVITE even if there is no Session-Expires present
Reporter:Mark Michelson (mmichelson)Labels:
Date Opened:2012-12-12 10:51:16.000-0600Date Closed:2013-01-31 14:00:59.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:SVN 1.8.19.0 10.11.0 11.1.0 Frequency of
Occurrence
Related
Issues:
causesASTERISK-21664 Asterisk terminates calls if Session-Expires isn't present on INVITE
Environment:Attachments:
Description:Consider the case that Asterisk is configured for "accept" mode for session timers. If a UAC sends an INVITE to Asterisk, it may have a Supported: timer header as well as a Min-SE header. If it includes a Min-SE header, we should inspect it and be sure not to send back a response with a Session-Expires header that is less than this Min-SE value.

Currently, Asterisk only inspects the Min-SE value if there is an accompanying Session-Expires header.
Comments: