Reputation: 69
asterisk server is running with chan dongle driver.DTMF tones used here to change the playing audio file. here is the extension file.
exten => 123,1,Answer()
exten => 123,n,Background(main-menu)
exten => 123,n,WaitExten()
exten => 2,1,Playback(digits/2)
This extensions are working only if i use Land Phone. If i use mobile this DTMF does not work. how to use mobile phones with this? thanks in advance.
Upvotes: 0
Views: 2453
Reputation: 1212
What you're running into here is a common problem with Cellphones. You don't give enough information to really solve your problem, though. Asterisk IVRs that respond to DTMF from cellphones can be done (I do it all the time).
That said, If you are using VoIP to get the call onto your PBX, here are a few places you can check:
Upvotes: 1