[Home]

Summary:ASTERISK-09951: Calls drop with following debug error DEBUG[30271] channel.c: Didn't get a frame from channel: IAX2/724careo-16387
Reporter:nik (kolian)Labels:
Date Opened:2007-07-24 18:16:09Date Closed:2011-06-07 14:03:25
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) iaxlog.txt
( 1) trace.log
Description:The calls drop intermittently between two Asterisk servers. Drop times anywhere between 10-60 sec.

Both servers running:

Asterisk SVN-branch-1.2-r75927M

The drops happen on both SIP and IAX channels.

Asterisk 1 <-> Asterisk 2 <-> SIP Provider.

DEBUG[30271] channel.c: Didn't get a frame from channel: IAX2/724careo-16387

on both servers.

Is there any place to look for better error message or indication what dropped the call?

There are no way to tell what exactly happen as ast_read function in channel.c has no debug output.
Comments:By: Joshua C. Colp (jcolp) 2007-07-25 17:06:01

We need much more information. Please provide an iax2 debug and console output.

By: nik (kolian) 2007-08-03 15:48:12

Drops on Ast1 -> Ast2 -> Zap

             IAX    

Attaching the file with trace and a couple of changes to channel.c to see where exactly it's failing. Seems like ast_translate fails.

By: Joshua C. Colp (jcolp) 2007-08-06 10:12:23

What codecs are in use?

By: nik (kolian) 2007-08-06 10:18:57

g729 precompiled version and going to Zap te405 on the other end.

By: Joshua C. Colp (jcolp) 2007-08-06 10:20:28

What codecs are in use on each bridged channel where the above happened?

By: Joshua C. Colp (jcolp) 2007-09-11 09:15:57

I'm suspending this bug since we are no longer working on 1.2. If this is applicable to 1.4 feel free to reopen with the needed information.