]> 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:27 +0000 (21:21 +0000)
commit4f5bb1e650ba321d805a3814a7142a9ba56200a4
tree04e832f8fe196ef98b45e5435002198d85b3e560
parente7ca7aa88123c458fae583d271e88cd3c24bd748
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