]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove SILK payload mappings from Asterisk core. 97/3397/1
authorMark Michelson <mmichelson@digium.com>
Fri, 29 Jul 2016 18:13:55 +0000 (13:13 -0500)
committerMark Michelson <mmichelson@digium.com>
Tue, 2 Aug 2016 15:50:34 +0000 (10:50 -0500)
commitf6821fbaec3fed7bbc1c814de3a4824cc926a90d
treec78c4938476a0ce10fb80e036c722590397945aa
parent829b4ba8b3a5f74f9568adefc41d3ca2ac9876c5
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
(cherry picked from commit d50895c7b04036aeaad58990089399e46db4c817)
main/rtp_engine.c