Ok thank you a lot!!!<br><br><div><span class="gmail_quote">On 2/15/07, <b class="gmail_sendername">Yuan LIU</b> &lt;<a href="mailto:yliu11@hotmail.com">yliu11@hotmail.com</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;">
&gt;From: &quot;Il Neofita&quot; &lt;<a href="mailto:asteriskmail@gmail.com">asteriskmail@gmail.com</a>&gt;<br>&gt;Date: Thu, 15 Feb 2007 03:37:14 -0500<br>&gt;<br>&gt;But I tought that hangup was suppose to close the call, however, is not the
<br>&gt;case and a really did not catch why.<br><br>Now I see where the confusion comes from.&nbsp;&nbsp;Asterisk doesn&#39;t really speak<br>English - or Chinese for that matter:-)&nbsp;&nbsp;In telephony, there is no way for<br>the callee to tell the caller to stop ringing - unless you &quot;answer&quot; it
<br>first.&nbsp;&nbsp;Once you answer, you can do a number of things, the rudest being to<br>immediately hang up. (I saw live people doing this intentionally.)&nbsp;&nbsp;Your<br>only other option really is to ignore.<br><br>I just thought up this simple method to ignore: divert the dial plan to
<br>simply Wait() an unreasonable amount of time in hope that the caller hangs<br>up.<br><br>exten =&gt; s,1,Dial(yourcell,5)<br>exten =&gt; s,n,Wait(300)<br><br>That&#39;s assuming your provider provides disconnect supervision.&nbsp;&nbsp;You can also
<br>Play(prerecorded,noanswer) if your provider supports it. (Won&#39;t hurt to try<br>even if not - but disconnect supervision is a must.)<br><br>Yuan Liu<br><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>