diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 1b41ca9d70..6deb701518 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -1729,7 +1729,7 @@ Value used in Max-Forwards header for SIP requests. - + The interval (in seconds) to send keepalives to active connection-oriented transports. diff --git a/res/res_pjsip/config_global.c b/res/res_pjsip/config_global.c index 2a803128d9..b3d6fa28b8 100644 --- a/res/res_pjsip/config_global.c +++ b/res/res_pjsip/config_global.c @@ -29,7 +29,7 @@ #include "asterisk/res_pjsip_cli.h" #define DEFAULT_MAX_FORWARDS 70 -#define DEFAULT_KEEPALIVE_INTERVAL 0 +#define DEFAULT_KEEPALIVE_INTERVAL 90 #define DEFAULT_USERAGENT_PREFIX "Asterisk PBX" #define DEFAULT_OUTBOUND_ENDPOINT "default_outbound_endpoint" #define DEFAULT_DEBUG "no"