I&#39;ve restarted the service and zombie channels were killed.<br><br>Daniel<br><br><div class="gmail_quote">On Wed, Oct 15, 2008 at 3:29 PM, Steve Murphy <span dir="ltr">&lt;<a href="mailto:murf@digium.com">murf@digium.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Tue, 2008-10-14 at 17:24 -0500, Daniel - Asterisk wrote:<br>
&gt; Hello everyone,<br>
&gt;<br>
&gt; I&#39;m getting DIALSTATUS=CHANUNAVAIL when a call is trying to get one of<br>
&gt; my queue interfaces, despite the fact it is free at that time, can you<br>
&gt; give help?<br>
</div>&gt; &nbsp; &nbsp; &nbsp;1. I see many sip channels from that extension:<br>
<div class="Ih2E3d">&gt; [root@mysweetpbx]# asterisk -rx &quot;sip show channels&quot; |grep 648<br>
&gt;<br>
&gt; Peer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User/ANR &nbsp; &nbsp;Call ID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Seq (Tx/Rx)<br>
&gt; Format &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hold &nbsp; &nbsp; Last Message<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 7c24869b010 &nbsp;00102/00000 &nbsp;0x2 (gsm)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: ACK<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 26e8187a0a4 &nbsp;00102/00000 &nbsp;0x0 (nothing)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: CANCEL<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 5289c52b77e &nbsp;00102/00000 &nbsp;0x0 (nothing)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: CANCEL<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 7a6243bc21e &nbsp;00102/00000 &nbsp;0x0 (nothing)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: CANCEL<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 32bcf3ea3f9 &nbsp;00102/00000 &nbsp;0x0 (nothing)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: CANCEL<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 21ff7be5355 &nbsp;00102/00000 &nbsp;0x0 (nothing)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: CANCEL<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 04725bda23e &nbsp;00102/00000 &nbsp;0x0 (nothing)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: CANCEL<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 2e9a9db559c &nbsp;00102/00000 &nbsp;0x0 (nothing)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: CANCEL<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 7fab5e8044d &nbsp;00102/00000 &nbsp;0x0 (nothing)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: CANCEL<br>
&gt; <a href="http://192.168.25.29" target="_blank">192.168.25.29</a> &nbsp; &nbsp;648 &nbsp; &nbsp; &nbsp; &nbsp; 11313fc173a &nbsp;00102/00000 &nbsp;0x0 (nothing)<br>
&gt; No &nbsp; &nbsp; &nbsp; Tx: CANCEL<br>
&gt;<br>
&gt; 2. Asterisk version: <a href="http://1.4.21.1" target="_blank">1.4.21.1</a><br>
<br>
</div>These look a lot like the &quot;Zombie Channel Bloating Death&quot; problems<br>
we attacked over the last few weeks. Please see if the latest svn<br>
version<br>
of 1.4 has these problems still. In high-volume systems, this looked<br>
like<br>
a huge memory leak that would lead to death by swiftly using up memory,<br>
file descriptors, etc. until Asterisk ran out of virtual memory and<br>
crashed.<br>
<br>
There are a couple of code paths, one leaves CANCELED channels lying<br>
around, the other BYE&#39;d channels.<br>
<br>
murf<br>
<div class="Ih2E3d"><br>
&gt;<br>
&gt; 3. I&#39;m using SIP realtime peers, sip.conf configuration follows:<br>
&gt;<br>
&gt;<br>
&gt; [general]<br>
&gt; bindport=5060<br>
&gt; bindaddr=<a href="http://0.0.0.0" target="_blank">0.0.0.0</a><br>
&gt; context=default<br>
&gt; language=es<br>
&gt; rtcachefriends=yes<br>
&gt; disallow=all<br>
&gt; allow=ulaw<br>
&gt; allow=alaw<br>
&gt; allow=gsm<br>
&gt; rtpholdtimeout=300<br>
&gt; rtptimeout=300<br>
&gt; dtmfmode=rfc2833<br>
&gt; videosupport=yes<br>
&gt; progressinband=yes<br>
&gt; allowsubscribe=yes<br>
&gt; subscribecontext=extensiones<br>
&gt; notifyringing=yes<br>
&gt; notifyhold= yes<br>
&gt; limitonpeers= yes<br>
&gt;<br>
&gt;<br>
&gt; Daniel Arohuanca Lagos<br>
&gt; +51 1 994149553<br>
&gt; Lima-Peru<br>
&gt;<br>
</div>&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<font color="#888888">--<br>
Steve Murphy<br>
Software Developer<br>
Digium<br>
</font><br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <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>