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

switch_ivr_dmachine_feed() public static method

public static switch_ivr_dmachine_feed ( SWIGTYPE_p_switch_ivr_dmachine dmachine, string digits, SWIGTYPE_p_p_switch_ivr_dmachine_match match ) : switch_status_t
dmachine SWIGTYPE_p_switch_ivr_dmachine
digits string
match SWIGTYPE_p_p_switch_ivr_dmachine_match
return switch_status_t
        public static switch_status_t switch_ivr_dmachine_feed(SWIGTYPE_p_switch_ivr_dmachine dmachine, string digits, SWIGTYPE_p_p_switch_ivr_dmachine_match match)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_dmachine_feed(SWIGTYPE_p_switch_ivr_dmachine.getCPtr(dmachine), digits, SWIGTYPE_p_p_switch_ivr_dmachine_match.getCPtr(match));
            return ret;
        }
freeswitch