]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build for changes in 46c6650a947a4d1733058ecfb2e7f9e098f847aa
authorJeff Lenk <jeff@jefflenk.com>
Thu, 2 Sep 2010 16:24:40 +0000 (11:24 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 2 Sep 2010 16:24:40 +0000 (11:24 -0500)
src/mod/endpoints/mod_h323/mod_h323.cpp

index 45a9043d3f577765139d030eca3ac374f9e4d71f..aeee422ca567d0e42d0646d2874ffa395c130775 100644 (file)
@@ -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;