Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Drayo_components.c62 RAYO_SEND_REPLY(component, iks_find_attrib(response, "to"), response); in rayo_component_send_start()
116 RAYO_SEND_REPLY(component, iks_find_attrib(response, "to"), response); in rayo_component_send_complete_event()
H A Dmod_rayo.c1235 RAYO_SEND_REPLY(call, iks_find_attrib_soft(request, "from"), result); in rayo_call_cleanup()
1834 RAYO_SEND_REPLY(server, msg->from_jid, response); in rayo_server_send()
1904 RAYO_SEND_REPLY(call, msg->from_jid, response); in rayo_call_send()
1934 RAYO_SEND_REPLY(mixer, msg->from_jid, response); in rayo_mixer_send()
1970 RAYO_SEND_REPLY(component, msg->from_jid, response); in rayo_component_send()
1989 RAYO_SEND_REPLY(component, msg->from_jid, response); in rayo_component_send()
2189 RAYO_SEND_REPLY(call, iks_find_attrib_soft(request, "from"), result); in join_call()
3418 RAYO_SEND_REPLY(call, iks_find_attrib_soft(request, "from"), result); in on_mixer_add_member_event()
3615 RAYO_SEND_REPLY(call, iks_find_attrib_soft(request, "from"), result); in on_call_bridge_event()
3629 RAYO_SEND_REPLY(call, iks_find_attrib_soft(request, "from"), result); in on_call_bridge_event()
[all …]
H A Drayo_prompt_component.c101 RAYO_SEND_REPLY(component, component->client_jid, event); in rayo_component_send_input_timers_started_event()
288 RAYO_SEND_REPLY(prompt, RAYO_COMPONENT(prompt)->client_jid, iq); in prompt_component_handle_input_error()
359 RAYO_SEND_REPLY(prompt, RAYO_COMPONENT(prompt)->client_jid, iq); in prompt_component_handle_output_error()
H A Dmod_rayo.h137 #define RAYO_SEND_REPLY(from, to, payload) rayo_message_send(RAYO_ACTOR(from), to, payload, 0, 1, _… macro
H A Drayo_cpa_component.c233 RAYO_SEND_REPLY(component, RAYO_COMPONENT(component)->client_jid, signal_event); in rayo_cpa_detector_event()
H A Drayo_input_component.c146 RAYO_SEND_REPLY(component, component->client_jid, event); in send_barge_event()