Home
last modified time | relevance | path

Searched refs:switch_input_type_t (Results 1 – 25 of 38) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/include/
H A Dfssession.hpp80 …atus_t CommonCallback(switch_core_session_t *session, void *input, switch_input_type_t itype, void…
81 …t StreamInputCallback(switch_core_session_t *session, void *input, switch_input_type_t itype, void…
82 …t RecordInputCallback(switch_core_session_t *session, void *input, switch_input_type_t itype, void…
95 … CollectInputCallback(switch_core_session_t *session, void *input, switch_input_type_t itype, void…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A DManagedSession.cs42 delegate string DtmfCallback(IntPtr input, Native.switch_input_type_t itype); in DtmfCallback()
93 string inputCallback(IntPtr input, Native.switch_input_type_t inputType) in inputCallback()
97 case FreeSWITCH.Native.switch_input_type_t.SWITCH_INPUT_TYPE_DTMF: in inputCallback()
101 case FreeSWITCH.Native.switch_input_type_t.SWITCH_INPUT_TYPE_EVENT: in inputCallback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_managed.h40 typedef char *(*inputFunction) (void *, switch_input_type_t);
186 virtual switch_status_t run_dtmf_callback(void *input, switch_input_type_t itype);
H A Dfreeswitch_managed.cpp91 switch_status_t ManagedSession::run_dtmf_callback(void *input, switch_input_type_t itype) in run_dtmf_callback()
H A Dmono28.patch32 typedef char *(*inputFunction) (void *, switch_input_type_t);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_lua/
H A Dmy_swigable_cpp.h179 virtual switch_status_t run_dtmf_callback(void *input, switch_input_type_t itype) = 0;
205 switch_status_t dtmf_callback(switch_core_session_t *session, void *input, switch_input_type_t ityp…
H A Dfreeswitch_lua.h51 virtual switch_status_t run_dtmf_callback(void *input, switch_input_type_t itype);
H A Dfreeswitch.i90 virtual switch_status_t run_dtmf_callback(void *input, switch_input_type_t itype);
H A Dfreeswitch_lua.cpp273 switch_status_t Session::run_dtmf_callback(void *input, switch_input_type_t itype) in run_dtmf_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/
H A Dfreeswitch_java.h31 virtual switch_status_t run_dtmf_callback(void *input, switch_input_type_t itype);
H A Dswitch_swig_wrap.cpp3291 switch_input_type_t arg3 ; in Java_org_freeswitch_swig_freeswitchJNI_CoreSession_1run_1dtmf_1callback()
3292 switch_input_type_t *argp3 ; in Java_org_freeswitch_swig_freeswitchJNI_CoreSession_1run_1dtmf_1callback()
3300 argp3 = *(switch_input_type_t **)&jarg3; in Java_org_freeswitch_swig_freeswitchJNI_CoreSession_1run_1dtmf_1callback()
3503 switch_input_type_t arg3 ; in Java_org_freeswitch_swig_freeswitchJNI_dtmf_1callback()
3506 switch_input_type_t *argp3 ; in Java_org_freeswitch_swig_freeswitchJNI_dtmf_1callback()
3513 argp3 = *(switch_input_type_t **)&jarg3; in Java_org_freeswitch_swig_freeswitchJNI_dtmf_1callback()
3692 switch_input_type_t arg3 ; in Java_org_freeswitch_swig_freeswitchJNI_JavaSession_1run_1dtmf_1callback()
3693 switch_input_type_t *argp3 ; in Java_org_freeswitch_swig_freeswitchJNI_JavaSession_1run_1dtmf_1callback()
3701 argp3 = *(switch_input_type_t **)&jarg3; in Java_org_freeswitch_swig_freeswitchJNI_JavaSession_1run_1dtmf_1callback()
H A Dfreeswitch_java.cpp202 switch_status_t JavaSession::run_dtmf_callback(void *input, switch_input_type_t itype) in run_dtmf_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dfreeswitch_python.h30 virtual switch_status_t run_dtmf_callback(void *input, switch_input_type_t itype);
H A Dfreeswitch_python.cpp282 switch_status_t Session::run_dtmf_callback(void *input, switch_input_type_t itype) in run_dtmf_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_perl/
H A Dfreeswitch_perl.h38 virtual switch_status_t run_dtmf_callback(void *input, switch_input_type_t itype);
H A Dfreeswitch_perl.cpp225 switch_status_t Session::run_dtmf_callback(void *input, switch_input_type_t itype) in run_dtmf_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail_ivr/
H A Divr.c84 …s_t cb_on_dtmf_ignore(switch_core_session_t *session, void *input, switch_input_type_t itype, void… in cb_on_dtmf_ignore()
100 static switch_status_t cb_on_dtmf(switch_core_session_t *session, void *input, switch_input_type_t in cb_on_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_cpp.h407 virtual switch_status_t run_dtmf_callback(void *input, switch_input_type_t itype) = 0;
436 void *input, switch_input_type_t itype, void *buf, unsigned int buflen);
H A Dswitch_types.h2155 } switch_input_type_t; typedef
2475 switch_input_type_t input_type, void *buf, unsigned int buflen);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfssession.cpp190 …ssion::CommonCallback(switch_core_session_t *session, void *input, switch_input_type_t itype, void… in CommonCallback()
295 …::StreamInputCallback(switch_core_session_t *session, void *input, switch_input_type_t itype, void… in StreamInputCallback()
410 …::RecordInputCallback(switch_core_session_t *session, void *input, switch_input_type_t itype, void… in RecordInputCallback()
451 …:CollectInputCallback(switch_core_session_t *session, void *input, switch_input_type_t itype, void… in CollectInputCallback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_rss/
H A Dmod_rss.c90 static switch_status_t on_dtmf(switch_core_session_t *session, void *input, switch_input_type_t ity… in on_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dapplications.h584 …status_t dtmfCallback(switch_core_session_t *session, void *input, switch_input_type_t itype, void…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_valet_parking/
H A Dmod_valet_parking.c83 …tatus_t valet_on_dtmf(switch_core_session_t *session, void *input, switch_input_type_t itype, void… in valet_on_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_dptools.c674 …t kz_att_xfer_on_dtmf(switch_core_session_t *session, void *input, switch_input_type_t itype, void… in kz_att_xfer_on_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_directory/
H A Dmod_directory.c714 static switch_status_t on_dtmf(switch_core_session_t *session, void *input, switch_input_type_t ity… in on_dtmf()

12