]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove SILK payload mappings from Asterisk core. 76/3376/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:13:55 +0000 (13:13 -0500)
commitd50895c7b04036aeaad58990089399e46db4c817
treef877d5bad6c47689f3b108b932847aa7eef81efd
parentc7c4fbe0bfa0ea5508d5e2397f9469e800e0324b
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