From: Russell Bryant Date: Wed, 6 Dec 2006 16:05:54 +0000 (+0000) Subject: Fix the name of the rtignoreregexpire option in the sample configuration file. X-Git-Tag: 1.2.14~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26676beff521681311a0eb329a9e21656cc3f282;p=thirdparty%2Fasterisk.git Fix the name of the rtignoreregexpire option in the sample configuration file. (issue #8526, arkadia) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@48322 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample index ff787bd66e..85f1bf06e1 100644 --- a/configs/iax.conf.sample +++ b/configs/iax.conf.sample @@ -272,7 +272,7 @@ autokill=yes ; 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)