<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/11117">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_meetme: Don't mute joining admins if conference is muted<br><br>ASTERISK-28328 #close<br><br>Change-Id: I4f6069fb34923b7521520c2a205a1e56227e592b<br>---<br>M apps/app_meetme.c<br>1 file changed, 3 insertions(+), 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/17/11117/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_meetme.c b/apps/app_meetme.c</span><br><span>index d8493d0..28f1576 100644</span><br><span>--- a/apps/app_meetme.c</span><br><span>+++ b/apps/app_meetme.c</span><br><span>@@ -3433,7 +3433,9 @@</span><br><span>        user->chan = chan;</span><br><span>        user->userflags = *confflags;</span><br><span>     user->adminflags = ast_test_flag64(confflags, CONFFLAG_STARTMUTED) ? ADMINFLAG_SELFMUTED : 0;</span><br><span style="color: hsl(0, 100%, 40%);">-        user->adminflags |= (conf->gmuted) ? ADMINFLAG_MUTED : 0;</span><br><span style="color: hsl(120, 100%, 40%);">+       if (!ast_test_flag64(confflags, CONFFLAG_ADMIN)) {</span><br><span style="color: hsl(120, 100%, 40%);">+            user->adminflags |= (conf->gmuted) ? ADMINFLAG_MUTED : 0;</span><br><span style="color: hsl(120, 100%, 40%);">+       }</span><br><span>    user->talking = -1;</span><br><span> </span><br><span>   ast_mutex_unlock(&conf->playlock);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/11117">change 11117</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/+/11117"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-Change-Id: I4f6069fb34923b7521520c2a205a1e56227e592b </div>
<div style="display:none"> Gerrit-Change-Number: 11117 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>