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

switch_core_session_resurrect_channel() public static method

public static switch_core_session_resurrect_channel ( string endpoint_name, SWIGTYPE_p_p_switch_core_session new_session, SWIGTYPE_p_p_apr_pool_t pool, SWIGTYPE_p_void data ) : switch_call_cause_t
endpoint_name string
new_session SWIGTYPE_p_p_switch_core_session
pool SWIGTYPE_p_p_apr_pool_t
data SWIGTYPE_p_void
return switch_call_cause_t
        public static switch_call_cause_t switch_core_session_resurrect_channel(string endpoint_name, SWIGTYPE_p_p_switch_core_session new_session, SWIGTYPE_p_p_apr_pool_t pool, SWIGTYPE_p_void data)
        {
            switch_call_cause_t ret = (switch_call_cause_t)freeswitchPINVOKE.switch_core_session_resurrect_channel(endpoint_name, SWIGTYPE_p_p_switch_core_session.getCPtr(new_session), SWIGTYPE_p_p_apr_pool_t.getCPtr(pool), SWIGTYPE_p_void.getCPtr(data));
            return ret;
        }
freeswitch