<div class="gmail_quote">On Thu, Apr 7, 2011 at 4:53 PM, Brian Henning <span dir="ltr">&lt;<a href="mailto:bhenning@pineinst.com">bhenning@pineinst.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
Now and then our SIP phones ring with &quot;asterisk&quot; showing as the caller-ID.<br>
Upon picking up the receiver, there is about five seconds of silence and<br>
then the channel is closed (hangup).  Can anyone offer some insight?  Here&#39;s<br>
relevant snippets from my extensions.conf and Master.csv log:<br></blockquote><div><br>&lt;snip&gt;<br><br>I&#39;ve seen this on cases where a &quot;phantom&quot; call comes in on a DAHDI channel - these calls were the results of faulty wiring on the part of the telco.  Check your logs for any errors on your DAHDI channels around the time of the &quot;ghost&quot; calls.  <br>
<br>It could also be a case of someone calls in and then hangs up before the call is actually passed to asterisk, and the telco is just slow to hangup the call.  <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

As an aside, the Set(CALLERID...) bit doesn&#39;t work.  The idea was to prepend<br>
a 9 so that a SIP user could use the &quot;redial&quot; feature of the phone&#39;s call<br>
log to return a missed call (automatically including the 9 for outside<br>
line).  Unfortunately the 9 does not get prepended.<br clear="all"></blockquote></div><br>Your Set() syntax is wrong.  Try this:<br><br>exten =&gt; s,n,Set(CALLERID(num)=9${CALLERID(num)})<br><br>-- <br>Thanks,<br>--Warren Selby, dCAP<br>
<a href="http://www.selbytech.com" target="_blank">http://www.selbytech.com</a><br>