Home
last modified time | relevance | path

Searched refs:logical_direction (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_caller.h130 switch_call_direction_t logical_direction; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c149 switch_call_direction_t logical_direction; member
429 channel->direction = channel->logical_direction = direction; in switch_channel_set_direction()
441 return channel->logical_direction; in switch_channel_logical_direction()
465 (*channel)->direction = (*channel)->logical_direction = direction; in switch_channel_alloc()
1911 channel->logical_direction = SWITCH_CALL_DIRECTION_OUTBOUND; in switch_channel_set_flag_value()
1916 channel->logical_direction = SWITCH_CALL_DIRECTION_INBOUND; in switch_channel_set_flag_value()
2104 channel->logical_direction = SWITCH_CALL_DIRECTION_OUTBOUND; in switch_channel_clear_flag()
2804 caller_profile->logical_direction = channel->logical_direction; in switch_channel_set_caller_profile()
2887 caller_profile->logical_direction = channel->logical_direction; in switch_channel_set_hunt_caller_profile()
5348 …node->direction = channel->logical_direction == SWITCH_CALL_DIRECTION_INBOUND ? SWITCH_CALL_DIRECT… in add_uuid()
H A Dswitch_caller.c332 …der_string(event, SWITCH_STACK_BOTTOM, header_name, caller_profile->logical_direction == SWITCH_CA… in switch_caller_profile_event_set_data()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_cdr.c64 …bject(json, "Logical-Direction", cJSON_CreateString(caller_profile->logical_direction == SWITCH_CA… in kz_switch_ivr_set_json_profile_data()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx24209 if (arg1) (arg1)->logical_direction = arg2; in CSharp_FreeSWITCHfNative_switch_caller_profile_logical_direction_set___()
24219 result = (switch_call_direction_t) ((arg1)->logical_direction); in CSharp_FreeSWITCHfNative_switch_caller_profile_logical_direction_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs31307 public switch_call_direction_t logical_direction { property in FreeSWITCH.Native.switch_caller_profile