search for: entpin

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

Did you mean: intpin
2011 Nov 17
0
DTMF dropping in Read Command
...r attempts to key them quickly. It also mysteriously hangs up (autofallthrough=yes) if they key them too slowly exten => s,1,Set(chktime=0) exten => s,n,Read(digitacct,entacct,17,skip,1,10) exten => s,n,Gotoif($[${LEN(${digitacct})} < 1]?checking,t,1) exten => s,n,Read(digitpass,entpin,5,skip,1,10) 2. This context will randomly hang up the call when the user presses 1 [checking] Exten => s,1,noop() exten => s,n,Set(BALPLAY=${balance}) exten => s,n(chkdetail),Background(${BALPLAY}) exten => s,n(aftbal),Background(aftbal) exten => s,n,WaitExten(6) ex...