<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16238">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_milliwatt: Timing fix<br><br>The Milliwatt application uses incorrect tone timings<br>that cause it to play the 1004 Hz tone constantly.<br>This is corrected so that it incorporates the proper<br>1s silent interval every 9s, so that it behaves like<br>a real milliwatt test line.<br><br>ASTERISK-29575 #close<br><br>Change-Id: I73ccc6c6fcaa31931c6fff3b85ad1805b2ce9d8c<br>---<br>M apps/app_milliwatt.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/38/16238/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c</span><br><span>index 64513fe..772b911 100644</span><br><span>--- a/apps/app_milliwatt.c</span><br><span>+++ b/apps/app_milliwatt.c</span><br><span>@@ -156,7 +156,7 @@</span><br><span>             return old_milliwatt_exec(chan);</span><br><span>     }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   res = ast_playtones_start(chan, 23255, "1004/1000", 0);</span><br><span style="color: hsl(120, 100%, 40%);">+     res = ast_playtones_start(chan, 23255, "1004/9000,0/1000", 0);</span><br><span> </span><br><span>         while (!res) {</span><br><span>               res = ast_safe_sleep(chan, 10000);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16238">change 16238</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/+/16238"/><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: I73ccc6c6fcaa31931c6fff3b85ad1805b2ce9d8c </div>
<div style="display:none"> Gerrit-Change-Number: 16238 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>