<p>Andrew Siplas has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/13667">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">chan_dahdi: Change 999999 to INT_MAX to better reflect "no timeout"<br><br>The no-entry timeout set to 999999 == 16⅔ minutes, change to INT_MAX<br>to match behavior of "no timeout" defined in comment.<br><br>ASTERISK-28702 #close<br><br>Change-Id: I4ea015986e061374385dba247b272f7aac60bf11<br>---<br>M channels/chan_dahdi.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/67/13667/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c</span><br><span>index 8ffece7..a4e564d 100644</span><br><span>--- a/channels/chan_dahdi.c</span><br><span>+++ b/channels/chan_dahdi.c</span><br><span>@@ -9847,7 +9847,7 @@</span><br><span>           /* If starting a threeway call, never timeout on the first digit so someone</span><br><span>             can use flash-hook as a "hold" feature */</span><br><span>               if (p->subs[SUB_THREEWAY].owner)</span><br><span style="color: hsl(0, 100%, 40%);">-                     timeout = 999999;</span><br><span style="color: hsl(120, 100%, 40%);">+                     timeout = INT_MAX;</span><br><span>           while (len < AST_MAX_EXTENSION-1) {</span><br><span>                       int is_exten_parking = 0;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/13667">change 13667</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/+/13667"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: I4ea015986e061374385dba247b272f7aac60bf11 </div>
<div style="display:none"> Gerrit-Change-Number: 13667 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Andrew Siplas <andrew@asiplas.net> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>