]> git.ipfire.org Git - thirdparty/asterisk.git/commit
siren: Add format attribute modules for Siren7 and Siren14. 89/3089/1
authorJoshua Colp <jcolp@digium.com>
Wed, 22 Jun 2016 16:19:32 +0000 (13:19 -0300)
committerJoshua Colp <jcolp@digium.com>
Thu, 23 Jun 2016 13:03:01 +0000 (10:03 -0300)
commit1dfc28641884111a025fdf2b3e0f811511a282a1
tree3802937b591530d78d7d94f4838a7d959214441c
parentd155d8274760b6310abf7bea682036d5356b0e85
siren: Add format attribute modules for Siren7 and Siren14.

This change removes hardcoded SDP parsing and generation for
Siren7 and Siren14 from chan_sip and moves it to format attribute
modules so it can also be used by chan_pjsip.

With this the fmtp lines for both are added with the bitrate
information.

ASTERISK-26021

Change-Id: Ibb004eda37a14c0a35ef0613f6237977fc800037
channels/chan_sip.c
res/res_format_attr_siren14.c [new file with mode: 0644]
res/res_format_attr_siren7.c [new file with mode: 0644]