[Asterisk-cvs] asterisk/configs iax.conf.sample,1.51,1.52
kpfleming
kpfleming
Wed Aug 24 22:20:13 CDT 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv27371/configs
Modified Files:
iax.conf.sample
Log Message:
add documentation of new parameters to sample config file (issue #5021)
Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- iax.conf.sample 21 Jun 2005 01:20:14 -0000 1.51
+++ iax.conf.sample 25 Aug 2005 02:22:04 -0000 1.52
@@ -362,8 +362,15 @@
;host=asterisk.linux-support.net
;port=5036
;mask=255.255.255.255
-;qualify=yes ; Make sure this peer is alive
-;jitterbuffer=no ; Turn off jitter buffer for this peer
+;qualify=yes ; Make sure this peer is alive
+;qualifysmoothing = yes ; use an average of the last two PONG
+ ; results to reduce falsly detected LAGGED hosts
+ ; Default: Off
+;qualifyfreqok = 60000 ; how frequently to ping the peer when
+ ; everything seems to be ok, in milliseconds
+;qualifyfreqnotok = 10000 ; how frequently to ping the peer when it's
+ ; either LAGGED or UNAVAILABLE, in milliseconds
+;jitterbuffer=no ; Turn off jitter buffer for this peer
;
; Peers can remotely register as well, so that they can be
More information about the svn-commits
mailing list