[Home]

Summary:ASTERISK-18325: "Asked to transmit frame type" slows down all the calls
Reporter:Jim Boykin (boykin)Labels:
Date Opened:2011-08-23 09:23:54Date Closed:2011-09-16 10:52:55
Priority:MinorRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:1.8.5.0 Frequency of
Occurrence
Constant
Related
Issues:
duplicatesASTERISK-18063 Flooding with [Jun 24 19:33:17] WARNING[6995]: chan_sip.c:6213 sip_write: Asked to transmit frame type g726, while native formats is 0x4 (ulaw) read/write = 0x4 (ulaw)/0x4 (ulaw)
is related toASTERISK-14384 Early media causes "Asked to transmit frame type 64, while native formats is 0x8 (alaw)(8)......"
is related toASTERISK-17502 Flooding with chan_sip.c:6047 sip_write: Asked to transmit frame type alaw, while native formats is 0x100 (g729) read/write = 0x
is related toASTERISK-18063 Flooding with [Jun 24 19:33:17] WARNING[6995]: chan_sip.c:6213 sip_write: Asked to transmit frame type g726, while native formats is 0x4 (ulaw) read/write = 0x4 (ulaw)/0x4 (ulaw)
Environment:ALLAttachments:
Description:in chan_sip.c, "Asked to transmit frame type %s, while native formats is %s read/write" message slows down the entire system since this log gets printed for every frame. Ideally, I would like to see this error, but only once for each call (may be one for each type for codec mismatch).

The same problem with chan_gtalk too.



Comments:By: Leif Madsen (lmadsen) 2011-09-12 16:06:11.083-0500

Upgrading this to minor since really it's easy to change, and would give some performance improvements easily enough.

By: Leif Madsen (lmadsen) 2011-09-13 13:24:45.170-0500

You might want to look at ASTERISK-18063 as well. The patch there may do what you want.

By: Leif Madsen (lmadsen) 2011-09-16 10:52:55.210-0500

CLosing as duplicate