Home
last modified time | relevance | path

Searched refs:CF_BRIDGED (Results 1 – 20 of 20) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_bridge.c431 switch_channel_set_flag(chan_a, CF_BRIDGED); in audio_bridge_thread()
433 switch_channel_wait_for_flag(chan_b, CF_BRIDGED, SWITCH_TRUE, 10000, chan_a); in audio_bridge_thread()
435 if (!switch_channel_test_flag(chan_b, CF_BRIDGED)) { in audio_bridge_thread()
535 if (!switch_channel_test_flag(chan_b, CF_BRIDGED)) { in audio_bridge_thread()
913 switch_channel_clear_flag(chan_a, CF_BRIDGED); in audio_bridge_thread()
1593 if (switch_channel_test_flag(caller_channel, CF_BRIDGED)) { in switch_ivr_signal_bridge()
1810 switch_channel_set_flag(caller_channel, CF_BRIDGED); in switch_ivr_multi_threaded_bridge()
1814 switch_channel_set_flag(peer_channel, CF_BRIDGED); in switch_ivr_multi_threaded_bridge()
2290 if ((switch_channel_test_flag(rchannel, CF_BRIDGED))) { in switch_ivr_intercept_session()
H A Dswitch_core_io.c366 if (switch_channel_test_flag(switch_core_session_get_channel(session), CF_BRIDGED) && in switch_core_session_read_frame()
663 …if (!switch_channel_test_flag(session->channel, CF_BRIDGED) && switch_core_media_bug_test_flag(bp,… in switch_core_session_read_frame()
714 …if (!switch_channel_test_flag(session->channel, CF_BRIDGED) && switch_core_media_bug_test_flag(bp,… in switch_core_session_read_frame()
894 …if (!switch_channel_test_flag(session->channel, CF_BRIDGED) && switch_core_media_bug_test_flag(bp,… in switch_core_session_read_frame()
H A Dswitch_ivr.c582 …if (!switch_channel_test_flag(channel, CF_BRIDGED) || switch_channel_test_flag(channel, CF_HOLD_BL… in switch_ivr_parse_event()
1726 switch_channel_wait_for_flag(channel, CF_BRIDGED, SWITCH_TRUE, 1000, NULL); in switch_ivr_3p_media()
1727 switch_channel_wait_for_flag(other_channel, CF_BRIDGED, SWITCH_TRUE, 1000, NULL); in switch_ivr_3p_media()
1826 switch_channel_wait_for_flag(channel, CF_BRIDGED, SWITCH_TRUE, 1000, NULL); in switch_ivr_media()
1827 switch_channel_wait_for_flag(other_channel, CF_BRIDGED, SWITCH_TRUE, 1000, NULL); in switch_ivr_media()
H A Dswitch_cpp.cpp1153 return (switch_channel_up(channel) && switch_channel_test_flag(channel, CF_BRIDGED)); in SWITCH_DECLARE()
H A Dswitch_channel.c2122 …witch_channel_test_flag(channel, CF_PROXY_MODE) && switch_channel_test_flag(channel, CF_BRIDGED)) { in switch_channel_clear_flag()
3180 if (switch_channel_test_flag(channel, CF_BRIDGED)) { in switch_channel_flip_cid()
3192 if (switch_channel_test_flag(channel, CF_BRIDGED)) { in switch_channel_flip_cid()
3360 } else if (switch_channel_test_flag(channel, CF_BRIDGED)) { in switch_channel_perform_hangup()
H A Dswitch_ivr_originate.c751 switch_channel_test_flag(oglobals->originate_status[i].peer_channel, CF_BRIDGED) || in check_channel_status()
1981 switch_channel_test_flag(_peer, CF_BRIDGED) || \
4081 switch_channel_test_flag(oglobals.originate_status[i].peer_channel, CF_BRIDGED))) { in switch_ivr_originate()
H A Dswitch_core_session.c2115 flags[CF_BRIDGED] = 0;
H A Dswitch_ivr_async.c2338 …nel_test_flag(tchannel, CF_BRIDGE_ORIGINATOR) || !switch_channel_test_flag(tchannel, CF_BRIDGED)) { in switch_ivr_eavesdrop_session()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c867 switch_channel_test_flag(tech_pvt->channel, CF_BRIDGED) && in channel_write_frame()
868 switch_channel_test_flag(tech_pvt->other_channel, CF_BRIDGED) && in channel_write_frame()
900 …(ch_a && ch_b && switch_channel_test_flag(ch_a, CF_BRIDGED) && switch_channel_test_flag(ch_b, CF_B… in channel_write_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_callcenter/
H A Dmod_callcenter.c1805 …if (switch_channel_wait_for_flag(loopback_b_channel, CF_BRIDGED, SWITCH_TRUE, 5000, member_channel… in outbound_agent_thread_run()
1983 …if (bridged && (switch_channel_wait_for_flag(agent_channel, CF_BRIDGED, SWITCH_TRUE, 3000, NULL) !… in outbound_agent_thread_run()
2036 if (!switch_channel_test_flag(agent_channel, CF_BRIDGED)) { in outbound_agent_thread_run()
2867 if (!switch_channel_test_flag(member_channel, CF_BRIDGED)) { in cc_member_thread_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1462 CF_BRIDGED, enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fifo/
H A Dmod_fifo.c1072 if (!switch_channel_test_flag(channel, CF_BRIDGED)) { in node_idle_consumers()
1718 switch_channel_wait_for_flag(channel, CF_BRIDGED, SWITCH_TRUE, 5000, NULL); in outbound_ringall_thread_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c2586 if (state == CS_HANGUP || (state == CS_ROUTING && switch_channel_test_flag(channel, CF_BRIDGED))) { in vlc_state_change()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/
H A Dmod_skypopen.c2201 if (switch_channel_test_flag(channel, CF_BRIDGED) in dtmf_received()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_glue.c3152 if (switch_channel_test_flag(tech_pvt->channel, CF_BRIDGED) && in sofia_glue_tech_simplify()
H A Dsofia.c11633 …s->rp_params && sip->sip_replaces->rp_call_id && switch_channel_test_flag(b_channel, CF_BRIDGED) && in sofia_handle_sip_i_invite_replaces()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/
H A Dmod_gsmopen.c2301 if (!switch_channel_test_flag(channel, CF_BRIDGED)) { in dtmf_received()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dmod_gsmopen.cpp2030 if (!switch_channel_test_flag(channel, CF_BRIDGED)) { in dtmf_received()
/dports/net/freeswitch/freeswitch-1.10.3.-release/
H A DChangeLog326 core: Fix timeout while bridge is waiting for CF_BRIDGED flag (r:2572621b/FS-2368)
1478 core: fix timeout while bridge is waiting for CF_BRIDGED flag (FSCORE-424/r:14702)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs31480 CF_BRIDGED, enumerator