Home
last modified time | relevance | path

Searched refs:switch_channel_get_caller_profile (Results 1 – 25 of 50) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/dialplans/mod_dialplan_directory/
H A Dmod_dialplan_directory.c98 caller_profile = switch_channel_get_caller_profile(channel); in SWITCH_STANDARD_DIALPLAN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_endpoints.c423 if ((cp = switch_channel_get_caller_profile(new_channel))) { in kz_endpoint_outgoing_channel()
431 switch_caller_profile_t *cp = switch_channel_get_caller_profile(new_channel); in kz_endpoint_outgoing_channel()
H A Dkazoo_tweaks.c302 caller = switch_channel_get_caller_profile(channel); in kz_tweaks_handle_loopback()
382 switch_caller_profile_t* caller = switch_channel_get_caller_profile(channel); in kz_tweaks_handle_caller_id()
H A Dkazoo_cdr.c328 caller_profile = switch_channel_get_caller_profile(channel); in kz_report_callflow()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_bridge.c285 caller_profile = switch_channel_get_caller_profile(caller_channel); in send_display()
286 peer_caller_profile = switch_channel_get_caller_profile(peer_channel); in send_display()
1523 originator_cp = switch_channel_get_caller_profile(channel); in check_bridge_export()
1524 originatee_cp = switch_channel_get_caller_profile(peer_channel); in check_bridge_export()
2092 originator_cp = switch_channel_get_caller_profile(originator_channel); in switch_ivr_uuid_bridge()
2093 originatee_cp = switch_channel_get_caller_profile(originatee_channel); in switch_ivr_uuid_bridge()
2126 originator_cp = switch_channel_get_caller_profile(originator_channel); in switch_ivr_uuid_bridge()
2127 originatee_cp = switch_channel_get_caller_profile(originatee_channel); in switch_ivr_uuid_bridge()
H A Dswitch_core_session.c598 outgoing_profile = switch_channel_get_caller_profile(channel);
665 profile = switch_channel_get_caller_profile(channel);
746 if ((profile = switch_channel_get_caller_profile(peer_channel))) {
2016 if ((profile = switch_channel_get_caller_profile(session->channel))) {
2299 if (!channel || !switch_channel_get_caller_profile(channel)) {
2943 if (!(profile = switch_channel_get_caller_profile(channel))) {
H A Dswitch_ivr_originate.c494 …oglobals->originate_status[i].caller_profile = switch_channel_get_caller_profile(oglobals->origina… in check_channel_status()
1573 if ((cpp = switch_channel_get_caller_profile(channel))) { in switch_ivr_enterprise_originate()
1746 cloned_profile = switch_caller_profile_clone(session, switch_channel_get_caller_profile(bchan)); in switch_ivr_enterprise_originate()
2088 switch_caller_profile_t *cp = switch_channel_get_caller_profile(caller_channel); in switch_ivr_originate()
3030 …oglobals.originate_status[i].caller_profile = switch_channel_get_caller_profile(oglobals.originate… in switch_ivr_originate()
4163 …switch_caller_profile_t *cloned_profile, *peer_profile = switch_channel_get_caller_profile(switch_… in switch_ivr_originate()
H A Dswitch_core_state_machine.c246 if ((caller_profile = switch_channel_get_caller_profile(session->channel)) == 0) { in switch_core_standard_on_routing()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_cdr.c527 if (!(cp = switch_channel_get_caller_profile(channel))) { in conference_cdr_add()
555 if (!(cp = switch_channel_get_caller_profile(channel))) { in conference_cdr_rejected()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_radius/
H A Dmod_xml_radius.c410 switch_caller_profile_t *profile = switch_channel_get_caller_profile(channel); in mod_xml_radius_add_params()
440 switch_caller_profile_t *profile = switch_channel_get_caller_profile(channel); in mod_xml_radius_add_params()
470 switch_caller_profile_t *profile = switch_channel_get_caller_profile(channel); in mod_xml_radius_add_params()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/dialplans/mod_dialplan_asterisk/
H A Dmod_dialplan_asterisk.c141 caller_profile = switch_channel_get_caller_profile(channel); in SWITCH_STANDARD_DIALPLAN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_radius_cdr/
H A Dmod_radius_cdr.c237 profile = switch_channel_get_caller_profile(channel); in my_on_routing()
517 profile = switch_channel_get_caller_profile(channel); in my_on_reporting()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_translate/
H A Dmod_translate.c267 if (!(caller_profile = switch_channel_get_caller_profile(channel))) { in SWITCH_STANDARD_DIALPLAN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_yaml/
H A Dmod_yaml.c222 if (!(caller_profile = switch_channel_get_caller_profile(channel))) { in parse_dp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_mongodb/
H A Dmod_cdr_mongodb.c235 caller_profile = switch_channel_get_caller_profile(channel); in my_on_reporting()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_lua/
H A Dmod_lua.cpp569 if (!(caller_profile = switch_channel_get_caller_profile(channel))) {
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_lcr/
H A Dmod_lcr.c1521 if ((cp = switch_channel_get_caller_profile(new_channel))) { in lcr_outgoing_channel()
1592 caller_profile = switch_channel_get_caller_profile(channel); in SWITCH_STANDARD_DIALPLAN()
1710 if (!(caller_profile = switch_channel_get_caller_profile(channel))) { in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/dialplans/mod_dialplan_xml/
H A Dmod_dialplan_xml.c627 if (!(caller_profile = switch_channel_get_caller_profile(channel))) { in SWITCH_STANDARD_DIALPLAN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_oreka/
H A Dmod_oreka.c271 caller_profile = switch_channel_get_caller_profile(channel); in oreka_send_sip_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h210 SWITCH_DECLARE(switch_caller_profile_t *) switch_channel_get_caller_profile(switch_channel_t *chann…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_cidlookup/
H A Dmod_cidlookup.c654 switch_caller_profile_t *profile = switch_channel_get_caller_profile(channel); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_enum/
H A Dmod_enum.c642 caller_profile = switch_channel_get_caller_profile(channel); in SWITCH_STANDARD_DIALPLAN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_nibblebill/
H A Dmod_nibblebill.c510 profile = switch_channel_get_caller_profile(channel); in do_billing()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c58 caller_profile = switch_channel_get_caller_profile(channel); in SWITCH_STANDARD_DIALPLAN()
1953 …switch_caller_profile_t *caller_profile = switch_channel_get_caller_profile(switch_core_session_ge… in SWITCH_STANDARD_APP()
4119 …switch_caller_profile_t *pickup_caller_profile = switch_channel_get_caller_profile(pickup_channel), in SWITCH_STANDARD_APP()
4120 *caller_profile = switch_channel_get_caller_profile(channel); in SWITCH_STANDARD_APP()
4287 if ((cp = switch_channel_get_caller_profile(new_channel))) { in group_outgoing_channel()
4490 if ((cp = switch_channel_get_caller_profile(new_channel))) { in user_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfssession.cpp1514 caller_profile = switch_channel_get_caller_profile(channel); in JS_SESSION_GET_PROPERTY_IMPL()
1727 … orig_caller_profile = switch_channel_get_caller_profile(switch_core_session_get_channel(session)); in JS_SESSION_FUNCTION_IMPL()

12