Home
last modified time | relevance | path

Searched refs:app_interface (Results 51 – 63 of 63) sorted by relevance

123

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_osp/
H A Dmod_osp.c2962 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
2984 …SWITCH_ADD_APP(app_interface, "osplookup", "Perform an OSP lookup", "Perform an OSP lookup", osp_l… in SWITCH_MODULE_LOAD_FUNCTION()
2985 …SWITCH_ADD_APP(app_interface, "ospnext", "Retrieve next OSP route", "Retrieve next OSP route", osp… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_callcenter/
H A Dmod_callcenter.c3309 switch_application_interface_t *app_interface = NULL; variable
3327 UNPROTECT_INTERFACE(app_interface); in cc_hook_state_run()
3359 PROTECT_INTERFACE(app_interface); in SWITCH_STANDARD_APP()
4248 …SWITCH_ADD_APP(app_interface, "callcenter", "CallCenter", CC_DESC, callcenter_function, CC_USAGE, … in SWITCH_MODULE_LOAD_FUNCTION()
4249 …SWITCH_ADD_APP(app_interface, "callcenter_track", "CallCenter Track Call", "Track external mod_cal… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c2621 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
2650 …SWITCH_ADD_APP(app_interface, "play_video", "play a videofile", "play a video file", play_video_fu… in SWITCH_MODULE_LOAD_FUNCTION()
2651 …SWITCH_ADD_APP(app_interface, "capture_video", "capture a videofile", "capture a video file", capt… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c1797 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
1823 …SWITCH_ADD_APP(app_interface, "unloop", "Tell loopback to unfold", "Tell loopback to unfold", unlo… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_lcr/
H A Dmod_lcr.c2078 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
2095 SWITCH_ADD_APP(app_interface, "lcr", "Perform an LCR lookup", "Perform an LCR lookup", in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/mod_freetdm/
H A Dmod_freetdm.c5623 switch_application_interface_t *app_interface = NULL; in SWITCH_MODULE_LOAD_FUNCTION() local
5676 …SWITCH_ADD_APP(app_interface, "disable_ec", "Disable Echo Canceller", "Disable Echo Canceller", di… in SWITCH_MODULE_LOAD_FUNCTION()
5677 …SWITCH_ADD_APP(app_interface, "disable_dtmf", "Disable DTMF Detection", "Disable DTMF Detection", … in SWITCH_MODULE_LOAD_FUNCTION()
5678 …SWITCH_ADD_APP(app_interface, "enable_dtmf", "Enable DTMF Detection", "Enable DTMF Detection", ena… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_event_socket/
H A Dmod_event_socket.c1172 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
1191 …SWITCH_ADD_APP(app_interface, "socket", "Connect to a socket", "Connect to a socket", socket_funct… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.c3929 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
3979 …SWITCH_ADD_APP(app_interface, mod_conference_app_name, mod_conference_app_name, NULL, conference_f… in SWITCH_MODULE_LOAD_FUNCTION()
3980 …SWITCH_ADD_APP(app_interface, "conference_set_auto_outcall", "conference_set_auto_outcall", NULL, … in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fifo/
H A Dmod_fifo.c4834 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
4877 …SWITCH_ADD_APP(app_interface, "fifo", "Park with FIFO", FIFO_DESC, fifo_function, FIFO_USAGE, SAF_… in SWITCH_MODULE_LOAD_FUNCTION()
4878 …SWITCH_ADD_APP(app_interface, "fifo_track_call", "Count a call as a fifo call in the manual_calls … in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c3164 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
3242 SWITCH_ADD_APP(app_interface, "httapi", in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c5252 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
5311 …SWITCH_ADD_APP(app_interface, "rayo", "Offer call control to Rayo client(s)", "", rayo_app, RAYO_U… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail/
H A Dmod_voicemail.c6187 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
6222 …SWITCH_ADD_APP(app_interface, "voicemail", "Voicemail", VM_DESC, voicemail_function, VM_USAGE, SAF… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dmod_sofia.c6105 switch_application_interface_t *app_interface; in SWITCH_MODULE_LOAD_FUNCTION() local
6354 SWITCH_ADD_APP(app_interface, "sofia_sla", "private sofia sla function", in SWITCH_MODULE_LOAD_FUNCTION()

123