Home
last modified time | relevance | path

Searched refs:switch_channel_process_device_hangup (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h686 SWITCH_DECLARE(void) switch_channel_process_device_hangup(switch_channel_t *channel);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_state_machine.c863 switch_channel_process_device_hangup(session->channel); in switch_core_session_hangup_state()
H A Dswitch_channel.c5101 SWITCH_DECLARE(void) switch_channel_process_device_hangup(switch_channel_t *channel) in switch_channel_process_device_hangup() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12116 public static void switch_channel_process_device_hangup(SWIGTYPE_p_switch_channel channel) { in switch_channel_process_device_hangup() method in FreeSWITCH.Native.freeswitch
12117 …freeswitchPINVOKE.switch_channel_process_device_hangup(SWIGTYPE_p_switch_channel.getCPtr(channel)); in switch_channel_process_device_hangup()
24417 …public static extern void switch_channel_process_device_hangup(global::System.Runtime.InteropServi… in switch_channel_process_device_hangup() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx37513 switch_channel_process_device_hangup(arg1); in CSharp_FreeSWITCHfNative_switch_channel_process_device_hangup___()