From 6eca0263429902853acf3647503424446f52f3a8 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Thu, 2 Sep 2010 11:24:40 -0500 Subject: [PATCH] fix build for changes in 46c6650a947a4d1733058ecfb2e7f9e098f847aa --- src/mod/endpoints/mod_h323/mod_h323.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_h323/mod_h323.cpp b/src/mod/endpoints/mod_h323/mod_h323.cpp index 45a9043d3f..aeee422ca5 100644 --- a/src/mod/endpoints/mod_h323/mod_h323.cpp +++ b/src/mod/endpoints/mod_h323/mod_h323.cpp @@ -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;