<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/14813">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">samples: Fix keep_alive_interval default in pjsip.conf.<br><br>Since ASTERISK_27978 the default is not off but 90 seconds. That change<br>happened because ASTERISK_27347 disabled the keep-alives in the bundled<br>PJProject and Asterisk should behave the same as before.<br><br>Change-Id: Ie63dc558ade6a5a2b969c30a4bd492d63730dc46<br>---<br>M configs/samples/pjsip.conf.sample<br>1 file changed, 6 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/13/14813/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample</span><br><span>index 3c91664..506583e 100644</span><br><span>--- a/configs/samples/pjsip.conf.sample</span><br><span>+++ b/configs/samples/pjsip.conf.sample</span><br><span>@@ -1105,7 +1105,8 @@</span><br><span>                         ; refreshing.</span><br><span>                         ; (default: "no")</span><br><span> ;type=  ; Must be of type aor (default: "")</span><br><span style="color: hsl(0, 100%, 40%);">-;qualify_frequency=0    ; Interval at which to qualify an AoR (default: "0")</span><br><span style="color: hsl(120, 100%, 40%);">+;qualify_frequency=0    ; Interval at which to qualify an AoR via OPTIONS requests.</span><br><span style="color: hsl(120, 100%, 40%);">+                        ; (default: "0")</span><br><span> ;qualify_timeout=3.0      ; Qualify timeout in fractional seconds (default: "3.0")</span><br><span> ;authenticate_qualify=no        ; Authenticates a qualify request if needed</span><br><span>                                 ; (default: "no")</span><br><span>@@ -1177,9 +1178,10 @@</span><br><span>                                                         ; int")</span><br><span> ;debug=no ; Enable/Disable SIP debug logging.  Valid options include yes|no</span><br><span>           ; or a host address (default: "no")</span><br><span style="color: hsl(0, 100%, 40%);">-;keep_alive_interval=20 ; The interval (in seconds) at which to send keepalive</span><br><span style="color: hsl(0, 100%, 40%);">-                        ; messages on all active connection-oriented transports</span><br><span style="color: hsl(0, 100%, 40%);">-                        ; (default: "0")</span><br><span style="color: hsl(120, 100%, 40%);">+;keep_alive_interval=90 ; The interval (in seconds) at which to send (double CRLF)</span><br><span style="color: hsl(120, 100%, 40%);">+                        ; keep-alives on all active connection-oriented transports;</span><br><span style="color: hsl(120, 100%, 40%);">+                        ; for connection-less like UDP see qualify_frequency.</span><br><span style="color: hsl(120, 100%, 40%);">+                        ; (default: "90")</span><br><span> ;contact_expiration_check_interval=30</span><br><span>                         ; The interval (in seconds) to check for expired contacts.</span><br><span> ;disable_multi_domain=no</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/14813">change 14813</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/14813"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie63dc558ade6a5a2b969c30a4bd492d63730dc46 </div>
<div style="display:none"> Gerrit-Change-Number: 14813 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>