hi guys,<br>Since 2 days, i noticed something really weird happening in my whole *.<br>When im calling someone, when im talking, there&#39;s _no_ delay, all communications seems really fluide.<br>Im using MeetMe or MOH too, there&#39;s no problem.
<br><br>But when im leaving that system idling with active meetme and/or MOH, when im comin&#39; back, all chans are still ups, but with delay.<br>I&#39;ll explain a bit more here:<br>All RTPs packets are comin&#39; but it&#39;s like they&#39;re so slow, so if im saying HEY on phone A, it takes upto easily 1 sec to hear the HEY on phone B.
<br>I checked the CPU, everything is okay too.<br>But if i hangup, then call back, everything is like no problem never occured, even without restart/reload.<br><br>When I hanguped all phones, this is what happen in CLI:<br>
<br>[Feb 23 09:04:32] DEBUG[402]: channel.c:3233 ast_channel_masquerade: Planning to masquerade channel SIP/86-1017f778 into the structure of AsyncGoto/SIP/86-1017f778<br>[Feb 23 09:04:32] DEBUG[402]: channel.c:3246 ast_channel_masquerade: Done planning to masquerade channel SIP/86-1017f778 into the structure of AsyncGoto/SIP/86-1017f778
<br>[Feb 23 09:04:32] DEBUG[402]: channel.c:3611 ast_do_masquerade: Released clone lock on &#39;AsyncGoto/SIP/86-1017f778&lt;ZOMBIE&gt;&#39;<br>&nbsp;&nbsp;&nbsp; -- Executing [92@gondor:1] MeetMe(&quot;SIP/86-1017f778&quot;, &quot;1234&quot;) in new stack
<br>[Feb 23 09:04:32] DEBUG[408]: rtp.c:2769 bridge_native_loop: Oooh, something is weird, backing out<br>[Feb 23 09:04:32] DEBUG[408]: channel.c:4027 ast_channel_bridge: Bridge stops because we&#39;re zombie or need a soft hangup: c0=SIP/203-10179728, c1=AsyncGoto/SIP/86-1017f778&lt;ZOMBIE&gt;, flags: No,No,Yes,Yes
<br>[Feb 23 09:04:32] DEBUG[408]: channel.c:4128 ast_channel_bridge: Bridge stops bridging channels SIP/203-10179728 and AsyncGoto/SIP/86-1017f778&lt;ZOMBIE&gt;<br>&nbsp; == Spawn extension (gondor, 86, 1) exited non-zero on &#39;SIP/203-10179728&#39;
<br>[Feb 23 09:04:32] DEBUG[442]: app_meetme.c:1294 conf_run: Placed channel SIP/86-1017f778 in ZAP conf 1023<br>&nbsp; == Spawn extension (gondor, 92, 1) exited non-zero on &#39;SIP/203-10185990&#39;<br>&nbsp; == Spawn extension (gondor, 92, 1) exited non-zero on &#39;SIP/202-10161ef8&#39;
<br><br><br>I dont like to see the ZOMBIE stuff, nor the &quot;Oooh, something is weird, backing out&quot;.<br><br>Based on rtp.c code:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* Check if anything changed */<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ((c0-&gt;tech_pvt != pvt0) ||
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (c1-&gt;tech_pvt != pvt1) ||<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (c0-&gt;masq || c0-&gt;masqr || c1-&gt;masq || c1-&gt;masqr)) {<br>has to happen to see my last debug msg, but any reason why it happen exactly? How come the flow pass in that if? One channel (c0 or c1) has to have a masq, no? Since the whole pbx was idling my my little lab setup, I dont understand.
<br><br><br>Any suggestions on that?<br>how to debug exactly?<br>Can a zombie chan complety _lag_ the pbx?<br clear="all"><br>-- <br>Clod Patry