Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Dmod_rtmp.c356 switch_channel_mark_hold(channel, SWITCH_FALSE); in rtmp_on_hangup()
1463 switch_channel_mark_hold(rsession->tech_pvt->channel, SWITCH_FALSE); in rtmp_attach_private()
1493 switch_channel_mark_hold(tech_pvt->channel, SWITCH_FALSE); in rtmp_attach_private()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h680 SWITCH_DECLARE(void) switch_channel_mark_hold(switch_channel_t *channel, switch_bool_t on);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_bridge.c934 switch_channel_mark_hold(chan_a, SWITCH_FALSE); in audio_bridge_thread()
2316 switch_channel_mark_hold(rchannel, SWITCH_FALSE); in switch_ivr_intercept_session()
H A Dswitch_channel.c855 SWITCH_DECLARE(void) switch_channel_mark_hold(switch_channel_t *channel, switch_bool_t on) in switch_channel_mark_hold() function
3320 switch_channel_mark_hold(channel, SWITCH_FALSE); in switch_channel_perform_hangup()
H A Dswitch_core_media.c6515 switch_channel_mark_hold(session->channel, sendonly); in switch_core_media_toggle_hold()
6538 switch_channel_mark_hold(session->channel, SWITCH_TRUE); in switch_core_media_toggle_hold()
6576 switch_channel_mark_hold(session->channel, SWITCH_TRUE); in switch_core_media_toggle_hold()
6649 switch_channel_mark_hold(session->channel, SWITCH_FALSE); in switch_core_media_toggle_hold()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia.c11610 switch_channel_mark_hold(b_channel, SWITCH_FALSE); in sofia_handle_sip_i_invite_replaces()
11638 switch_channel_mark_hold(b_channel, SWITCH_FALSE); in sofia_handle_sip_i_invite_replaces()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12102 public static void switch_channel_mark_hold(SWIGTYPE_p_switch_channel channel, switch_bool_t on) { in switch_channel_mark_hold() method in FreeSWITCH.Native.freeswitch
12103 freeswitchPINVOKE.switch_channel_mark_hold(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)on); in switch_channel_mark_hold()
24408 …public static extern void switch_channel_mark_hold(global::System.Runtime.InteropServices.HandleRe… in switch_channel_mark_hold() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx37477 switch_channel_mark_hold(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_channel_mark_hold___()