Skip to content
Snippets Groups Projects
Commit 2e4a8f00 authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

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

parents 71026701 fcd9ba2b
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "ooGkClient.h" #include "ooGkClient.h"
#include "ooh323ep.h" #include "ooh323ep.h"
#include "ooCalls.h" #include "ooCalls.h"
#include "ooCmdChannel.h"
/** Global endpoint structure */ /** Global endpoint structure */
extern OOH323EndPoint gH323ep; extern OOH323EndPoint gH323ep;
...@@ -173,6 +174,7 @@ OOH323CallData* ooCreateCall(char* type, char*callToken) ...@@ -173,6 +174,7 @@ OOH323CallData* ooCreateCall(char* type, char*callToken)
call->msdRetries = 0; call->msdRetries = 0;
call->pFastStartRes = NULL; call->pFastStartRes = NULL;
call->usrData = NULL; call->usrData = NULL;
ooCreateCallCmdConnection(call);
OOTRACEINFO3("Created a new call (%s, %s)\n", call->callType, OOTRACEINFO3("Created a new call (%s, %s)\n", call->callType,
call->callToken); call->callToken);
/* Add new call to calllist */ /* Add new call to calllist */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment