Home
last modified time | relevance | path

Searched refs:switch_call_direction_t (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A DChannelVariables.cs225 public Native.switch_call_direction_t CallDirection {
228 …if (string.IsNullOrEmpty(s)) return switch_call_direction_t.SWITCH_CALL_DIRECTION_INBOUND; // I gu…
229 … s.ToLowerInvariant() == "inbound" ? switch_call_direction_t.SWITCH_CALL_DIRECTION_INBOUND : switc…
H A Dswig.cs12048 …public static switch_call_direction_t switch_channel_direction(SWIGTYPE_p_switch_channel channel) { in switch_channel_direction()
12049switch_call_direction_t ret = (switch_call_direction_t)freeswitchPINVOKE.switch_channel_direction(… in switch_channel_direction()
12053 …public static switch_call_direction_t switch_channel_logical_direction(SWIGTYPE_p_switch_channel c… in switch_channel_logical_direction()
12054switch_call_direction_t ret = (switch_call_direction_t)freeswitchPINVOKE.switch_channel_logical_di… in switch_channel_logical_direction()
30667 public enum switch_call_direction_t { enum
31297 public switch_call_direction_t direction {
31302switch_call_direction_t ret = (switch_call_direction_t)freeswitchPINVOKE.switch_caller_profile_dir…
31307 public switch_call_direction_t logical_direction {
31312switch_call_direction_t ret = (switch_call_direction_t)freeswitchPINVOKE.switch_caller_profile_log…
34665 public switch_call_direction_t direction {
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_caller.h129 switch_call_direction_t direction;
130 switch_call_direction_t logical_direction;
H A Dswitch_channel.h161 …us_t) switch_channel_alloc(_In_ switch_channel_t **channel, _In_ switch_call_direction_t direction,
665 SWITCH_DECLARE(switch_call_direction_t) switch_channel_direction(switch_channel_t *channel);
666 SWITCH_DECLARE(switch_call_direction_t) switch_channel_logical_direction(switch_channel_t *channel);
667 …RE(void) switch_channel_set_direction(switch_channel_t *channel, switch_call_direction_t direction…
H A Dswitch_core.h87 switch_call_direction_t direction;
804 _In_ switch_call_direction_t direction,
848 _In_ switch_call_direction_t direction, _Inout_ switch_memory_pool_t **pool);
H A Dswitch_types.h307 } switch_call_direction_t; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c148 switch_call_direction_t direction;
149 switch_call_direction_t logical_direction;
426 …RE(void) switch_channel_set_direction(switch_channel_t *channel, switch_call_direction_t direction) in switch_channel_set_direction()
434 SWITCH_DECLARE(switch_call_direction_t) switch_channel_direction(switch_channel_t *channel) in switch_channel_direction()
439 SWITCH_DECLARE(switch_call_direction_t) switch_channel_logical_direction(switch_channel_t *channel) in switch_channel_logical_direction()
444 …witch_status_t) switch_channel_alloc(switch_channel_t **channel, switch_call_direction_t direction… in switch_channel_alloc()
H A Dswitch_core_session.c2090 switch_call_direction_t direction = SWITCH_CALL_DIRECTION_OUTBOUND;
2313 switch_call_direction_t direction,
2479 switch_call_direction_t direction, switch_memory_pool_t **pool)
H A Dswitch_core_media.c4040 static switch_call_direction_t switch_ice_direction(switch_rtp_engine_t *engine, switch_core_sessio… in switch_ice_direction()
4042 switch_call_direction_t r = switch_channel_direction(session->channel); in switch_ice_direction()
4074 switch_call_direction_t direction = switch_ice_direction(engine, session); in switch_determine_ice_type()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx10092 switch_call_direction_t arg2 ; in CSharp_FreeSWITCHfNative_switch_device_node_t_direction_set___()
10103 switch_call_direction_t result; in CSharp_FreeSWITCHfNative_switch_device_node_t_direction_get___()
13235 switch_call_direction_t arg2 ; in CSharp_FreeSWITCHfNative_switch_core_session_request_uuid___()
13351 switch_call_direction_t arg2 ; in CSharp_FreeSWITCHfNative_switch_core_session_request_by_name___()
24183 switch_call_direction_t arg2 ; in CSharp_FreeSWITCHfNative_switch_caller_profile_direction_set___()
24194 switch_call_direction_t result; in CSharp_FreeSWITCHfNative_switch_caller_profile_direction_get___()
24205 switch_call_direction_t arg2 ; in CSharp_FreeSWITCHfNative_switch_caller_profile_logical_direction_set___()
24216 switch_call_direction_t result; in CSharp_FreeSWITCHfNative_switch_caller_profile_logical_direction_get___()
35931 switch_call_direction_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_alloc___()
37340 switch_call_direction_t result; in CSharp_FreeSWITCHfNative_switch_channel_direction___()
[all …]