aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-09 21:11:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-09 21:11:30 +0000
commit6f23c71d755123290c37d384dd7424b7ad11879c (patch)
treefcf2b0545a0b06bbe9e8c8773806af66fb8faaaf /configs
parent644f0e446bb7e7228ddf5aa77c1344d21f23f3cc (diff)
add 'rtignoreexpire' option to allow Realtime addresses to be used regardless of expiration time (bug #4362)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5889 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/iax.conf.sample4
-rwxr-xr-xconfigs/sip.conf.sample7
2 files changed, 9 insertions, 2 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 5cf8a5be4..f70579cd9 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -264,6 +264,10 @@ autokill=yes
;
;rtautoclear=yes
;
+;rtignoreexpire=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
+
; Guest sections for unauthenticated connection attempts. Just
; specify an empty secret, or provide no secret section.
;
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index c852e1ccb..782d5991f 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -174,8 +174,11 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; as if it had just registered when the registration expires
; the friend will vanish from the configuration until requested
; again. If set to an integer, friends expire
- ; within this number of seconds instead of the
- ; same as the registration interval
+ ; within this number of seconds instead of the
+ ; same as the registration interval
+;rtignoreexpire=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
[authentication]