]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 20 Mar 2025 18:34:08 +0000 (18:34 +0000)
commit4a1129b893de0d375bafc45dd9d435a4b2d2437a
treedb841fde66bcec9ee84739ffbfd3005ef425d72c
parent8e900950b665a7b1c9d950fadbdd4ee4935992fb
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
(cherry picked from commit c4232f2940802db513ff52d64b52e58b48d07e5e)
res/res_pjsip/config_transport.c