aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-06 16:19:01 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-06 16:19:01 +0000
commitbf062899807c2ec6ce28932147ed6be3f3bb0f7e (patch)
tree7b7e9095f767dad00f93e05716e254a7e7fb1f73 /configs/iax.conf.sample
parentdcd0e21c1ba2170fbf3bcbae5b70bd6609f037eb (diff)
Merged revisions 48323 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48323 | russell | 2006-12-06 11:15:45 -0500 (Wed, 06 Dec 2006) | 11 lines Merged revisions 48322 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48322 | russell | 2006-12-06 11:05:54 -0500 (Wed, 06 Dec 2006) | 3 lines Fix the name of the rtignoreregexpire option in the sample configuration file. (issue #8526, arkadia) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48325 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/iax.conf.sample')
-rw-r--r--configs/iax.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index adb9f02a5..6ab33321f 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -267,7 +267,7 @@ autokill=yes
; If set to an integer, friends expire within this number of
; seconds instead of the registration interval.
-;rtignoreexpire=yes ; When reading a peer from Realtime, if the peer's registration
+;rtignoreregexpire=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)