mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
fix build for changes in 46c6650a947a4d1733058ecfb2e7f9e098f847aa
This commit is contained in:
parent
874aaf1f86
commit
6eca026342
@ -614,7 +614,7 @@ H323Connection *FSH323EndPoint::CreateConnection(
|
||||
}
|
||||
|
||||
switch_core_session_t *fsSession = switch_core_session_request(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)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user