]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_mobile: decrease CHANNEL_FRAME_SIZE to prevent delay
authorCade Parker <cademparker@gmail.com>
Wed, 7 Aug 2024 21:11:16 +0000 (16:11 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Sep 2024 18:44:38 +0000 (18:44 +0000)
commit5fd867b7a4d6fe7a504ba3a42d309b81e16d145c
treeb469513d5f140eb74aeb2d03edb8a0fa9dbac3b6
parent40d7ce1084d0e4d78d41577c8114f5c0c793869c
chan_mobile: decrease CHANNEL_FRAME_SIZE to prevent delay

On modern Bluetooth devices or lower-powered asterisk servers, decreasing the channel frame size significantly improves latency and delay on outbound calls with only a mild sacrifice to the quality of the call (the frame size before was massive overkill to begin with)

(cherry picked from commit 5840e55bb50dc025a5f023cf07fe78005faabfe7)
addons/chan_mobile.c