Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_caller.h258 SWITCH_DECLARE(void) switch_caller_profile_event_set_data(_In_ switch_caller_profile_t *caller_prof…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_bridge.c2136 switch_caller_profile_event_set_data(originator_cp, "ORIGINATOR", event); in switch_ivr_uuid_bridge()
2137 switch_caller_profile_event_set_data(originatee_cp, "ORIGINATEE", event); in switch_ivr_uuid_bridge()
2159 switch_caller_profile_event_set_data(originator_cp, "POST-ORIGINATOR", event); in switch_ivr_uuid_bridge()
2160 switch_caller_profile_event_set_data(originatee_cp, "POST-ORIGINATEE", event); in switch_ivr_uuid_bridge()
H A Dswitch_caller.c322 SWITCH_DECLARE(void) switch_caller_profile_event_set_data(switch_caller_profile_t *caller_profile, … in switch_caller_profile_event_set_data() function
H A Dswitch_channel.c2674 switch_caller_profile_event_set_data(caller_profile, "Caller", event); 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()
2683 switch_caller_profile_event_set_data(originatee_caller_profile, "Other-Leg", event); in switch_channel_event_set_basic_data()
5073 switch_caller_profile_event_set_data(np->hup_profile, prefix, event); in switch_channel_clear_device_record()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/dialplans/mod_dialplan_xml/
H A Dmod_dialplan_xml.c612 switch_caller_profile_event_set_data(caller_profile, "Hunt", params); in dialplan_xml_locate()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_erlang_event/
H A Dmod_erlang_event.c662switch_caller_profile_event_set_data(switch_channel_get_caller_profile(channel), "Channel", call_e… in notify_new_session()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_event_socket/
H A Dmod_event_socket.c2016switch_caller_profile_event_set_data(switch_channel_get_caller_profile(channel), "Channel", call_e… in parse_command()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c2312 switch_caller_profile_event_set_data(caller_profile, "Caller", client->params); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11458 …public static void switch_caller_profile_event_set_data(switch_caller_profile caller_profile, stri… in switch_caller_profile_event_set_data() method in FreeSWITCH.Native.freeswitch
11459 …freeswitchPINVOKE.switch_caller_profile_event_set_data(switch_caller_profile.getCPtr(caller_profil… in switch_caller_profile_event_set_data()
21147 …public static extern void switch_caller_profile_event_set_data(global::System.Runtime.InteropServi… in switch_caller_profile_event_set_data() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx24810 switch_caller_profile_event_set_data(arg1,(char const *)arg2,arg3); in CSharp_FreeSWITCHfNative_switch_caller_profile_event_set_data___()