]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove SILK payload mappings from Asterisk core. 77/3377/1
authorMark Michelson <mmichelson@digium.com>
Fri, 29 Jul 2016 18:13:55 +0000 (13:13 -0500)
committerMark Michelson <mmichelson@digium.com>
Fri, 29 Jul 2016 18:18:06 +0000 (13:18 -0500)
commit1cd79d6ee5e9fa53668a15e2fc5be2b7e6820b1f
tree6d6839252a6304c611f11e1cb4e93e286937240b
parentd462cb73a8f3d2802bd5261cc2d218a0890d4f1e
Remove SILK payload mappings from Asterisk core.

SILK is a bit of a hog when it comes to using up our limited number of
dynamic payload types in the RTP engine. By freeing up four slots, it
allows for other codecs to potentially take the place.

Now, codec_silk.so will dynamically use the payload slots in the RTP
engine when it loads.

A better fix would be make RTP dynamic payload types actually
dynamic. However, at this stage of Asterisk 14 development, this is a
risky move that would be imprudent.

Change-Id: I5774e09408f9a203db189529eabdc0d3f4c1e612
main/rtp_engine.c