Displaying 1 result from an estimated 1 matches for "validatepin".
Did you mean:
validateon
2014 Jun 10
0
Fwd: Asterisk 12.1.1 on Ubuntu 12.04 crashing
...ent ahead and recompiled with it.
Then it stopped until today.
You can see the crash data at http://pastebin.com/1vbrWepr (bt, bt full
and thread apply all bt)
The extensions.conf is something like this
[incoming]
exten => usnumber,1,GotoIf($["${CALLERID(num)}" =
"12223334444?]?validatepin,2)
exten => validatepin,2,DISA(9999,supercontext)
[supercontext]
exten => 9,1,Dial(PJSIP/line at somedevice)
The caller comes into incoming on the usnumber extension, the caller id
matches and then it does the DISA call validating the pin... I enter the
pin right, then dial 9 and that'...