summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-07-23 21:10:54 +0000
committerMark Michelson <mmichelson@digium.com>2012-07-23 21:10:54 +0000
commita28e6fc7bd86b31b7ed613f63f1dd0fb7fca5479 (patch)
treec70f140567827c773a533660ba3548e990aeb3b3 /CHANGES
parentec14c2563ea04fa16f24e13f3cb80cc37cc20d18 (diff)
Add separate configuration options for subscription and registration minexpiry and maxexpiry.
This offers more fine-grained control over how long subscriptions last without negatively affecting the expiration range for registrations. Uploaded by: Guenther Kelleter(license #6372) Review: https://reviewboard.asterisk.org/r/2051 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370386 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bb5e9200f..7ab80adcf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -311,6 +311,14 @@ chan_sip
* Add support for WebSocket transport. This can be configured using 'ws' or 'wss'
as the transport.
+ * Add options subminexpiry and submaxexpiry to set limits of subscription
+ timer independently from registration timer settings. The setting of the
+ registration timer limits still is done by options minexpiry, maxexpiry
+ and defaultexpiry. For backwards compatibility the setting of minexpiry
+ and maxexpiry also is used to configure the subscription timer limits if
+ subminexpiry and submaxexpiry are not set in sip.conf.
+ * Set registration timer limits to default values when reloading sip
+ configuration and values are not set by configuration.
* When a MESSAGE request is received, the address the request was received from
is now saved in the SIP_RECVADDR variable.