[Asterisk-cvs] asterisk/configs iax.conf.sample, 1.49,
1.50 sip.conf.sample, 1.63, 1.64
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu Jun 9 17:09:24 CDT 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv31771/configs
Modified Files:
iax.conf.sample sip.conf.sample
Log Message:
add 'rtignoreexpire' option to allow Realtime addresses to be used regardless of expiration time (bug #4362)
Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- iax.conf.sample 19 May 2005 00:34:28 -0000 1.49
+++ iax.conf.sample 9 Jun 2005 21:11:30 -0000 1.50
@@ -264,6 +264,10 @@
;
;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.
;
Index: sip.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/sip.conf.sample,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- sip.conf.sample 5 Jun 2005 14:47:09 -0000 1.63
+++ sip.conf.sample 9 Jun 2005 21:11:30 -0000 1.64
@@ -174,8 +174,11 @@
; 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]
More information about the svn-commits
mailing list