<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/15878">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">main/file.c: Don't throw error on flash event.<br><br>AST_CONTROL_FLASH isn't accounted for in a switch statement in file.c<br>where it should be ignored. Adding this to the switch ensures a<br>warning isn't thrown on RFC2833 flash events, since nothing's amiss.<br><br>ASTERISK-29372<br><br>Change-Id: I4fa549bfb7ba1894a4044de999ea124877422fbc<br>---<br>M main/file.c<br>1 file changed, 1 insertion(+), 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/78/15878/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/main/file.c b/main/file.c</span><br><span>index b426609..61f64d2 100644</span><br><span>--- a/main/file.c</span><br><span>+++ b/main/file.c</span><br><span>@@ -1702,6 +1702,7 @@</span><br><span>                               case AST_CONTROL_AOC:</span><br><span>                                case AST_CONTROL_UPDATE_RTP_PEER:</span><br><span>                            case AST_CONTROL_PVT_CAUSE_CODE:</span><br><span style="color: hsl(120, 100%, 40%);">+                              case AST_CONTROL_FLASH:</span><br><span>                              case -1:</span><br><span>                                     /* Unimportant */</span><br><span>                                    break;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/15878">change 15878</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/+/15878"/><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: I4fa549bfb7ba1894a4044de999ea124877422fbc </div>
<div style="display:none"> Gerrit-Change-Number: 15878 </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>