]> git.ipfire.org Git - thirdparty/asterisk.git/commit
rtp_engine: Init a format-attribute module to its RFC defaults. 93/1593/2
authorAlexander Traud <pabstraud@compuserve.com>
Tue, 10 Nov 2015 15:27:57 +0000 (16:27 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Wed, 11 Nov 2015 13:58:47 +0000 (14:58 +0100)
commit4bf84459c77227b7adc642d04b9ad93659d96ee2
treec378b13843d12d54ccad2560f0bda55d74814ae5
parent506aea26e6c67cd53874aa3ffef278524dfd7878
rtp_engine: Init a format-attribute module to its RFC defaults.

Previously, format-attribute modules relied on an existing fmtp line in SDP
negotiation. However, fmtp is optional for several formats like the Opus Codec.
Now, the format-attribute module is called with an empty fmtp, which allows the
module to initialise itself to RFC defaults. Furthermore now, Asterisk is able
to differentiate between internally and externally created formats.

ASTERISK-25537 #close

Change-Id: I28f680cef7fdf51c0969ff8da71548edad72ec52
main/rtp_engine.c