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

switch_ivr_menu_execute() public static method

public static switch_ivr_menu_execute ( SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_switch_ivr_menu stack, string name, SWIGTYPE_p_void obj ) : switch_status_t
session SWIGTYPE_p_switch_core_session
stack SWIGTYPE_p_switch_ivr_menu
name string
obj SWIGTYPE_p_void
return switch_status_t
        public static switch_status_t switch_ivr_menu_execute(SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_switch_ivr_menu stack, string name, SWIGTYPE_p_void obj)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_menu_execute(SWIGTYPE_p_switch_core_session.getCPtr(session), SWIGTYPE_p_switch_ivr_menu.getCPtr(stack), name, SWIGTYPE_p_void.getCPtr(obj));
            return ret;
        }
freeswitch