Patrick Lidstone (Personal E-mail)
2005-Feb-02 05:03 UTC
[Asterisk-Users] Hangup detection with TDM400 in UK
When a caller hangs up (e.g. after leaving a voicemail), my British Telecom exchange sends a continuous tone for about 15s and then silence. I can't get asterisk to recognise this tone as a hangup indication. I have tried indications.conf with both country=uk and country=us. My zapata.conf has busydetect=yes, callprogress=yes and I've tried setting busycount from 1 through 7 I am using kewlstart signalling on the FXO module. Any suggestions gratefully received - I really don't want to resort to using an absolute timeout. Thanks Patrick
Doug Reid - Stormcorp
2005-Feb-08 07:03 UTC
[Asterisk-Users] Hangup detection with TDM400 in UK
Hi
Try going into "vi /etc/profile" insert the lines in brackets.
=======================================================================
USER="`id -un`"
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"
MONITOR_EXEC=/usr/bin/soxmix
VPB_TONE=BUSY,P,400,100,500 (insert the following line)
HOSTNAME=`/bin/hostname`
HISTSIZE=1000
if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
INPUTRC=/etc/inputrc
fi
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC MONITOR_EXEC
VPB_TONE (and insert here VPB_TONE)
================================================================================================
The 400 100 and 500 are related to your country use indications file for
info
on what those values should be.
Regards
Doug
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Patrick
Lidstone (Personal E-mail)
Sent: Wednesday, February 02, 2005 2:03 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Hangup detection with TDM400 in UK
When a caller hangs up (e.g. after leaving a voicemail), my British Telecom
exchange sends a continuous tone for about 15s and then silence. I can't get
asterisk to recognise this tone as a hangup indication.
I have tried indications.conf with both country=uk and country=us.
My zapata.conf has busydetect=yes, callprogress=yes and I've tried setting
busycount from 1 through 7
I am using kewlstart signalling on the FXO module.
Any suggestions gratefully received - I really don't want to resort to using
an absolute timeout.
Thanks
Patrick
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users