<p>Friendly Automation <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/14842">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Kevin Harwell: Looks good to me, approved
  George Joseph: Looks good to me, but someone else must approve; Verified
  Friendly Automation: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">parking: Copy parker UUID as well.<br><br>When fixing issues uncovered by GCC10 a copy of the parker UUID<br>was removed accidentally. This change restores it so that the<br>subscription has the data it needs.<br><br>ASTERISK-29042<br><br>Change-Id: I7d396a14ea648bd26d3c363dd78e78bd386b544a<br>---<br>M res/parking/parking_bridge_features.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/parking/parking_bridge_features.c b/res/parking/parking_bridge_features.c</span><br><span>index 3b4e25b..5bcdb21 100644</span><br><span>--- a/res/parking/parking_bridge_features.c</span><br><span>+++ b/res/parking/parking_bridge_features.c</span><br><span>@@ -212,6 +212,7 @@</span><br><span>    subscription_data->hangup_after = hangup_after;</span><br><span>   subscription_data->parkee_uuid = subscription_data->parker_uuid + parker_uuid_size;</span><br><span>    ast_copy_string(subscription_data->parkee_uuid, parkee_uuid, parkee_uuid_size);</span><br><span style="color: hsl(120, 100%, 40%);">+    ast_copy_string(subscription_data->parker_uuid, parker_uuid, parker_uuid_size);</span><br><span> </span><br><span>       if (!(parked_datastore->parked_subscription = stasis_subscribe_pool(ast_parking_topic(), parker_update_cb, subscription_data))) {</span><br><span>                 return -1;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/14842">change 14842</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/+/14842"/><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: I7d396a14ea648bd26d3c363dd78e78bd386b544a </div>
<div style="display:none"> Gerrit-Change-Number: 14842 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>