Home
last modified time | relevance | path

Searched refs:switch_ivr_insert_file (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h1026 SWITCH_DECLARE(switch_status_t) switch_ivr_insert_file(switch_core_session_t *session, const char *…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_cpp.cpp704 status = switch_ivr_insert_file(session, file, insert_file, (switch_size_t)sample_point); in SWITCH_DECLARE()
H A Dswitch_ivr.c4115 SWITCH_DECLARE(switch_status_t) switch_ivr_insert_file(switch_core_session_t *session, const char *… in switch_ivr_insert_file() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/
H A DChangeLog330 …core: add switch_ivr_insert_file to insert one file into another at an arbitrary sample point (r:8…
515 embedded languages: add insertFile front end to switch_ivr_insert_file and reswig (r:c4e350ab)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13514 …public static switch_status_t switch_ivr_insert_file(SWIGTYPE_p_switch_core_session session, strin… in switch_ivr_insert_file() method in FreeSWITCH.Native.freeswitch
13515 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_insert_file(SWIGTYPE_p_switch_… in switch_ivr_insert_file()
25626 …public static extern int switch_ivr_insert_file(global::System.Runtime.InteropServices.HandleRef j… in switch_ivr_insert_file() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx43312 result = (switch_status_t)switch_ivr_insert_file(arg1,(char const *)arg2,(char const *)arg3,arg4); in CSharp_FreeSWITCHfNative_switch_ivr_insert_file___()