<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/19173">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">func_frame_trace: Remove bogus assertion.<br><br>The FRAME_TRACE function currently asserts if it sees<br>a MASQUERADE_NOTIFY. However, this is a legitimate thing<br>that can happen so asserting is inappropriate, as there<br>are no clear negative ramifications of such a thing. This<br>is adjusted to be like the other frames to print out<br>the subclass.<br><br>ASTERISK-30210 #close<br><br>Change-Id: I8ecbdcf17e35f64bdeab42868471f581ad1d1a56<br>---<br>M funcs/func_frame_trace.c<br>1 file changed, 19 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/73/19173/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/funcs/func_frame_trace.c b/funcs/func_frame_trace.c</span><br><span>index b023c9f..c1f258f 100644</span><br><span>--- a/funcs/func_frame_trace.c</span><br><span>+++ b/funcs/func_frame_trace.c</span><br><span>@@ -341,8 +341,7 @@</span><br><span> ast_verbose("SubClass: PVT_CAUSE_CODE\n");</span><br><span> break;</span><br><span> case AST_CONTROL_MASQUERADE_NOTIFY:</span><br><span style="color: hsl(0, 100%, 40%);">- /* Should never happen. */</span><br><span style="color: hsl(0, 100%, 40%);">- ast_assert(0);</span><br><span style="color: hsl(120, 100%, 40%);">+ ast_verbose("SubClass: MASQUERADE_NOTIFY\n");</span><br><span> break;</span><br><span> case AST_CONTROL_STREAM_TOPOLOGY_REQUEST_CHANGE:</span><br><span> ast_verbose("SubClass: STREAM_TOPOLOGY_REQUEST_CHANGE\n");</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/19173">change 19173</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/+/19173"/><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: I8ecbdcf17e35f64bdeab42868471f581ad1d1a56 </div>
<div style="display:none"> Gerrit-Change-Number: 19173 </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>