Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_sonar/
H A Dmod_sonar.c143 switch_ivr_gentones(session, tone, 1, NULL); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail_ivr/
H A Divr.c226 switch_ivr_gentones(session, loc->record_tone, 0, NULL); in ivre_record()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h427 SWITCH_DECLARE(switch_status_t) switch_ivr_gentones(switch_core_session_t *session, const char *scr…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_play_say.c993 SWITCH_DECLARE(switch_status_t) switch_ivr_gentones(switch_core_session_t *session, const char *scr… in switch_ivr_gentones() function
H A Dswitch_ivr_originate.c1513 status = switch_ivr_gentones(session, rb_data->ringback_data, 0, NULL); in enterprise_originate_ringback_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c3184 switch_ivr_gentones(session, tone_script, loops, &args); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail/
H A Dmod_voicemail.c1218 TRY_CODE(switch_ivr_gentones(session, profile->tone_spec, 0, NULL)); in create_file()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13045 …public static switch_status_t switch_ivr_gentones(SWIGTYPE_p_switch_core_session session, string s… in switch_ivr_gentones() method in FreeSWITCH.Native.freeswitch
13046 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_gentones(SWIGTYPE_p_switch_cor… in switch_ivr_gentones()
25341 …public static extern int switch_ivr_gentones(global::System.Runtime.InteropServices.HandleRef jarg… in switch_ivr_gentones() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx41748 result = (switch_status_t)switch_ivr_gentones(arg1,(char const *)arg2,arg3,arg4); in CSharp_FreeSWITCHfNative_switch_ivr_gentones___()