From 32dcff5349b5ed1637702de892fe7aad030f4749 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 28 Oct 2005 16:00:09 +0000 Subject: properly document this morning's changes to 'ignoreregexpire' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6871 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/sip.conf.sample | 15 ++++++++++++--- 1 file 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. -- cgit v1.2.3