Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h82 SWITCH_DECLARE(int) switch_channel_test_ready(switch_channel_t *channel, switch_bool_t check_ready,…
84 #define switch_channel_ready(_channel) switch_channel_test_ready(_channel, SWITCH_TRUE, SWITCH_FALS…
85 #define switch_channel_media_ready(_channel) switch_channel_test_ready(_channel, SWITCH_TRUE, SWITC…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c2203 SWITCH_DECLARE(int) switch_channel_test_ready(switch_channel_t *channel, switch_bool_t check_ready,… in switch_channel_test_ready() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11477 …public static int switch_channel_test_ready(SWIGTYPE_p_switch_channel channel, switch_bool_t check… in switch_channel_test_ready() method in FreeSWITCH.Native.freeswitch
11478 …int ret = freeswitchPINVOKE.switch_channel_test_ready(SWIGTYPE_p_switch_channel.getCPtr(channel), … in switch_channel_test_ready()
24015 …public static extern int switch_channel_test_ready(global::System.Runtime.InteropServices.HandleRe… in switch_channel_test_ready() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx35734 result = (int)switch_channel_test_ready(arg1,arg2,arg3); in CSharp_FreeSWITCHfNative_switch_channel_test_ready___()