Home
last modified time | relevance | path

Searched refs:SOF_NO_LIMITS (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_endpoints.c350 if ((flags & SOF_NO_LIMITS)) { in kz_endpoint_outgoing_channel()
351 myflags |= SOF_NO_LIMITS; in kz_endpoint_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h334 SOF_NO_LIMITS = (1 << 6) enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_session.c2171 …if (!(session = switch_core_session_request_uuid(endpoint_interface, direction, SOF_NO_LIMITS, poo…
2350 if (!(originate_flags & SOF_NO_LIMITS)) {
H A Dswitch_ivr_originate.c2605 if (flags & SOF_NO_LIMITS) { in switch_ivr_originate()
2606 dftflags |= SOF_NO_LIMITS; in switch_ivr_originate()
2930 myflags |= SOF_NO_LIMITS; in switch_ivr_originate()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c4049 flags |= SOF_NO_LIMITS; in pickup_outgoing_channel()
4462 if ((flags & SOF_NO_LIMITS)) { in user_outgoing_channel()
4463 myflags |= SOF_NO_LIMITS; in user_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.c1542 …_session, cause, dialstr, 60, NULL, cid_name, cid_num, NULL, var_event, SOF_NO_LIMITS, NULL, NULL); in conference_outcall()
1584 …, cause, bridgeto, timeout, NULL, cid_name, cid_num, NULL, var_event, SOF_NO_LIMITS, cancel_cause,… in conference_outcall()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.c5483 if ((flags & SOF_NO_LIMITS)) { in verto_outgoing_channel()
5484 myflags |= SOF_NO_LIMITS; in verto_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs42201 SOF_NO_LIMITS = (1 << 6) enumerator