[Asterisk-Users] X100P and NTL (ex Cable + Wireless)
Dave Cotton
dcotton at linuxautrement.com
Tue Apr 13 00:54:33 MST 2004
On Tue, 2004-04-13 at 02:19, Alex Brett wrote:
> Has anybody got any experience using an X100P on an NTL phone line in
> the UK (I'm in an ex Cable & Wireless area if that makes any difference).
>
> The problem I'm having (and judging by the number of references to it
> I've found searching it is a common one) is getting * to detect when the
> line has been hung up. It doesn't matter if it comes through to a
> person directly as they can just hang that phone up, but when it hits
> voicemail, and it sits there for two minutes recording an empty message,
> and then emails it to the person it can be a bit annoying!
I can't comment as to whether this will work in the UK as the last phone
I had in the UK was Birmingham Cable around 12 years ago. But that said
we seem to have similar problems here in France, I seem to have overcome
it, someone else has used my settings and his seems to work and another
is going to configure his tonight.
So these are our settings:-
In * Makefile
.
# Original busydetect routine
BUSYDETECT = #-DBUSYDETECT
# Improved busydetect routine, comment the previous one if you use this
one
BUSYDETECT+= -DBUSYDETECT_MARTIN
# Detect the busy signal looking only at tone lengths # For example if
you
have 3 beeps 100ms tone, 100ms silence separated by 500 ms of silence
BUSYDETECT+= #-DBUSYDETECT_TONEONLY
# Inforce the detection of busy singal (get rid of false hangups) #
Don't
use together with -DBUSYDETECT_TONEONLY
BUSYDETECT+= -DBUSYDETECT_COMPARE_TONE_AND_SILENCE
In zapata.conf
busydetect=yes
busycount=7
In voicemail.conf
maxmessage=180
minmessage=3
maxsilence=10
silencethreshold=128
In indications.conf I have only the details of France I've removed
everything else.
YMMV
--
Dave Cotton <dcotton at linuxautrement.com>
More information about the asterisk-users
mailing list