From: Jeff Lenk Date: Thu, 2 Sep 2010 16:24:40 +0000 (-0500) Subject: fix build for changes in 46c6650a947a4d1733058ecfb2e7f9e098f847aa X-Git-Tag: v1.2-rc1~411 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6eca0263429902853acf3647503424446f52f3a8;p=thirdparty%2Ffreeswitch.git fix build for changes in 46c6650a947a4d1733058ecfb2e7f9e098f847aa --- 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;