<div dir="ltr"><div><div><div><div><div><div>Thanks for your very helpful reply.<br><br></div><div>1.My system prints out: <br></div></div></div></div>CLI&gt; core show application Hangup<br><br>  -= Info about application &#39;Hangup&#39; =- <br>
<br>[Synopsis]<br>Hang up the calling channel. <br><br>[Description]<br>This application will hang up the calling channel.<br><br>[Syntax]<br>Hangup([causecode])<br><br>[Arguments]<br>causecode<br>    If a &lt;causecode&gt; is given the channel&#39;s hangup cause will be set<br>
    to the given value.<br><br>[See Also]<br>Answer(), Busy(), Congestion()<br><br></div>How could we improve this Arguments section so that other Asterisk admins can find available &lt;causecode&gt; values ?<br></div><br>
<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/20 Rusty Newton <span dir="ltr">&lt;<a href="mailto:rnewton@digium.com" target="_blank">rnewton@digium.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Fri, Aug 16, 2013 at 2:22 AM, Olivier &lt;<a href="mailto:oza_4h07@yahoo.fr">oza_4h07@yahoo.fr</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; After Googling, I found information on how you can read the status of an<br>
&gt; outgoing call but I didn&#39;t find anything on tunning reply to incoming calls.<br>
&gt;<br>
&gt; My question is :<br>
&gt;<br>
&gt; I&#39;ve got a system receiving SIP calls from different callers.<br>
&gt; I would like to end some calls with a &quot;480 Temporarily Unavailable (Call<br>
&gt; limit)&quot; reply<br>
&gt; Is it possible ?<br>
<br>
</div></div>Should be!<br>
<br>
Take a look at <a href="https://wiki.asterisk.org/wiki/display/AST/Hangup+Cause+Mappings" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Hangup+Cause+Mappings</a><br>
<br>
Then try using the Hangup() application and passing the appropriately<br>
mapped cause code. Sounds like 19 in this case.<br>
<br>
So using Hangup(19) in your dialplan may send out the 480 at least.<br>
<br>
--<br>
Rusty Newton<br>
Digium, Inc. | Community Support Manager<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br>
<br>
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> &amp; <a href="http://asterisk.org" target="_blank">http://asterisk.org</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br></div>