Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h463 SWITCH_DECLARE(switch_status_t) switch_channel_perform_ring_ready_value(switch_channel_t *channel,
471 #define switch_channel_ring_ready(channel) switch_channel_perform_ring_ready_value(channel, SWITCH_…
473 switch_channel_perform_ring_ready_value(channel, _rv, __FILE__, __SWITCH_FUNC__, __LINE__)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c3612 SWITCH_DECLARE(switch_status_t) switch_channel_perform_ring_ready_value(switch_channel_t *channel, … in switch_channel_perform_ring_ready_value() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11857 …public static switch_status_t switch_channel_perform_ring_ready_value(SWIGTYPE_p_switch_channel ch… in switch_channel_perform_ring_ready_value() method in FreeSWITCH.Native.freeswitch
11858 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_perform_ring_ready_value(S… in switch_channel_perform_ring_ready_value()
24255 …public static extern int switch_channel_perform_ring_ready_value(global::System.Runtime.InteropSer… in switch_channel_perform_ring_ready_value() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx36807 …result = (switch_status_t)switch_channel_perform_ring_ready_value(arg1,arg2,(char const *)arg3,(ch… in CSharp_FreeSWITCHfNative_switch_channel_perform_ring_ready_value___()