]> 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:55:37 +0000 (06:55 -0500)
commita2a3ad2438750f7939476f4dd193fdf9db50a768
treebf758c84ec82c2ea97bec7d36bf33688c2264d58
parent0353c34c6119f91fcbcb5e570c87f27a4a4ee598
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