Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h364 SWITCH_DECLARE(void) switch_channel_sort_cid(switch_channel_t *channel);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c3223 SWITCH_DECLARE(void) switch_channel_sort_cid(switch_channel_t *channel) in switch_channel_sort_cid() function
3261 switch_channel_sort_cid(channel); in switch_channel_set_caller_extension()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11766 public static void switch_channel_sort_cid(SWIGTYPE_p_switch_channel channel) { in switch_channel_sort_cid() method in FreeSWITCH.Native.freeswitch
11767 freeswitchPINVOKE.switch_channel_sort_cid(SWIGTYPE_p_switch_channel.getCPtr(channel)); in switch_channel_sort_cid()
24195 …public static extern void switch_channel_sort_cid(global::System.Runtime.InteropServices.HandleRef… in switch_channel_sort_cid() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx36547 switch_channel_sort_cid(arg1); in CSharp_FreeSWITCHfNative_switch_channel_sort_cid___()