]> 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:38:11 +0000 (10:38 -0400)
commit0688f61a01c11964039442dd3855c90c1cb3fd6f
tree16fb035154a6084dafa0b914da9087ca9b55a9f8
parent044674c0cdf140bc1662e49473b6a6447150ed7f
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