[Asterisk-cvs] asterisk/configs iax.conf.sample, 1.40, 1.41 sip.conf.sample, 1.55, 1.56

markster at lists.digium.com markster at lists.digium.com
Thu Feb 10 14:04:35 CST 2005


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv819/configs

Modified Files:
	iax.conf.sample sip.conf.sample 
Log Message:
Merge tony's IAX/SIP realtime cache (bug #3509)


Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- iax.conf.sample	20 Jan 2005 23:42:06 -0000	1.40
+++ iax.conf.sample	10 Feb 2005 20:04:42 -0000	1.41
@@ -192,6 +192,26 @@
 ; The default value is 'host'
 ;
 autokill=yes
+
+;
+; Cache realtime friends by adding them to the internal list
+; just like friends added from the config file only on a
+; as-needed basis.
+;
+;rtcachefriends=yes 
+;
+; do not send the update request over realtime.
+;
+;rtnoupdate=yes 
+;
+; Auto-Expire friends created on the fly on the same schedule
+; 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
+;
+;rtautoclear=yes 
 ;
 ; 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.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- sip.conf.sample	29 Jan 2005 23:19:01 -0000	1.55
+++ sip.conf.sample	10 Feb 2005 20:04:42 -0000	1.56
@@ -157,6 +157,18 @@
 				; route = Assume NAT, don't send rport 
 				; (work around more UNIDEN bugs)
 
+;rtcachefriends=yes ; Cache realtime friends by adding them to the internal list
+			        ; just like friends added from the config file only on a
+                                ; as-needed basis.
+;rtnoupdate=yes ; do not send the update request over realtime.
+;rtautoclear=yes ; Auto-Expire friends created on the fly on the same schedule
+                                ; 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
+
+
 ;-----------------------------------------------------------------------------------
 ; Users and peers have different settings available. Friends have all settings,
 ; since a friend is both a peer and a user




More information about the svn-commits mailing list