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

switch_channel_perform_ring_ready_value() public static method

public static switch_channel_perform_ring_ready_value ( SWIGTYPE_p_switch_channel channel, switch_ring_ready_t rv, string file, string func, int line ) : switch_status_t
channel SWIGTYPE_p_switch_channel
rv switch_ring_ready_t
file string
func string
line int
return switch_status_t
        public static switch_status_t switch_channel_perform_ring_ready_value(SWIGTYPE_p_switch_channel channel, switch_ring_ready_t rv, string file, string func, int line)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_perform_ring_ready_value(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)rv, file, func, line);
            return ret;
        }
freeswitch