]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_unistim: Fix RTP port byte order for big-endian arch
authorIgor Goncharovsky <igor.goncharovsky@gmail.com>
Fri, 16 Aug 2019 11:01:21 +0000 (15:01 +0400)
committerIgor Goncharovsky <igor.goncharovsky@gmail.com>
Mon, 26 Aug 2019 09:48:44 +0000 (04:48 -0500)
commit821b7561f85b5fcbc337b4dfcec85709812c56e3
tree168d371ae86bdd2a7ef3ff20fee99656da8690e8
parent94dfb9c7ac9a3a9110e79f9a93660aa9f9236fe0
chan_unistim: Fix RTP port byte order for big-endian arch

This patch fixes one-way oudio that users expirienced on
big-endian architechtires. RTP port number bytes was stored
in improper order and phone sent RTP to wrong RTP port.

Reported-by: Andrey Ionov
Change-Id: I9a9ca7f26e31a67bbbceff12923baa10dfb8a3be
channels/chan_unistim.c