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

switch_ivr_hold() public static method

public static switch_ivr_hold ( SWIGTYPE_p_switch_core_session session, string message, switch_bool_t moh ) : switch_status_t
session SWIGTYPE_p_switch_core_session
message string
moh switch_bool_t
return switch_status_t
        public static switch_status_t switch_ivr_hold(SWIGTYPE_p_switch_core_session session, string message, switch_bool_t moh)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_hold(SWIGTYPE_p_switch_core_session.getCPtr(session), message, (int)moh);
            return ret;
        }
freeswitch