Displaying 1 result from an estimated 1 matches for "fa6a5c4b".
Did you mean:
a6a3c4b
2013 May 24
1
Asterisk 11 dtmf not recognised
Hi
I have a dialplan as per the following,
extensions.conf
[avgtest]
exten = 100,n,Playback(avgtest/message1)
exten = 100,n,Set(rightPIN=1)
exten = 100,n,Read(inPIN,,1,,5,3) ; Attempts for 5 times with 3 seconds of
timeout
exten = 100,n,GotoIf($["${inPIN}" = "${rightPIN}"]?pin-accepted,1)
exten = 100,n,Hangup() ; Didn't go to pin-accepted, so play badPIN and
hangup