Ladies, Gentlemen<div><br></div><div>We are experiencing an unusual problem in our asterisk 1.4.34..  We are attempting to determine if channels are in use before paging to them. </div><div><br></div><div>This works correctly, as in it pages the phone..  however, we see the error message below on the console...  after googling, we discovered limited information regarding the issue...</div>
<div><br></div><div><div>    -- Executing [NPANXX7298@from-pstn:1] Set(&quot;SIP/L2Net-SS-000000db&quot;, &quot;TIMEOUT(absolute)=60&quot;) in new stack</div><div>    -- Channel will hangup at 2010-08-09 12:11:27 UTC.</div>
<div>    -- Executing [NPANXX7298@from-pstn:2] Page(&quot;SIP/L2Net-SS-000000db&quot;, &quot;Local/7299@page&quot;) in new stack</div><div>    -- Executing [7299@page:1] Macro(&quot;Local/7299@page-9da0,2&quot;, &quot;page|SIP/7299&quot;) in new stack</div>
<div>    -- Executing [s@macro-page:1] ChanIsAvail(&quot;Local/7299@page-9da0,2&quot;, &quot;SIP/7299|js&quot;) in new stack</div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 102);">[Aug  9 08:10:27] WARNING[29209]: ast_expr2.y:901 op_div: non-numeric argument</span></div>
<div>    -- Executing [s@macro-page:2] GotoIf(&quot;Local/7299@page-9da0,2&quot;, &quot;0?fail:autoanswer&quot;) in new stack</div><div>    -- Goto (macro-page,s,3)</div><div>    -- Executing [s@macro-page:3] Set(&quot;Local/7299@page-9da0,2&quot;, &quot;_ALERT_INFO=&quot;RA&quot;&quot;) in new stack</div>
<div>   -- Executing [s@macro-page:4] SIPAddHeader(&quot;Local/7299@page-9da0,2&quot;, &quot;Call-Info: &lt;sip:XXX.XXX.XXX.XXX&gt;;answer-after=0&quot;) in new stack</div><div>    -- Executing [s@macro-page:5] NoOp(&quot;Local/7299@page-9da0,2&quot;, &quot;&quot;) in new stack</div>
<div>    -- Executing [s@macro-page:6] Dial(&quot;Local/7299@page-9da0,2&quot;, &quot;SIP/7299||&quot;) in new stack</div><div>    -- Called 7299</div><div>    -- Called 7299@page<span style=""></span></div><div>    -- &lt;SIP/ITSP-SS-000000db&gt; Playing &#39;beep&#39; (language &#39;en&#39;)</div>
<div>    -- Got SIP response 486 &quot;Busy Here&quot; back from XXX.XXX.XXX.XXX</div><div>    -- SIP/7299-000000dd is busy</div><div>  == Everyone is busy/congested at this time (1:1/0/0)</div><div>    -- Executing [s@macro-page:7] Hangup(&quot;Local/7299@page-9da0,2&quot;, &quot;&quot;) in new stack</div>
<div>  == Spawn extension (macro-page, s, 7) exited non-zero on &#39;Local/7299@page-9da0,2&#39; in macro &#39;page&#39;</div><div>  == Spawn extension (page, 7299, 1) exited non-zero on &#39;Local/7299@page-9da0,2&#39;</div>
<div>    -- Created MeetMe conference 1023 for conference &#39;2051129475d&#39;</div><div>    -- Hungup &#39;DAHDI/pseudo-1451849221&#39;</div><div>  == Spawn extension (from-pstn, NPANXX7298, 2) exited non-zero on &#39;SIP/L2Net-SS-000000db&#39;</div>
<div>sipy*CLI&gt; core show version</div><div><br></div><div><br></div><div><u>Pertinent DialPlan Logic...</u></div><div><br></div><div><div>[from-pstn]</div><div>exten =&gt; NPANXX7299,1,Set(TIMEOUT(absolute)=60)</div><div>
exten =&gt; NPANXX7299,2,Page(Local/7299@page)</div></div><div><br></div><div><div>[macro-page];</div><div>exten =&gt; s,1,ChanIsAvail(${ARG1}|js)  </div><div>exten =&gt; s,n,GoToIf($[${AVAILORIGCHAN} = &quot;&quot;]?fail:autoanswer)  ; SUSPECTED ISSUE</div>
<div>exten =&gt; s,n(autoanswer),Set(_ALERT_INFO=&quot;RA&quot;)</div><div>exten =&gt; s,n,SIPAddHeader(Call-Info: &lt;sip:XXX.XXX.XXX.XXX&gt;\;answer-after=0)</div><div>exten =&gt; s,n,Dial(${ARG1}||)</div><div>exten =&gt; s,n(fail),Hangup</div>
<div><br></div></div><div>Thanks in advance for any insight that you may be able to provide...</div><div><br></div><div><br></div><div>(sensitive information masked for obvious reasons)</div><div><br></div><div><br></div>
</div>