Update zapata.conf sample config to talk about busydetect

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-01-19 02:32:24 +00:00
parent 616e31f795
commit 4718c784af

View File

@@ -216,6 +216,14 @@ immediate=no
; ;
;busydetect=yes ;busydetect=yes
; ;
; If busydetect is enabled, is also possible to specify how many
; busy tones to wait before hanging up. The default is 4, but
; better results can be achieved if set to 6 or even 8. Mind that
; higher the number, more time is needed to hangup a channel, but
; lower is probability to get random hangups
;
;busycount=4
;
; On trunk interfaces (FXS) it can be useful to attempt to follow the progress ; On trunk interfaces (FXS) it can be useful to attempt to follow the progress
; of a call through RINGING, BUSY, and ANSWERING. If turned on, call ; of a call through RINGING, BUSY, and ANSWERING. If turned on, call
; progress attempts to determine answer, busy, and ringing on phone lines. ; progress attempts to determine answer, busy, and ringing on phone lines.