Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_swig.c229 unsigned int timelimit = SWITCH_DEFAULT_TIMEOUT; in fs_switch_ivr_originate()
H A Dswitch_ivr_originate.c930 int timelimit = SWITCH_DEFAULT_TIMEOUT; in switch_ivr_wait_for_answer()
956 timelimit = SWITCH_DEFAULT_TIMEOUT; in switch_ivr_wait_for_answer()
2163 timelimit_sec = SWITCH_DEFAULT_TIMEOUT; in switch_ivr_originate()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_endpoints.c69 unsigned int timelimit = SWITCH_DEFAULT_TIMEOUT; in kz_endpoint_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h117 #define SWITCH_DEFAULT_TIMEOUT 60 macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c4219 unsigned int timelimit = SWITCH_DEFAULT_TIMEOUT; in group_outgoing_channel()
4335 unsigned int timelimit = SWITCH_DEFAULT_TIMEOUT; in user_outgoing_channel()
5733 …if (switch_ivr_originate(NULL, &session, &cause, pd->dial_str, SWITCH_DEFAULT_TIMEOUT, NULL, NULL,… in page_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14782 …public static readonly int SWITCH_DEFAULT_TIMEOUT = freeswitchPINVOKE.SWITCH_DEFAULT_TIMEOUT_get(); field in FreeSWITCH.Native.freeswitch