aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-08 00:08:48 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-08 00:08:48 +0000
commit6e782fbe4270ad11f6224fc809065cc916582ad6 (patch)
treea86d4fb9de75712a358602ea7e271f160067d33c /configs
parent8f4d353391c36eb2d08efe564041f73744e8405c (diff)
Merge steve's busy detect stuff (bug #4830)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6304 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/zapata.conf.sample22
1 files changed, 20 insertions, 2 deletions
diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample
index c18edc2c0..4eca285c6 100755
--- a/configs/zapata.conf.sample
+++ b/configs/zapata.conf.sample
@@ -366,18 +366,36 @@ immediate=no
;
; On trunk interfaces (FXS) and E&M interfaces (E&M, Wink, Feature Group D
; etc, it can be useful to perform busy detection either in an effort to
-; detect hangup or for detecting busies
+; detect hangup or for detecting busies. This enables listening for
+; the beep-beep busy pattern.
;
;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
+; busy tones to wait for 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
;
+; If busydetect is enabled, is also possible to specify the
+; cadence of your busy signal. In many countries it is 500mec
+; on, 500msec off.
+; Without busypattern specified, we'll accept any regular
+; sound-silence pattern than repeats busycount times as a busy
+; signal.
+; If you specify busypattern then we'll further check the length
+; of the sound (tone) and silence, which will further reduce the
+; chance of a false positive.
+;
+;busypattern=500,500
+;
+; NOTE: In the Asterisk Makefile you'll find further options to tweak
+; the busy detector. If your country has a busy tone with the same
+; lengh tone and silence (as many countries do), consider defining
+; the -DBUSYDETECT_COMPARE_TONE_AND_SILENCE option.
+;
; Use a polarity reversal to mark when a outgoing call is answered by the
; remote party.
;