Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_say.c104 SWITCH_DECLARE(switch_say_type_t) switch_ivr_get_say_type_by_name(const char *name) in switch_ivr_get_say_type_by_name() function
H A Dswitch_ivr.c3701 say_args.type = switch_ivr_get_say_type_by_name(say_type); in switch_ivr_say()
3810 say_args.type = switch_ivr_get_say_type_by_name(say_type); in switch_ivr_say_string()
H A Dswitch_ivr_play_say.c286 say_args.type = switch_ivr_get_say_type_by_name(say_type); in switch_ivr_phrase_macro_event()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h969 SWITCH_DECLARE(switch_say_type_t) switch_ivr_get_say_type_by_name(const char *name);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_ssml/
H A Dmod_ssml.c687 say_args.type = switch_ivr_get_say_type_by_name(say_macro->type); in get_file_from_macro()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13369 public static switch_say_type_t switch_ivr_get_say_type_by_name(string name) { in switch_ivr_get_say_type_by_name() method in FreeSWITCH.Native.freeswitch
13370 …switch_say_type_t ret = (switch_say_type_t)freeswitchPINVOKE.switch_ivr_get_say_type_by_name(name); in switch_ivr_get_say_type_by_name()
25536 public static extern int switch_ivr_get_say_type_by_name(string jarg1); in switch_ivr_get_say_type_by_name() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx42878 result = (switch_say_type_t)switch_ivr_get_say_type_by_name((char const *)arg1); in CSharp_FreeSWITCHfNative_switch_ivr_get_say_type_by_name___()