]> 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:45:46 +0000 (18:45 +0000)
commite0b8ca360ac499f9f2ffdd2522b512cfdc68d88c
tree08d7885a60f47abb04ad936ed1de2fd0e4b07920
parentbc1170d80d1ae456b113185e5823f70ea716a0bb
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 203b7a3b3f97de4f1c3562c7501d19e13ada0d84)
addons/chan_mobile.c