]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_rtp: Use μ-law by default instead of signed linear
authorSean Bright <sean.bright@gmail.com>
Wed, 13 Sep 2017 14:38:11 +0000 (10:38 -0400)
committerSean Bright <sean.bright@gmail.com>
Wed, 13 Sep 2017 14:40:38 +0000 (09:40 -0500)
commit8ab2dcb4b044e0bcd21d6131d125e51c08591cff
tree24a13b2134ea4dc8edd8ae3cc4165c257d83c46a
parentcadc96c04bf8350bd8052e8228d84550ed2c4899
chan_rtp: Use μ-law by default instead of signed linear

Multicast/Unicast RTP do not use SDP so we need to use a format that
cleanly maps to one of the static RTP payload types. Without this
change, an Originate to a Multicast or Unicast channel without a format
specified would produce no audio on the receiving device.

ASTERISK-21399 #close
Reported by: Tzafrir Cohen

Change-Id: I97e332b566e85da04b0004b9b0daae746cfca0e3
channels/chan_rtp.c