<div class="gmail_quote">On Thu, Apr 7, 2011 at 4:53 PM, Brian Henning <span dir="ltr"><<a href="mailto:bhenning@pineinst.com">bhenning@pineinst.com</a>></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 "asterisk" 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's<br>
relevant snippets from my extensions.conf and Master.csv log:<br></blockquote><div><br><snip><br><br>I've seen this on cases where a "phantom" 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 "ghost" 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't work. The idea was to prepend<br>
a 9 so that a SIP user could use the "redial" feature of the phone'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 => 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>