]> 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:25 +0000 (21:21 +0000)
commit203b7a3b3f97de4f1c3562c7501d19e13ada0d84
tree8534e81a08d77a66400c8a4d627a0fee16c9ea0a
parentf763810447cc75b4fbee010f96059fdb9c088ae7
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