-
- Downloads
Adds pass-through support for codec CELT.
This patch adds pass-through support for CELT. CELT formats are defined in codecs.conf and can be configured to any sample rate a CELT endpoint supports. This patch also addresses a crash in channel.c resulting from a frame list being freed incorrectly. This crash was discovered while testing a CELT translator which had to split encoded audio into multiple frames. The codec translator is not a part of this patch, but may be contributed in the future. Review: https://reviewboard.asterisk.org/r/1294/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- channels/chan_sip.c 29 additions, 25 deletionschannels/chan_sip.c
- configs/codecs.conf.sample 18 additions, 1 deletionconfigs/codecs.conf.sample
- include/asterisk/format.h 2 additions, 0 deletionsinclude/asterisk/format.h
- main/channel.c 8 additions, 4 deletionsmain/channel.c
- main/format.c 54 additions, 0 deletionsmain/format.c
- main/frame.c 4 additions, 0 deletionsmain/frame.c
- main/rtp_engine.c 4 additions, 0 deletionsmain/rtp_engine.c
- res/res_rtp_asterisk.c 1 addition, 0 deletionsres/res_rtp_asterisk.c
Loading
Please register or sign in to comment