]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_sdp_rtp: Enable Opus to be negotiated via SIP/SDP. 75/1575/1
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 6 Nov 2015 12:57:15 +0000 (13:57 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 6 Nov 2015 13:02:05 +0000 (08:02 -0500)
commit33752e0837122fa73551dd3c424765477455b433
treec552b241d6cf60f27a6903028772f6413cdad972
parent506aea26e6c67cd53874aa3ffef278524dfd7878
res_pjsip_sdp_rtp: Enable Opus to be negotiated via SIP/SDP.

In SIP/SDP, Opus has two channels always (see RFC 7587 section 7). The actual
amount of channels is negotiated in-band. Therefore now, the Opus codec and its
attribute rtpmap are registered with two channels.

ASTERISK-24779 #close
Reported by: PowerPBX
Tested by: Alexander Traud
patches:
  asterisk-24779.patch submitted by Sean Bright (license #5060)

Change-Id: Ic7ac13cafa1d3450b4fa4987350924b42cbb657b
res/res_pjsip_sdp_rtp.c