]> git.ipfire.org Git - thirdparty/asterisk.git/commit
fix: Correct default flag for tcp_keepalive_enable option
authorJoshua Elson <joshelson@gmail.com>
Fri, 7 Mar 2025 00:52:26 +0000 (17:52 -0700)
committerJoshua Elson <joshelson@gmail.com>
Thu, 13 Mar 2025 13:13:09 +0000 (13:13 +0000)
commitc4232f2940802db513ff52d64b52e58b48d07e5e
treec3d5e3ded4f5cf1602309f0cbdd7c7e24a0668cb
parentf042fb21535fa88c4ef44f5de85c86cc69aebaab
fix: Correct default flag for tcp_keepalive_enable option

Resolves an issue where the tcp_keepalive_enable option was not properly enabled in the sample configuration due to an incorrect default flag setting.

Fixes: #1149
res/res_pjsip/config_transport.c