mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 12:10:18 +00:00
fix build for changes in 46c6650a947a4d1733058ecfb2e7f9e098f847aa
This commit is contained in:
parent
f65a85106d
commit
4a7425efd8
@ -513,7 +513,7 @@ OpalLocalConnection *FSEndPoint::CreateConnection(OpalCall & call, void *userDat
|
|||||||
{
|
{
|
||||||
FSManager & mgr = (FSManager &) GetManager();
|
FSManager & mgr = (FSManager &) GetManager();
|
||||||
switch_core_session_t *fsSession = switch_core_session_request(mgr.GetSwitchInterface(),
|
switch_core_session_t *fsSession = switch_core_session_request(mgr.GetSwitchInterface(),
|
||||||
(switch_caller_profile_t *)userData ? SWITCH_CALL_DIRECTION_OUTBOUND : SWITCH_CALL_DIRECTION_INBOUND, NULL);
|
(switch_caller_profile_t *)userData ? SWITCH_CALL_DIRECTION_OUTBOUND : SWITCH_CALL_DIRECTION_INBOUND, SOF_NONE, NULL);
|
||||||
if (fsSession == NULL)
|
if (fsSession == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user