]> 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)
committerCade Parker <cademparker@gmail.com>
Mon, 12 Aug 2024 21:21:22 +0000 (21:21 +0000)
commit5840e55bb50dc025a5f023cf07fe78005faabfe7
tree19cb54b693678fa703e5c0d5e46391dfbc70ed15
parente94c5f0d3bfa965a794f07666dc9d291f85b4179
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)
addons/chan_mobile.c