Home
last modified time | relevance | path

Searched refs:say_type (Results 1 – 9 of 9) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/src/org/freeswitch/swig/
H A DCoreSession.java166 …public void say(String tosay, String module_name, String say_type, String say_method, String say_g… in say() argument
167 …freeswitchJNI.CoreSession_say(swigCPtr, this, tosay, module_name, say_type, say_method, say_gender… in say()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_cpp.cpp1056 …oreSession::say(const char *tosay, const char *module_name, const char *say_type, const char *say_… in SWITCH_DECLARE()
1060 if (!(tosay && module_name && say_type && say_method)) { in SWITCH_DECLARE()
1065 switch_ivr_say(session, tosay, module_name, say_type, say_method, say_gender, ap); in SWITCH_DECLARE()
H A Dswitch_ivr.c3612 const char *say_type, in switch_ivr_say() argument
3701 say_args.type = switch_ivr_get_say_type_by_name(say_type); in switch_ivr_say()
3736 const char *say_type, in switch_ivr_say_string() argument
3810 say_args.type = switch_ivr_get_say_type_by_name(say_type); in switch_ivr_say_string()
H A Dswitch_ivr_play_say.c281 char *say_type = (char *) switch_xml_attr_soft(action, "type"); in switch_ivr_phrase_macro_event() local
286 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.h952 const char *say_type,
962 const char *say_type,
H A Dswitch_cpp.h247 …SWITCH_DECLARE(void) say(const char *tosay, const char *module_name, const char *say_type, const c…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dfreeswitch.py473 def say(self, tosay, module_name, say_type, say_method, say_gender=None): argument
474 … return _freeswitch.CoreSession_say(self, tosay, module_name, say_type, say_method, say_gender)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c404 const char *say_type = NULL; in parse_playback() local
414 say_type = switch_xml_attr(tag, "type"); in parse_playback()
427 if (zstr(say_lang) || zstr(say_type) || zstr(say_method) || zstr(text)) { in parse_playback()
495 say_type = "name_spelled"; in parse_playback()
594 …status = switch_ivr_say(client->session, (char *)text, say_lang, say_type, say_method, say_gender,… in parse_playback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs256 …public void Say(string tosay, string module_name, string say_type, string say_method, string say_g… in Say() argument
257 … freeswitchPINVOKE.CoreSession_Say(swigCPtr, tosay, module_name, say_type, say_method, say_gender); in Say()
13349 …p_switch_core_session session, string tosay, string module_name, string say_type, string say_metho… in switch_ivr_say() argument
13350 …ay(SWIGTYPE_p_switch_core_session.getCPtr(session), tosay, module_name, say_type, say_method, say_… in switch_ivr_say()
13354 …sion, string lang, string ext, string tosay, string module_name, string say_type, string say_metho… in switch_ivr_say_string() argument
13355 …_p_switch_core_session.getCPtr(session), lang, ext, tosay, module_name, say_type, say_method, say_… in switch_ivr_say_string()