<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7356">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">add cmd connection creation on creation ooh323 call data structure<br><br>ASTERISK-27353 #close<br><br>Reported by: Marco Giordani<br><br>Change-Id: I455096bd7da016b871afe09af86067c2c7c9f33f<br>---<br>M addons/ooh323c/src/ooCalls.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/addons/ooh323c/src/ooCalls.c b/addons/ooh323c/src/ooCalls.c<br>index 26dc63e..c920e6a 100644<br>--- a/addons/ooh323c/src/ooCalls.c<br>+++ b/addons/ooh323c/src/ooCalls.c<br>@@ -29,6 +29,7 @@<br> #include "ooGkClient.h"<br> #include "ooh323ep.h"<br> #include "ooCalls.h"<br>+#include "ooCmdChannel.h"<br> <br> /** Global endpoint structure */<br> extern OOH323EndPoint gH323ep;<br>@@ -173,6 +174,7 @@<br>    call->msdRetries = 0;<br>    call->pFastStartRes = NULL;<br>    call->usrData = NULL;<br>+   ooCreateCallCmdConnection(call);<br>    OOTRACEINFO3("Created a new call (%s, %s)\n", call->callType, <br>                  call->callToken);<br>    /* Add new call to calllist */<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7356">change 7356</a>. To unsubscribe, 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/7356"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I455096bd7da016b871afe09af86067c2c7c9f33f </div>
<div style="display:none"> Gerrit-Change-Number: 7356 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Anikin <may213@yandex.ru> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>