mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
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
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user