]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Update default keepalive interval to 90 seconds.
authorJoshua Colp <jcolp@digium.com>
Fri, 20 Jul 2018 11:54:35 +0000 (11:54 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 20 Jul 2018 11:54:35 +0000 (11:54 +0000)
commit18e9acc3c106e2f22c4fc78f67eb427b44fcf80d
treee2b03d4f9db754e68be6c6a2634e6656cc957475
parentf4ddc56b9a83664f2b8728a9276cf74e2c5e8844
res_pjsip: Update default keepalive interval to 90 seconds.

A change recently went in which disabled the built-in PJSIP
keepalive. This defaulted to 90 seconds and kept TCP/TLS
connections alive. Disabling this functionality has resulted
in a behavior change of not doing keepalives by default resulting
in TCP/TLS connections dropping for some people.

This change makes our default keepalive interval 90 seconds
to match the previous behavior and preserve it.

ASTERISK-27978

Change-Id: Ibd9a45f3cbe5d9bb6d2161268696645ff781b1d6
res/res_pjsip.c
res/res_pjsip/config_global.c