Skip to content
Snippets Groups Projects
Commit 8907a9f0 authored by Alexander Traud's avatar Alexander Traud Committed by Kevin Harwell
Browse files

samples: Fix keep_alive_interval default in pjsip.conf.

Since ASTERISK_27978 the default is not off but 90 seconds. That change
happened because ASTERISK_27347 disabled the keep-alives in the bundled
PJProject and Asterisk should behave the same as before.

Change-Id: Ie63dc558ade6a5a2b969c30a4bd492d63730dc46
parent 3c4a1722
Branches
Tags
3 merge requests!138Merge branch asterisk-20.3.0 into devel properly,!123Merge asterisk '20.3.0' into devel,!118Draft: manager: AOC-S support for AOCMessage
...@@ -1105,7 +1105,8 @@ ...@@ -1105,7 +1105,8 @@
; refreshing. ; refreshing.
; (default: "no") ; (default: "no")
;type= ; Must be of type aor (default: "") ;type= ; Must be of type aor (default: "")
;qualify_frequency=0 ; Interval at which to qualify an AoR (default: "0") ;qualify_frequency=0 ; Interval at which to qualify an AoR via OPTIONS requests.
; (default: "0")
;qualify_timeout=3.0 ; Qualify timeout in fractional seconds (default: "3.0") ;qualify_timeout=3.0 ; Qualify timeout in fractional seconds (default: "3.0")
;authenticate_qualify=no ; Authenticates a qualify request if needed ;authenticate_qualify=no ; Authenticates a qualify request if needed
; (default: "no") ; (default: "no")
...@@ -1177,9 +1178,10 @@ ...@@ -1177,9 +1178,10 @@
; int") ; int")
;debug=no ; Enable/Disable SIP debug logging. Valid options include yes|no ;debug=no ; Enable/Disable SIP debug logging. Valid options include yes|no
; or a host address (default: "no") ; or a host address (default: "no")
;keep_alive_interval=20 ; The interval (in seconds) at which to send keepalive ;keep_alive_interval=90 ; The interval (in seconds) at which to send (double CRLF)
; messages on all active connection-oriented transports ; keep-alives on all active connection-oriented transports;
; (default: "0") ; for connection-less like UDP see qualify_frequency.
; (default: "90")
;contact_expiration_check_interval=30 ;contact_expiration_check_interval=30
; The interval (in seconds) to check for expired contacts. ; The interval (in seconds) to check for expired contacts.
;disable_multi_domain=no ;disable_multi_domain=no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment