[asterisk-bugs] [Asterisk 0017885]: asterisk 1.4.3x codec packetization issue
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Aug 24 13:12:25 CDT 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=17885
======================================================================
Reported By: para
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17885
Category: Channels/chan_h323
Reproducibility: always
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: 1.4.35
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-08-19 04:12 CDT
Last Modified: 2010-08-24 13:12 CDT
======================================================================
Summary: asterisk 1.4.3x codec packetization issue
Description:
please check ****** line,
when we make h323 calls out, with faststart=yes,
the packetization is too large in their open logical channel and does not
match their Terminal Capabilty Set (TCS) for G.729
OpenLogicalChannel
forwardLogicalChannelNumber: 1
forwardLogicalChannelParameters
dataType: nullData (1)
nullData: NULL
multiplexParameters: none (4)
none: NULL
reverseLogicalChannelParameters
dataType: audioData (3)
audioData: g729 (10)
****** g729: 20
:
:
:
:
Item 1
CapabilityTableEntry
capabilityTableEntryNumber: 2
capability:
receiveAudioCapability (4)
receiveAudioCapability: g729 (10)
g729: 2
Their Open logical channel packetization should be set to 2 (like item 1
in their TCS), not 20.
test with 1.4.30 and 1.4.35, same issue
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-08-24 13:12 lmadsen Description Updated
2010-08-24 13:12 lmadsen Additional Information Updated
======================================================================
More information about the asterisk-bugs
mailing list