<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17251">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: threshold<br><br>Change-Id: I9f285cd786a57fe1b0e23961a6f91a04594e5b3e<br>---<br>M apps/app_minivm.c<br>M apps/app_sms.c<br>M apps/app_voicemail.c<br>M configs/samples/sip.conf.sample<br>4 files changed, 4 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/51/17251/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_minivm.c b/apps/app_minivm.c</span><br><span>index 89bd585..6d73ad1 100644</span><br><span>--- a/apps/app_minivm.c</span><br><span>+++ b/apps/app_minivm.c</span><br><span>@@ -2828,7 +2828,7 @@</span><br><span>                        /* External voicemail notify application */</span><br><span>                  ast_copy_string(global_externnotify, var->value, sizeof(global_externnotify));</span><br><span>            } else if (!strcmp(var->name, "silencethreshold")) {</span><br><span style="color: hsl(0, 100%, 40%);">-                       /* Silence treshold */</span><br><span style="color: hsl(120, 100%, 40%);">+                        /* Silence threshold */</span><br><span>                      global_silencethreshold = atoi(var->value);</span><br><span>               } else if (!strcmp(var->name, "maxmessage")) {</span><br><span>                  int x;</span><br><span>diff --git a/apps/app_sms.c b/apps/app_sms.c</span><br><span>index 9f8cf3e..5a04f58 100644</span><br><span>--- a/apps/app_sms.c</span><br><span>+++ b/apps/app_sms.c</span><br><span>@@ -1730,7 +1730,7 @@</span><br><span>          } else {</span><br><span>                     h->imag = h->imag * 7 / 8;</span><br><span>             }</span><br><span style="color: hsl(0, 100%, 40%);">-               if (h->imag <= 500) {               /* below [arbitrary] threahold: lost carrier */</span><br><span style="color: hsl(120, 100%, 40%);">+             if (h->imag <= 500) {               /* below [arbitrary] threshold: lost carrier */</span><br><span>                    if (h->idle++ == 80000) {       /* nothing happening */</span><br><span>                           ast_log(LOG_NOTICE, "No data, hanging up\n");</span><br><span>                              h->hangup = 1;</span><br><span>diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c</span><br><span>index e11e1b9..263d489 100644</span><br><span>--- a/apps/app_voicemail.c</span><br><span>+++ b/apps/app_voicemail.c</span><br><span>@@ -13949,7 +13949,7 @@</span><br><span>                     }</span><br><span>            }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-           /* Silence treshold */</span><br><span style="color: hsl(120, 100%, 40%);">+                /* Silence threshold */</span><br><span>              silencethreshold = ast_dsp_get_threshold_from_settings(THRESHOLD_SILENCE);</span><br><span>           if ((val = ast_variable_retrieve(cfg, "general", "silencethreshold")))</span><br><span>                   silencethreshold = atoi(val);</span><br><span>diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample</span><br><span>index f21b7df..6dfad08 100644</span><br><span>--- a/configs/samples/sip.conf.sample</span><br><span>+++ b/configs/samples/sip.conf.sample</span><br><span>@@ -701,7 +701,7 @@</span><br><span> ; for a device.</span><br><span> ;</span><br><span> ; If you set the busylevel, we will indicate busy when we have a number of calls that</span><br><span style="color: hsl(0, 100%, 40%);">-; matches the busylevel treshold.</span><br><span style="color: hsl(120, 100%, 40%);">+; matches the busylevel threshold.</span><br><span> ;</span><br><span> ; For queues, you will need this level of detail in status reporting, regardless</span><br><span> ; if you use SIP subscriptions. Queues and manager use the same internal interface</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17251">change 17251</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/+/17251"/><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: I9f285cd786a57fe1b0e23961a6f91a04594e5b3e </div>
<div style="display:none"> Gerrit-Change-Number: 17251 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Josh Soref <jsoref@gmail.com> </div>
<div style="display:none"> Gerrit-CC: Friendly Automation </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>