Home
last modified time | relevance | path

Searched refs:switch_channel_perform_hangup (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h560 SWITCH_DECLARE(switch_channel_state_t) switch_channel_perform_hangup(switch_channel_t *channel,
569 #define switch_channel_hangup(channel, hangup_cause) switch_channel_perform_hangup(channel, __FILE_…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c3304 SWITCH_DECLARE(switch_channel_state_t) switch_channel_perform_hangup(switch_channel_t *channel, in switch_channel_perform_hangup() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11919 …public static switch_channel_state_t switch_channel_perform_hangup(SWIGTYPE_p_switch_channel chann… in switch_channel_perform_hangup() method in FreeSWITCH.Native.freeswitch
11920 …annel_state_t ret = (switch_channel_state_t)freeswitchPINVOKE.switch_channel_perform_hangup(SWIGTY… in switch_channel_perform_hangup()
24291 …public static extern int switch_channel_perform_hangup(global::System.Runtime.InteropServices.Hand… in switch_channel_perform_hangup() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx36991 …result = (switch_channel_state_t)switch_channel_perform_hangup(arg1,(char const *)arg2,(char const… in CSharp_FreeSWITCHfNative_switch_channel_perform_hangup___()