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

switch_ivr_dmachine_create() public static method

public static switch_ivr_dmachine_create ( SWIGTYPE_p_p_switch_ivr_dmachine dmachine_p, string name, SWIGTYPE_p_apr_pool_t pool, uint digit_timeout, uint input_timeout, SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t match_callback, SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t nonmatch_callback, SWIGTYPE_p_void user_data ) : switch_status_t
dmachine_p SWIGTYPE_p_p_switch_ivr_dmachine
name string
pool SWIGTYPE_p_apr_pool_t
digit_timeout uint
input_timeout uint
match_callback SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t
nonmatch_callback SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t
user_data SWIGTYPE_p_void
return switch_status_t
        public static switch_status_t switch_ivr_dmachine_create(SWIGTYPE_p_p_switch_ivr_dmachine dmachine_p, string name, SWIGTYPE_p_apr_pool_t pool, uint digit_timeout, uint input_timeout, SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t match_callback, SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t nonmatch_callback, SWIGTYPE_p_void user_data)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_dmachine_create(SWIGTYPE_p_p_switch_ivr_dmachine.getCPtr(dmachine_p), name, SWIGTYPE_p_apr_pool_t.getCPtr(pool), digit_timeout, input_timeout, SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t.getCPtr(match_callback), SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t.getCPtr(nonmatch_callback), SWIGTYPE_p_void.getCPtr(user_data));
            return ret;
        }
freeswitch