search for: enterdigit

Displaying 1 result from an estimated 1 matches for "enterdigit".

Did you mean: interdigit
2009 May 11
2
DTMF received twice
...For this I use: exten => s,1,NoOp(One of our workers (${CALLERID(number)}) is calling office) ;callerID is the one of the calling mobile phone exten => s,n,Background(silence/1) ; Nokia E65 send digits in DTMF mode, no need to take care about input corrections ; exten => s,n(enterDigits),Read(myExten,pls-entr-num-uwish2-call,0,,,3) exten => s,n,GotoIf($["${myExten}"=""]?enterDigits) [...] Problem is that received DTMF digits in ${myExten} are received twice eg for 1234 ${myExten} has 11223344. I correct the extension by dialplan but I think it's not...