search for: entacct

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

Did you mean: enact
2011 Nov 17
0
DTMF dropping in Read Command
...in my setup: 1. In environments where DAHDI is the trunk of choice, this snippet drops digits, especially if the user 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...