Home
last modified time | relevance | path

Searched refs:originator_caller_profile (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_caller.h120 struct switch_caller_profile *originator_caller_profile; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_cdr.c351 if (caller_profile->originator_caller_profile) { in kz_report_callflow()
354 kz_switch_ivr_set_json_profile_data(j_o, caller_profile->originator_caller_profile); in kz_report_callflow()
355 kz_report_callflow_extension(caller_profile->originator_caller_profile, j_o); in kz_report_callflow()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c990 cp = cp->originator_caller_profile; in switch_channel_get_variable_dup()
2600 originator_caller_profile = caller_profile->originator_caller_profile; in switch_channel_event_set_basic_data()
2678 if (originator_caller_profile && channel->last_profile_type == LP_ORIGINATOR) { in switch_channel_event_set_basic_data()
2680 switch_caller_profile_event_set_data(originator_caller_profile, "Other-Leg", event); in switch_channel_event_set_basic_data()
2869 caller_profile->next = channel->caller_profile->originator_caller_profile; in switch_channel_set_originator_caller_profile()
2870 channel->caller_profile->originator_caller_profile = caller_profile; in switch_channel_set_originator_caller_profile()
2873 …h_assert(channel->caller_profile->originator_caller_profile->next != channel->caller_profile->orig… in switch_channel_set_originator_caller_profile()
2947 profile = channel->caller_profile->originator_caller_profile; in switch_channel_get_originator_caller_profile()
3412 if (channel->caller_profile->originator_caller_profile) { in switch_channel_perform_mark_ring_ready_value()
3525 if (channel->caller_profile->originator_caller_profile) { in switch_channel_perform_mark_pre_answered()
[all …]
H A Dswitch_ivr.c3035 if (caller_profile->originator_caller_profile) { in switch_ivr_generate_xml_cdr()
3042 for (cp = caller_profile->originator_caller_profile; cp; cp = cp->next) { in switch_ivr_generate_xml_cdr()
3429 if (caller_profile->originator_caller_profile) { in switch_ivr_generate_json_cdr()
3438 for (cp = caller_profile->originator_caller_profile; cp; cp = cp->next) { in switch_ivr_generate_json_cdr()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_mongodb/
H A Dmod_cdr_mongodb.c329 if (caller_profile->originator_caller_profile) { in my_on_reporting()
334 …for (cp = caller_profile->originator_caller_profile, bson_idx = 0; cp; cp = cp->next, bson_idx++) { in my_on_reporting()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c499 clone->originator_caller_profile = NULL; in channel_on_execute()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx23989 if (arg1) (arg1)->originator_caller_profile = arg2; in CSharp_FreeSWITCHfNative_switch_caller_profile_originator_caller_profile_set___()
23999 result = (switch_caller_profile *) ((arg1)->originator_caller_profile); in CSharp_FreeSWITCHfNative_switch_caller_profile_originator_caller_profile_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs31198 public switch_caller_profile originator_caller_profile { property in FreeSWITCH.Native.switch_caller_profile