Home
last modified time | relevance | path

Searched refs:switch_channel_clear_state_handler (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_bridge.c989 switch_channel_clear_state_handler(channel, &audio_bridge_peer_state_handlers); in audio_bridge_on_exchange_media()
1155 switch_channel_clear_state_handler(channel, &uuid_bridge_state_handlers); in uuid_bridge_on_soft_execute()
1562 switch_channel_clear_state_handler(caller_channel, NULL); in switch_ivr_signal_bridge()
1563 switch_channel_clear_state_handler(peer_channel, NULL); in switch_ivr_signal_bridge()
2197 switch_channel_clear_state_handler(originator_channel, NULL); in switch_ivr_uuid_bridge()
2198 switch_channel_clear_state_handler(originatee_channel, NULL); in switch_ivr_uuid_bridge()
H A Dswitch_ivr.c1710 switch_channel_clear_state_handler(other_channel, NULL); in switch_ivr_3p_media()
1714 switch_channel_clear_state_handler(channel, NULL); in switch_ivr_3p_media()
1809 switch_channel_clear_state_handler(other_channel, NULL); in switch_ivr_media()
1813 switch_channel_clear_state_handler(channel, NULL); in switch_ivr_media()
2154 switch_channel_clear_state_handler(channel, NULL); in switch_ivr_session_transfer()
H A Dswitch_ivr_originate.c56 switch_channel_clear_state_handler(channel, &originate_state_handlers); in originate_on_consume_media_transmit()
H A Dswitch_channel.c3018 SWITCH_DECLARE(void) switch_channel_clear_state_handler(switch_channel_t *channel, const switch_sta… in switch_channel_clear_state_handler() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_fax.c1862 switch_channel_clear_state_handler(channel, &t38_gateway_state_handlers); in t38_gateway_on_soft_execute()
2087 switch_channel_clear_state_handler(channel, &t38_gateway_state_handlers); in t38_gateway_on_consume_media()
2149 switch_channel_clear_state_handler(channel, NULL); in t38_gateway_start()
2150 switch_channel_clear_state_handler(other_channel, NULL); in t38_gateway_start()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h515 SWITCH_DECLARE(void) switch_channel_clear_state_handler(switch_channel_t *channel, const switch_sta…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Drtmp_sig.c734 switch_channel_clear_state_handler(other_channel, &three_way_state_handlers_remote); in three_way_on_soft_execute()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_dptools.c617 switch_channel_clear_state_handler(peer_channel, NULL); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11882 …public static void switch_channel_clear_state_handler(SWIGTYPE_p_switch_channel channel, switch_st… in switch_channel_clear_state_handler() method in FreeSWITCH.Native.freeswitch
11883 …freeswitchPINVOKE.switch_channel_clear_state_handler(SWIGTYPE_p_switch_channel.getCPtr(channel), s… in switch_channel_clear_state_handler()
24270 …public static extern void switch_channel_clear_state_handler(global::System.Runtime.InteropService… in switch_channel_clear_state_handler() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx36889 switch_channel_clear_state_handler(arg1,(switch_state_handler_table const *)arg2); in CSharp_FreeSWITCHfNative_switch_channel_clear_state_handler___()