Re: [Freeswitch-users] Issues detecting DTMF tones

2009-04-17 Thread pete
Just the usual goodies, here it is:                                                                            .. Original Message Subject: Re: [Freeswitch-users] Issues detecting DTMF tones From: Michael Collins Date

Re: [Freeswitch-users] Issues detecting DTMF tones

2009-04-17 Thread Michael Collins
n:getVariable("private_digits") == "1234") then > session:transfer("privateMenu", "XML", "public") > else > session:hangup() > end > else > session:streamFile(soundDir .. "thank-you-for-calling"

Re: [Freeswitch-users] Issues detecting DTMF tones

2009-04-17 Thread Brian West
This isn't anything we can do anything about... its the gsm to PSTN conversion of the digits... it'll take some time.. I have noticed this on AT&T also while dialing digits on a remove IVR such as BofA. /b On Apr 17, 2009, at 1:47 PM, p...@privateconnect.com wrote: I believe the isuse wit

Re: [Freeswitch-users] Issues detecting DTMF tones

2009-04-17 Thread pete
se  session:hangup()    end  else    session:streamFile(soundDir .. "thank-you-for-calling")    session:hangup()  endendif (session:ready()) then  session:answer()  session:sleep(500)  inboundToHotline(true)end Original Message Subject: Re: [Freeswitch-users] Issues detectin

Re: [Freeswitch-users] Issues detecting DTMF tones

2009-04-16 Thread Brian West
What are you doing exactly? Can you provide us an example. /b On Apr 16, 2009, at 3:49 PM, Pete Mueller wrote: Hey guys. Has anyone else experienced the inability to detect/ receive DTMF tones? Just yesterday I had about 4-5 hours where One of my IVR scripts would not detect 1, 2 or 3, bu

[Freeswitch-users] Issues detecting DTMF tones

2009-04-16 Thread Pete Mueller
Hey guys. Has anyone else experienced the inability to detect/receive DTMF tones? Just yesterday I had about 4-5 hours where One of my IVR scripts would not detect 1, 2 or 3, but detected the other digits perfectly. If I removed the sound file that was playing, and substituted silence it worked,