[Asterisk-Users] Digits entered ARE NOT RECOGNIZED by bank's IVR's

Joseph syscon at interbaun.com
Thu Nov 18 15:36:19 MST 2004


On Thu, 2004-11-18 at 12:44 -0800, Jongsuk Lee wrote:
> My guess for problem is your  extension configuration file .
> You are probably detecting dtmf such as '*#' and asterisk does
> something before it sends.
> my advice is ]add those specific bank number and by pass dtmf detection stuff.
> One grunt for channel is that  those # and * are hard corded into
> channel. There got to be different way for doing this.

I did some testing with some help, I shut down asterisk and enter in
SPA3000 Line1 default dial-plan: <#9,:>xx.<:@gw0> this gives me outside
line when I press "#9".  So the connection goes through SPA3K unit and I
was able to access bank's automated system.  So I would assume that * is
not configured correctly. My configuration is very simple.

[globals]
...
pstn-spa3k=10.0.0.150:5065

[outgoing]
ignorepat => 9
exten => _9.,1,Dial(SIP/${EXTEN:1}@pstn-spa3k,60,tr)
exten => _9.,2,Playback(invalid)
exten => _9.,3,Hangup

-- 
#Joseph



More information about the asterisk-users mailing list