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

switch_channel_perform_hangup() public static method

public static switch_channel_perform_hangup ( SWIGTYPE_p_switch_channel channel, string file, string func, int line, switch_call_cause_t hangup_cause ) : switch_channel_state_t
channel SWIGTYPE_p_switch_channel
file string
func string
line int
hangup_cause switch_call_cause_t
return switch_channel_state_t
        public static switch_channel_state_t switch_channel_perform_hangup(SWIGTYPE_p_switch_channel channel, string file, string func, int line, switch_call_cause_t hangup_cause)
        {
            switch_channel_state_t ret = (switch_channel_state_t)freeswitchPINVOKE.switch_channel_perform_hangup(SWIGTYPE_p_switch_channel.getCPtr(channel), file, func, line, (int)hangup_cause);
            return ret;
        }
freeswitch