<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6807">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pjproject_bundled: Disable TCP/TLS keep-alives.<br><br>Asterisk has its own keep-alive mechanism, see parameter keep_alive_interval<br>in the configuration file pjsip.conf, which is contained in the module<br>res_pjsip_transport_management.<br><br>ASTERISK-27347 #close<br><br>Change-Id: I27c7a87c882b02f56ff3b739630d9b9e5912cc68<br>---<br>M third-party/pjproject/patches/config_site.h<br>1 file changed, 8 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/07/6807/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/third-party/pjproject/patches/config_site.h b/third-party/pjproject/patches/config_site.h<br>index 561b3a2..706c542 100644<br>--- a/third-party/pjproject/patches/config_site.h<br>+++ b/third-party/pjproject/patches/config_site.h<br>@@ -82,3 +82,11 @@<br> #define    PJMEDIA_MAX_SDP_BANDW   4<br> #define     PJMEDIA_MAX_SDP_ATTR   (PJMEDIA_MAX_SDP_FMT*2 + 4)<br> #define    PJMEDIA_MAX_SDP_MEDIA   16<br>+<br>+/*<br>+ * Turn off the periodic sending of CRLNCRLN. Default is on (90 seconds),<br>+ * which conflicts with the keep_alive_interval in pjsip.conf of the module<br>+ * res_pjsip_transport_management.<br>+ */<br>+#define PJSIP_TCP_KEEP_ALIVE_INTERVAL 0<br>+#define PJSIP_TLS_KEEP_ALIVE_INTERVAL       0<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6807">change 6807</a>. To unsubscribe, 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/6807"/><meta itemprop="name" content="View Change"/></div></div>

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