[Home]

Summary:ASTERISK-09144: channel.c: Bridge stops bridging channels .........<ZOMBIE>
Reporter:blanket (blanket)Labels:
Date Opened:2007-03-29 15:09:25Date Closed:2011-06-07 14:02:53
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I am using callfiles and LOCAL channels and this Dialplan:
BackgroundDetect
Voice is detected, jump to Extension talk
from there GoTo to an new context
In this context:
exten => s,n,Background(sound},m)

In 30 % of all tries Asterisk is not deliver sound to the callee. I put an playback before Background, same result, sometimes no sound

related messages from the debug.log

Mar 29 21:28:12 DEBUG[31266] channel.c: Bridge stops bridging channels Local/exten@context-81c1,2 and Local/exten@context-81c1,1<ZOMBIE>
Mar 29 21:28:12 DEBUG[31266] channel.c: Hanging up zombie 'Local/exten@contex-81c1,1<ZOMBIE>'

If you need additional information please ask.



Comments:By: Serge Vecher (serge-v) 2007-03-29 15:28:44

As per bug guidelines, you need to attach a SIP debug trace illustrating the problem. Please do the following:
1) Prepare test environment (reduce the amount of unrelated traffic on the server);
2) Make sure your logger.conf has the following line:
  console => notice,warning,error,debug
3) restart Asterisk with the following command:
  'asterisk -Tvvvvvdddddngc | tee /tmp/verbosedebug.txt'
4) Enable SIP transaction logging with the following CLI commands (1.4/trunk commands in parenthesis):
set debug 4 (core set debug 4)
set verbose 4 (core set verbose 4)
sip debug (sip set debug)
5) Reproduce the problem
6) Trim startup information and attach verbosedebug.txt to the issue.

Also, we need to see the relative parts of extensions.conf

By: blanket (blanket) 2007-04-13 10:22:14

Can be closed.
I have used lost of AGI PHP with more then 150 active calls on the PC.
I have put this code now into the dialplan and do not have these problems anymore.
Now its running stable and reliable and Iam very happy with Asterisk!

By: Joshua C. Colp (jcolp) 2007-04-13 10:58:26

Closed per reporter request.