aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-28 16:00:09 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-28 16:00:09 +0000
commit32dcff5349b5ed1637702de892fe7aad030f4749 (patch)
tree94eaead8404cb9834cd8813f0d46ebd09f2dfa9e /configs
parentbf2d464db8a5dc05407022ec88f6b2523de10f8d (diff)
properly document this morning's changes to 'ignoreregexpire'
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6871 f38db490-d61c-443f-a65b-d21fe96a405b
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.