<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hi,<div><br></div><div>I'm writing b/c I'm having a crash that happens a lot... it happened without better_backtraces and then I went ahead and recompiled with it. Then it stopped until today.</div>
<div>
<br></div><div>You can see the crash data at <a href="http://pastebin.com/1vbrWepr">http://pastebin.com/1vbrWepr</a> (bt, bt full and thread apply all bt)</div><div><br></div><div>The extensions.conf is something like this</div>
<br><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">[incoming]<br>
exten => usnumber,1,GotoIf($["${CALLERID(num)}" = "12223334444”]?validatepin,2)<br>exten => validatepin,2,DISA(9999,supercontext)<br><br>[supercontext]<br>exten => 9,1,Dial(PJSIP/line@somedevice)</blockquote>

<div><br></div><div>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's when it crashes.</div>

<div><br></div><div>I'm about to install Asterisk 12.3 and see if it happens there too</div></div></div></div>