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

switch_ivr_menu_init() public static method

public static switch_ivr_menu_init ( SWIGTYPE_p_p_switch_ivr_menu new_menu, SWIGTYPE_p_switch_ivr_menu main, string name, string greeting_sound, string short_greeting_sound, string invalid_sound, string exit_sound, string confirm_macro, string confirm_key, string tts_engine, string tts_voice, int confirm_attempts, int inter_timeout, int digit_len, int timeout, int max_failures, int max_timeouts, SWIGTYPE_p_apr_pool_t pool ) : switch_status_t
new_menu SWIGTYPE_p_p_switch_ivr_menu
main SWIGTYPE_p_switch_ivr_menu
name string
greeting_sound string
short_greeting_sound string
invalid_sound string
exit_sound string
confirm_macro string
confirm_key string
tts_engine string
tts_voice string
confirm_attempts int
inter_timeout int
digit_len int
timeout int
max_failures int
max_timeouts int
pool SWIGTYPE_p_apr_pool_t
return switch_status_t
        public static switch_status_t switch_ivr_menu_init(SWIGTYPE_p_p_switch_ivr_menu new_menu, SWIGTYPE_p_switch_ivr_menu main, string name, string greeting_sound, string short_greeting_sound, string invalid_sound, string exit_sound, string confirm_macro, string confirm_key, string tts_engine, string tts_voice, int confirm_attempts, int inter_timeout, int digit_len, int timeout, int max_failures, int max_timeouts, SWIGTYPE_p_apr_pool_t pool)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_menu_init(SWIGTYPE_p_p_switch_ivr_menu.getCPtr(new_menu), SWIGTYPE_p_switch_ivr_menu.getCPtr(main), name, greeting_sound, short_greeting_sound, invalid_sound, exit_sound, confirm_macro, confirm_key, tts_engine, tts_voice, confirm_attempts, inter_timeout, digit_len, timeout, max_failures, max_timeouts, SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch