]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make chan_h323 respect packetization settings
authorJeff Peeler <jpeeler@digium.com>
Wed, 22 Apr 2009 19:20:53 +0000 (19:20 +0000)
committerJeff Peeler <jpeeler@digium.com>
Wed, 22 Apr 2009 19:20:53 +0000 (19:20 +0000)
commita1b5f4a67db2bdf64819ba9597421bdb3734c897
tree37bbe75afc36aabffc2ecec9fbfcdb6bd546cd46
parent4758539ec551cd02f4dee42ab9100c70163e6c2d
Make chan_h323 respect packetization settings

Previously, packetization settings were ignored and now they are not. A new
config option 'autoframing' has been added to mirror the way chan_sip handles
it. Turning on the autoframing option (available both as a global option or per
peer) overrides the local settings with the remote packetization settings.
Testing was performed with varying packetization levels with the following
codecs: ulaw, alaw, gsm, and g729.

(closes issue #12415)
Reported by: pj
Patches:
      2009012200_h323packetization.diff.txt uploaded by mvanbaak (license 7),
      modified by me

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@189991 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_h323.c
channels/h323/ast_h323.cxx
channels/h323/chan_h323.h