[Asterisk-code-review] add cmd connection creation on creation ooh323 call data str... (asterisk[15])

George Joseph asteriskteam at digium.com
Mon Nov 27 10:51:24 CST 2017


George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/7355 )

Change subject: add cmd connection creation on creation ooh323 call data structure
......................................................................

add cmd connection creation on creation ooh323 call data structure

ASTERISK-27353 #close

Reported by: Marco Giordani

Change-Id: I455096bd7da016b871afe09af86067c2c7c9f33f
---
M addons/ooh323c/src/ooCalls.c
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved; Approved for Submit



diff --git a/addons/ooh323c/src/ooCalls.c b/addons/ooh323c/src/ooCalls.c
index 26dc63e..c920e6a 100644
--- a/addons/ooh323c/src/ooCalls.c
+++ b/addons/ooh323c/src/ooCalls.c
@@ -29,6 +29,7 @@
 #include "ooGkClient.h"
 #include "ooh323ep.h"
 #include "ooCalls.h"
+#include "ooCmdChannel.h"
 
 /** Global endpoint structure */
 extern OOH323EndPoint gH323ep;
@@ -173,6 +174,7 @@
    call->msdRetries = 0;
    call->pFastStartRes = NULL;
    call->usrData = NULL;
+   ooCreateCallCmdConnection(call);
    OOTRACEINFO3("Created a new call (%s, %s)\n", call->callType, 
                  call->callToken);
    /* Add new call to calllist */

-- 
To view, visit https://gerrit.asterisk.org/7355
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: I455096bd7da016b871afe09af86067c2c7c9f33f
Gerrit-Change-Number: 7355
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Anikin <may213 at yandex.ru>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171127/c016056c/attachment.html>


More information about the asterisk-code-review mailing list