I've seen this or similar questions in the archives, but haven't seen a solution yet. I'm trying to use an FXO card to connect to a PBX (Toshiba DK-424). Currently I'm testing with an x100p, but eventually I'll be using TDM400s with FXO & FXS modules. The Asterisk box is not detecting disconnect from the Toshiba, which is not surprising, since the Toshiba is not capable of providing disconnect supervision. What the Toshiba can do, is provide an "A" tone upon connection, and a "D" tone upon disconnect. I need to find a way for Asterisk to detect the DTMF "D" tone, and use that to determine that the PBX has disconnected. Is there any way to do this? Will this require modifying code, or is there some way to tell the Zaptel driver to look for the "D" tone? Brian Leyton IT Manager Commercial Petroleum Equipment -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050407/8a8dbecd/attachment.htm
The zaptel driver has the 'D' Tone defined in the 'tones.h' file I am trying to figure out what I can do with asterisk so it will recognize that and do a HangUp. ----- Original Message ----- From: Brian Leyton To: 'asterisk-users@lists.digium.com' Sent: Thursday, April 07, 2005 5:04 PM Subject: [Asterisk-Users] x100p disconnect on "D" tone I've seen this or similar questions in the archives, but haven't seen a solution yet. I'm trying to use an FXO card to connect to a PBX (Toshiba DK-424). Currently I'm testing with an x100p, but eventually I'll be using TDM400s with FXO & FXS modules. The Asterisk box is not detecting disconnect from the Toshiba, which is not surprising, since the Toshiba is not capable of providing disconnect supervision. What the Toshiba can do, is provide an "A" tone upon connection, and a "D" tone upon disconnect. I need to find a way for Asterisk to detect the DTMF "D" tone, and use that to determine that the PBX has disconnected. Is there any way to do this? Will this require modifying code, or is there some way to tell the Zaptel driver to look for the "D" tone? Brian Leyton IT Manager Commercial Petroleum Equipment _______________________________________________ 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
Excellent! Let us all know how it goes. Brian Leyton IT Manager Commercial Petroleum Equipment> -----Original Message----- > From: Henry Devito [mailto:hdevito@mchsi.com] > Sent: Friday, April 08, 2005 9:57 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] x100p disconnect on "D" tone > > The zaptel driver has the 'D' Tone defined in the 'tones.h' > file I am > trying to figure out what I can do with asterisk so it will > recognize that and do a HangUp. > ----- Original Message ----- > From: Brian Leyton > To: 'asterisk-users@lists.digium.com' > Sent: Thursday, April 07, 2005 5:04 PM > Subject: [Asterisk-Users] x100p disconnect on "D" tone > > > I've seen this or similar questions in the archives, but > haven't seen a solution yet. > > I'm trying to use an FXO card to connect to a PBX (Toshiba DK-424). > Currently I'm testing with an x100p, but eventually I'll be > using TDM400s with FXO & FXS modules. The Asterisk box is > not detecting disconnect from the Toshiba, which is not > surprising, since the Toshiba is not capable of providing > disconnect supervision. What the Toshiba can do, is provide > an "A" tone upon connection, and a "D" tone upon disconnect. > > I need to find a way for Asterisk to detect the DTMF "D" > tone, and use that to determine that the PBX has disconnected. > > Is there any way to do this? Will this require modifying > code, or is there some way to tell the Zaptel driver to look > for the "D" tone? > > Brian Leyton > IT Manager > Commercial Petroleum Equipment > > > > > _______________________________________________ > 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 > > _______________________________________________ > 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 >
> -----Original Message----- > From: Henry Devito [mailto:hdevito@mchsi.com]> The zaptel driver has the 'D' Tone defined in the 'tones.h' > file I am trying to figure out what I can do with asterisk so it will > recognize that and do a HangUp.I need this too. Keep us posted. Right now I include it as an extension in all my IVR menus, and I hacked the "Directory" app to recognize it. I was going to hack VoiceMail, but couldn't figure out how. It'd be nice if there was a general way to handle this.