I too have seen what Rob is saying.. on a Sangoma card.&nbsp;&nbsp; It was an easy fix in the config, but I don&#39;t remember what it was.. but basically it was stray voltage.<br><br><div><span class="gmail_quote">On 6/18/07, <b class="gmail_sendername">
Rob Schall</b> &lt;<a href="mailto:rschall@callone.net">rschall@callone.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
We were having phantom calls as well. In our case, we had 2 pots line
running in our sangoma card, and when you dial out, would would wait
for whomever to pickup. If you gave up waiting an hung the phone up (we
also had 2 normal phones plugged into fxs ports), it wouldn&#39;t
immediately receive the hangup signal. The call would connect, then
asterisk would turn around and try to call us back. If the other side
hungup because they just heard dead error, then when you&#39;d repickup
your call, it would also be dead air.<br>
<br>
Not sure if this is the same case as yours, but ours was odd as well.<br><span class="sg">
Rob</span><div><span class="e" id="q_1134061254ea5beb_2"><br>
<br>
Lee Jenkins wrote:
<blockquote type="cite">
  <pre>Stephen Bosch wrote:<br>  </pre>
  <blockquote type="cite">
    <pre>Lee Jenkins wrote:<br>    </pre>
    <blockquote type="cite">
      <pre>I have a client that is having problems with phantom calls.  I have not <br>been able to see it happen myself, but they say when it happens, the <br>display on the phone (polycom 301&#39;s) says &quot;Device&quot; is calling, but when 
<br>they answer the phone, there is only silence and then they hang back up <br>and it sometimes rings again.<br><br>I&#39;ve been trying to track this down for a couple of weeks now with no <br>success yet.  If anyone can lend a suggestion or a pointer to look for, 
<br>I would greatly appreciate it.<br><br>I&#39;ve tried using WaitForRing() in case it is bad signaling coming from <br>the phone company.  But that has not helped.<br>      </pre>
    </blockquote>
    <pre>I highly doubt this is the cause. I suspect a dialplan error.<br><br>Ask your client if they are doing anything else when this happens, like<br>making a fax call ;)<br><br>    </pre>
    <blockquote type="cite">
      <pre>This setup has:<br><br>Asterisk 1.2.17<br>Zaptel (whatever was distributed same time as Asterisk 1.2.17)<br>CentOS 4.4<br>Polycom 301&#39;s throughout<br>Sangoma A200 with 2 ports connected to PSTN.<br><br>Thanks for any help.
<br>      </pre>
    </blockquote>
    <pre>We kinda need to see your dialplan to provide any useful help.<br><br>-Stephen-<br><br>    </pre>
  </blockquote>
  <pre>Thanks for responding, Stephen.<br><br>The client has a fax line, but it is separate line from the Asterisk <br>box.  They have 3 lines coming in.  1 goes directly to fax machine and 2 <br>go to Asterisk box.<br><br>
