FreeSWITCH.Native.freeswitch.switch_core_session_outgoing_channel C# (CSharp) Method

switch_core_session_outgoing_channel() public static method

public static switch_core_session_outgoing_channel ( SWIGTYPE_p_switch_core_session session, switch_event var_event, string endpoint_name, switch_caller_profile caller_profile, SWIGTYPE_p_p_switch_core_session new_session, SWIGTYPE_p_p_apr_pool_t pool, uint flags, SWIGTYPE_p_switch_call_cause_t cancel_cause ) : switch_call_cause_t
session SWIGTYPE_p_switch_core_session
var_event switch_event
endpoint_name string
caller_profile switch_caller_profile
new_session SWIGTYPE_p_p_switch_core_session
pool SWIGTYPE_p_p_apr_pool_t
flags uint
cancel_cause SWIGTYPE_p_switch_call_cause_t
return switch_call_cause_t
        public static switch_call_cause_t switch_core_session_outgoing_channel(SWIGTYPE_p_switch_core_session session, switch_event var_event, string endpoint_name, switch_caller_profile caller_profile, SWIGTYPE_p_p_switch_core_session new_session, SWIGTYPE_p_p_apr_pool_t pool, uint flags, SWIGTYPE_p_switch_call_cause_t cancel_cause)
        {
            switch_call_cause_t ret = (switch_call_cause_t)freeswitchPINVOKE.switch_core_session_outgoing_channel(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_event.getCPtr(var_event), endpoint_name, switch_caller_profile.getCPtr(caller_profile), SWIGTYPE_p_p_switch_core_session.getCPtr(new_session), SWIGTYPE_p_p_apr_pool_t.getCPtr(pool), flags, SWIGTYPE_p_switch_call_cause_t.getCPtr(cancel_cause));
            return ret;
        }
freeswitch