<p>Kevin Harwell <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/18702">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  Kevin Harwell: Looks good to me, approved; Approved for Submit
  Benjamin Keith Ford: Looks good to me, but someone else must approve

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_dial: Propagate outbound hook flashes.<br><br>The Dial application currently stops hook flashes<br>dead in their tracks from propagating through on<br>outbound calls. This fixes that so they can go<br>down the wire.<br><br>ASTERISK-30115 #close<br><br>Change-Id: Id4e78b29a049f35c5b1e7520eaa10d0eb5b7f97c<br>---<br>M apps/app_dial.c<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_dial.c b/apps/app_dial.c</span><br><span>index 3cf2343..edcce0a 100644</span><br><span>--- a/apps/app_dial.c</span><br><span>+++ b/apps/app_dial.c</span><br><span>@@ -1893,6 +1893,10 @@</span><br><span>                                               ast_verb(3, "Call on %s left from hold\n", ast_channel_name(o->chan));</span><br><span>                                          ast_indicate(o->chan, AST_CONTROL_UNHOLD);</span><br><span>                                                break;</span><br><span style="color: hsl(120, 100%, 40%);">+                                        case AST_CONTROL_FLASH:</span><br><span style="color: hsl(120, 100%, 40%);">+                                               ast_verb(3, "Hook flash on %s\n", ast_channel_name(o->chan));</span><br><span style="color: hsl(120, 100%, 40%);">+                                            ast_indicate(o->chan, AST_CONTROL_FLASH);</span><br><span style="color: hsl(120, 100%, 40%);">+                                          break;</span><br><span>                                       case AST_CONTROL_VIDUPDATE:</span><br><span>                                  case AST_CONTROL_SRCUPDATE:</span><br><span>                                  case AST_CONTROL_SRCCHANGE:</span><br><span></span><br></pre><div style="white-space:pre-wrap"></div><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/18702">change 18702</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/+/18702"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: Id4e78b29a049f35c5b1e7520eaa10d0eb5b7f97c </div>
<div style="display:none"> Gerrit-Change-Number: 18702 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Benjamin Keith Ford <bford@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>