<p>Hajek Michal has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/14921">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_stasis.c: Missing sort function on bridge_moh_create<br><br>Sometimes not play MOH on bridge.<br><br>ASTERISK-29081<br>Reported-by: Michal Hajek <michal.hajek@daktela.com><br><br>Change-Id: Ia8db476a984365bda3cf8f4855ba0237ff546c1b<br>---<br>M res/res_stasis.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/21/14921/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/res_stasis.c b/res/res_stasis.c</span><br><span>index 3f8ae74..5efa869 100644</span><br><span>--- a/res/res_stasis.c</span><br><span>+++ b/res/res_stasis.c</span><br><span>@@ -2321,7 +2321,7 @@</span><br><span>           BRIDGES_NUM_BUCKETS, bridges_hash, NULL, bridges_compare);</span><br><span>   app_bridges_moh = ao2_container_alloc_hash(</span><br><span>          AO2_ALLOC_OPT_LOCK_MUTEX, 0,</span><br><span style="color: hsl(0, 100%, 40%);">-            37, bridges_channel_hash_fn, NULL, NULL);</span><br><span style="color: hsl(120, 100%, 40%);">+             37, bridges_channel_hash_fn, bridges_channel_sort_fn, NULL);</span><br><span>         app_bridges_playback = ao2_container_alloc_hash(</span><br><span>             AO2_ALLOC_OPT_LOCK_MUTEX, AO2_CONTAINER_ALLOC_OPT_DUPS_REJECT,</span><br><span>               37, bridges_channel_hash_fn, bridges_channel_sort_fn, NULL);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/14921">change 14921</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/+/14921"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16.14 </div>
<div style="display:none"> Gerrit-Change-Id: Ia8db476a984365bda3cf8f4855ba0237ff546c1b </div>
<div style="display:none"> Gerrit-Change-Number: 14921 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Hajek Michal <michal.hajek@daktela.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>