<div dir="ltr"><div>Mathew,</div><div>When I run 'ps -ef|grep asterisk' the following processes are displayed:</div><div>root      6861     1  0 Aug27 ?        00:00:00 /bin/sh /ivr/app/asterisk/sbin/safe_asterisk -U asterisk -G asterisk -C /ivr/app/asterisk/etc/asterisk/asterisk.conf</div><div>asterisk  8062  6861  3 Oct27 ?        00:44:56 /ivr/app/asterisk/sbin/asterisk -f -U asterisk -G asterisk -C /ivr/app/asterisk/etc/asterisk/asterisk.conf -vvvg -c</div><div>root     20776  2200  0 11:20 pts/2    00:00:33 tail -f asterisk.log</div><div><span style="background-color:rgb(255,255,0)">asterisk 23076  8062  0 17:01 ?        00:00:00 [asterisk] <defunct></span></div><div><span style="background-color:rgb(255,255,0)">asterisk 23897  8062  0 17:03 ?        00:00:00 [asterisk] <defunct></span></div><div><br></div><div>also when I run top the same amount of zombie processes are displayed:</div><div>Tasks: 185 total,   1 running, 182 sleeping,   0 stopped,   <span style="background-color:rgb(255,255,0)">2 zombie</span><br></div><div><br></div><div>Regarding the AGI - we are using AGI in order to run php scripts for external logic. I have printed the PIDs of the php scripts and none of them are related to the PID's of those zombie processes.</div><div>Do you have any idea how to find out what are these processes?</div><div>Yaron.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 28, 2014 at 4:53 PM, Matthew Jordan <span dir="ltr"><<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Oct 28, 2014 at 9:44 AM, Yaron Nachum <<a href="mailto:nachum.yaron@gmail.com">nachum.yaron@gmail.com</a>> wrote:<br>
> Hello Mathew,<br>
> In the following tutorial it says that channel are marked with ZOMBIE flag.<br>
> From your response I assume it has no connection to my problem.<br>
> <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Bridging+Project" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Bridging+Project</a><br>
><br>
> Regrading the zombie processes issue we are having. We have debug taken from<br>
> the server during such process is invoked. If you want I can attache it.<br>
<br>
</span>A zombie channel has nothing to do with a process. It was an artefact<br>
of an internal process known as a masquerade. While masquerades do<br>
sometimes still occur in Asterisk 12+, they are far less frequent and<br>
are no longer externally visible.<br>
<br>
Why do you think you have zombie processes? Asterisk does use a large<br>
number of threads, but generally rarely forks processes unless you are<br>
using something like original AGI.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Matthew Jordan<br>
Digium, Inc. | Engineering Manager<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <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>
</div></div></blockquote></div><br></div>