Ok, ever had one of those issues that you're sure is quite simple to solve but you can't seem to get anything useful from Google or anywhere else and so you're ready to throw your computer out the window? Well, I'm there! I am using a simple Zyxel VoIP phone to dial outbound calls to a PSTN termination provider, so my extension file is one command. Dial() Anywhere I call I probably need to enter an extension, but as it should, asterisk tries to respond to these key presses. How do I pass the DTMF tones through so that I can navigate the IVR of the system I'm calling??? Jason Wolfe j at sonwolfe.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080505/e0020104/attachment.htm
Remove the T/t/w/W option from the Dial line. Jason Wolfe wrote:> Ok, ever had one of those issues that you're sure is quite simple to solve > but you can't seem to get anything useful from Google or anywhere else and > so you're ready to throw your computer out the window? Well, I'm there! > > I am using a simple Zyxel VoIP phone to dial outbound calls to a PSTN > termination provider, so my extension file is one command. Dial() > > Anywhere I call I probably need to enter an extension, but as it should, > asterisk tries to respond to these key presses. How do I pass the DTMF tones > through so that I can navigate the IVR of the system I'm calling???-- Consulting for Asterisk, Polycom, Sangoma, Digium, Cisco, LAN, WAN, QoS, T-1, PRI, Frame Relay, Linux, and network design. Based near Birmingham, AL. Now accepting clients worldwide.
On Mon, May 5, 2008 at 3:59 PM, Jason Wolfe <jason at clickforacall.com> wrote:> > > > > Ok, ever had one of those issues that you're sure is quite simple to solve > but you can't seem to get anything useful from Google or anywhere else and > so you're ready to throw your computer out the window? Well, I'm there! > > > > I am using a simple Zyxel VoIP phone to dial outbound calls to a PSTN > termination provider, so my extension file is one command? Dial() > > > > Anywhere I call I probably need to enter an extension, but as it should, > asterisk tries to respond to these key presses. How do I pass the DTMF tones > through so that I can navigate the IVR of the system I'm calling??? > > > > Jason Wolfe > > j at sonwolfe.com >Have you tried an IVR on your local Asterisk box? You may need to set your sip.conf to rfc2833 or inband and make sure it matches on the phone's setup and test it both ways, reloading in between. Thanks, Steve Totaro