]> 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:10 +0000 (13:13 +0000)
commitc4123901e5c13ab8c4b010bce9e274ceda695850
treeb67db3dd1dc2902dc7b34d996da80eb5e020cd26
parentf685df5d14674dcfc65a3371cddb18c1fb35edb7
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