I&#39;ve searched the archives and &quot;phantom ringing&quot; comes up a few times <br>without any real resolutions that I can see.<br><br>The only thing very different about this installation is that the <br>customer has no intermediate IVR.  They want the phones to ring directly 
<br>to a group and if no answer, then go to a mini IVR that asks if they <br>would like to hold longer or leave a message.<br><br>The &quot;device&quot; calling on CallerID when this happens is the default <br>CallerID set in 
sip.conf Device &lt;callernum&gt; which was never changed. <br>That was changed to a correct value. It appears as though the system is <br>calling itself.<br><br><br>extensions.conf:<br><br>[incoming]<br>exten=&gt;s,1,WaitForRing(5)
<br>exten=&gt;s,n,Answer()<br>exten=&gt;s,n,Ringing()<br>exten=&gt;s,n,SetMusicOnHold(default)<br>exten=&gt;s,n,Wait(1)<br>exten=&gt;s,n,Goto(check_time,s,1)<br><br>[check_time]<br>exten=&gt;s,1,Answer()<br>exten=&gt;s,2,GotoIfTime(08:30-17:00,mon-fri,*,*,?daytime,s,1)
<br>exten=&gt;s,3,Goto(after_hours,s,1)<br><br>[daytime]<br>exten=&gt;s,1,Answer()<br>exten=&gt;s,2,Set(TIMEOUT(response)=1)<br>exten=&gt;s,3,Dial(${GRP_All},20,tr)<br>exten=&gt;s,4,Background(custom/no-answer)<br>exten=&gt;1,1,Set(loops=0)
<br>exten=&gt;1,2,Wait(0.5)<br>exten=&gt;1,3,Goto(ring-all-with-moh,s,1)<br>exten=&gt;2,1,Voicemail(b116)<br>exten=&gt;2,2,Hangup()<br>exten=&gt;5,1,Voicemail(b116)<br>exten=&gt;5,2,Hangup()<br>exten=&gt;555,1,VoicemailMain()
<br>exten=&gt;i,1,Background(invalid)<br>exten=&gt;i,2,Goto(ring-all-with-moh,s,1)<br>exten=&gt;t,1,Set(loops=0)<br>exten=&gt;t,2,Wait(0.5)<br>exten=&gt;t,3,Goto(ring-all-with-moh,s,1)<br><br>[ring-all-with-moh]<br>exten=&gt;s,1,Answer()
<br>exten=&gt;s,2,Noop(Loops are: ${loops})<br>exten=&gt;s,3,Macro(DialExtenNoVM,116|60|tm)<br>exten=&gt;s,4,Set(loops=$[${loops}+1])<br>exten=&gt;s,5,GotoIf($[&quot;${loops}&quot; &gt;= &quot;2&quot; ]?timeout-from-loop,s,1)
<br>exten=&gt;s,6,Background(custom/no-answer)<br>exten=&gt;1,1,Goto(ring-all-with-moh,s,1)<br>exten=&gt;2,1,Voicemail(b116)<br>exten=&gt;2,2,Hangup()<br>exten=&gt;i,1,Playback(invalid)<br>exten=&gt;i,2,Goto(ring-all-with-moh,s,1)
<br>exten=&gt;t,1,Goto(ring-all-with-moh,s,1)<br><br><br>sip.conf:<br><br>[general]<br><br>allowexternalinvites=yes<br>allowguest=no<br>autocreatepeer=no<br>autodomain=no<br>bindaddr=<a href="http://0.0.0.0" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
0.0.0.0</a>
callerid=device &lt;callernum&gt;
canreinvite=no
checkmwi=30
compactheaders=no
context=incoming
defaultexpirey=120
dtmfmode=rfc2833
dumphistory=no
externrefresh=30
ignoreregexpire=no
insecure=no
maxexpirey=3600
musicclass=default
nat=no
notifyringing=yes
pedantic=no
progressinband=never
promiscredir=no
qualify=no
recordhistory=no
registerattempts=30
registertimeout=30
relaxdtmf=no
rtautoclear=no
rtcachefriends=no
rtpholdtimeout=600
rtpkeepalive=0
rtptimeout=3600
rtupdate=yes
sendrpid=no
sipdebug=no
srvlookup=no
tos=none
trustrpid=no
useclientcode=no
usereqphone=no
callevents=no

disallow=all
allow=ulaw

[116]
context=super-user
type=friend
canreinvite=no
dtmfmode=rfc2833
callerid=Barbara &lt;116&gt;
nat=no
port=5060
qualify=no
secret=xxx
host=dynamic
mailbox=116@default
disallow=all
allow=ulaw

[117]
context=super-user
type=friend
canreinvite=no
dtmfmode=rfc2833
callerid=Bill &lt;117&gt;
nat=no
port=5060
qualify=no
secret=xxx
host=dynamic
mailbox=117@default
disallow=all
allow=ulaw

[115]
context=super-user
type=friend
canreinvite=no
dtmfmode=rfc2833
callerid=George &lt;115&gt;
nat=no
port=5060
qualify=no
secret=xxx
host=dynamic
mailbox=115@default
disallow=all
allow=ulaw

[114]
context=super-user
type=friend
canreinvite=no
dtmfmode=rfc2833
callerid=Jack &lt;114&gt;
nat=no
port=5060
qualify=no
secret=xxx
host=dynamic
mailbox=114@default
disallow=all
allow=ulaw


  </pre>
</blockquote>
<br>
</span></div></div>

<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">Easynews.com</a> --<br><br>
asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>