]> git.ipfire.org Git - thirdparty/asterisk.git/commit
translate: Provide translation modules the result of SDP negotiation. 99/1599/6
authorAlexander Traud <pabstraud@compuserve.com>
Wed, 11 Nov 2015 17:51:17 +0000 (18:51 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Thu, 19 Nov 2015 09:45:05 +0000 (10:45 +0100)
commit0b508789ab225f57e22bce93e243e9d642a73191
treedea958f303fe326428c07956317a243939162d48
parentdac0bf063c756ce737aa84b246a7c4e6c317b696
translate: Provide translation modules the result of SDP negotiation.

Previously, a trancoding module did not have access to the joint but cached
format. Therefore, the module did not have access to the attributes negotiated
via SDP (line fmtp). Now, a translation module receives the joint format.

ASTERISK-25545 #close

Change-Id: Id6878a989b50573298dab115d3371ea369e1a718
include/asterisk/translate.h
main/translate.c