summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-10-28 16:00:09 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-10-28 16:00:09 +0000
commitaca0431935c798d043e6cbb673d5467078e85687 (patch)
tree94eaead8404cb9834cd8813f0d46ebd09f2dfa9e /configs
parentde47e29d09539a4552d47e51ba47c6d6dd662e0b (diff)
properly document this morning's changes to 'ignoreregexpire'
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6871 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/sip.conf.sample15
1 files changed, 12 insertions, 3 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index cfef8b3c9..581120b06 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -204,9 +204,18 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; friends expire within this number of seconds instead of the
; registration interval.
-;ignoreexpire=yes ; When reading a peer from Realtime, if the peer's registration
- ; has expired based on its registration interval, used the stored
- ; address information regardless. (yes|no)
+;ignoreregexpire=yes ; Enabling this setting has two functions:
+ ;
+ ; For non-realtime peers, when their registration expires, the information
+ ; will _not_ be removed from memory or the Asterisk database; if you attempt
+ ; to place a call to the peer, the existing information will be used in spite
+ ; of it having expired
+ ;
+ ; For realtime peers, when the peer is retrieved from realtime storage,
+ ; the registration information will be used regardless of whether
+ ; it has expired or not; if it expires while the realtime peer is still in
+ ; memory (due to caching or other reasons), the information will not be
+ ; removed from realtime storage
; Incoming INVITE and REFER messages can be matched against a list of 'allowed'
; domains, each of which can direct the call to a specific context if desired.