Skip to content
Snippets Groups Projects
Commit 5c4fa40a authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

add documentation of new parameters to sample config file (issue #5021)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 60718ec8
No related branches found
No related tags found
No related merge requests found
...@@ -362,8 +362,15 @@ host=216.207.245.47 ...@@ -362,8 +362,15 @@ host=216.207.245.47
;host=asterisk.linux-support.net ;host=asterisk.linux-support.net
;port=5036 ;port=5036
;mask=255.255.255.255 ;mask=255.255.255.255
;qualify=yes ; Make sure this peer is alive ;qualify=yes ; Make sure this peer is alive
;jitterbuffer=no ; Turn off jitter buffer for this peer ;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 ; Peers can remotely register as well, so that they can be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment