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

switch_ivr_menu_str2action() public static method

public static switch_ivr_menu_str2action ( string action_name, SWIGTYPE_p_switch_ivr_action_t action ) : switch_status_t
action_name string
action SWIGTYPE_p_switch_ivr_action_t
return switch_status_t
        public static switch_status_t switch_ivr_menu_str2action(string action_name, SWIGTYPE_p_switch_ivr_action_t action)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_menu_str2action(action_name, SWIGTYPE_p_switch_ivr_action_t.getCPtr(action));
            return ret;
        }
freeswitch