Merge "add cmd connection creation on creation ooh323 call data structure" into 13

This commit is contained in:
George Joseph
2017-11-27 10:51:49 -06:00
committed by Gerrit Code Review

View File

@@ -28,6 +28,7 @@
#include "ooGkClient.h"
#include "ooh323ep.h"
#include "ooCalls.h"
#include "ooCmdChannel.h"
/** Global endpoint structure */
extern OOH323EndPoint gH323ep;
@@ -172,6 +173,7 @@ OOH323CallData* ooCreateCall(char* type, char*callToken)
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 */