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

switch_ivr_process_indications() public static method

public static switch_ivr_process_indications ( SWIGTYPE_p_switch_core_session session, switch_core_session_message message ) : switch_status_t
session SWIGTYPE_p_switch_core_session
message switch_core_session_message
return switch_status_t
        public static switch_status_t switch_ivr_process_indications(SWIGTYPE_p_switch_core_session session, switch_core_session_message message)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_process_indications(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_core_session_message.getCPtr(message));
            return ret;
        }
freeswitch