mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
add cmd connection creation on creation ooh323 call data structure
ASTERISK-27353 #close Reported by: Marco Giordani Change-Id: I455096bd7da016b871afe09af86067c2c7c9f33f
This commit is contained in:
@@ -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)
|
|||||||
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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user