Home
last modified time | relevance | path

Searched refs:invalid_sound (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/src/org/freeswitch/swig/
H A DIVRMenu.java38 …ring name, String greeting_sound, String short_greeting_sound, String invalid_sound, String exit_s… in IVRMenu() argument
39 …Menu.getCPtr(main), main, name, greeting_sound, short_greeting_sound, invalid_sound, exit_sound, t… in IVRMenu()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_menu.c41 char *invalid_sound; member
121 const char *invalid_sound, in switch_ivr_menu_init() argument
174 if (!zstr(invalid_sound)) { in switch_ivr_menu_init()
175 menu->invalid_sound = switch_core_strdup(menu->pool, invalid_sound); in switch_ivr_menu_init()
660 if (menu->invalid_sound) { in switch_ivr_menu_execute()
661 play_and_collect(session, menu, menu->invalid_sound, 0); in switch_ivr_menu_execute()
858 …const char *invalid_sound = switch_xml_attr(xml_menu, "invalid-sound"); /* if the attr doesn't exi… in switch_ivr_menu_stack_xml_build() local
890 invalid_sound, in switch_ivr_menu_stack_xml_build()
H A Dswitch_cpp.cpp165 const char *invalid_sound, in IVRMenu() argument
186 …nu_init(&menu, main ? main->menu : NULL, name, greeting_sound, short_greeting_sound, invalid_sound, in IVRMenu()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_cpp.h92 const char *invalid_sound,
H A Dswitch_ivr.h836 const char *invalid_sound,
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dfreeswitch.py133 …def __init__(self, main, name, greeting_sound, short_greeting_sound, invalid_sound, exit_sound, tr… argument
134 …eswitch.new_IVRMenu(main, name, greeting_sound, short_greeting_sound, invalid_sound, exit_sound, t…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs833invalid_sound, string exit_sound, string transfer_sound, string confirm_macro, string confirm_key,… in IvrMenu() argument
13244 …ring name, string greeting_sound, string short_greeting_sound, string invalid_sound, string exit_s… in switch_ivr_menu_init() argument
13245 …h_ivr_menu.getCPtr(main), name, greeting_sound, short_greeting_sound, invalid_sound, exit_sound, t… in switch_ivr_menu_init()