]> 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>
Sun, 25 Aug 2019 18:29:21 +0000 (00:29 +0600)
commitb003c9b3ae45ce37405d54070ee4a7ecb2b5a726
tree149423cbd41f1fdd93c9ce69442e8516c2dd3aa8
parent8a9674699436c43a8d990fe4d53336e5076c6b91
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