Home
last modified time | relevance | path

Searched refs:RAYO_NS (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c1139 revent = iks_new_presence("end", RAYO_NS, RAYO_JID(call), "foo"); in rayo_call_send_end()
2845 iks_insert_attrib(ref, "xmlns", RAYO_NS); in rayo_dial_thread()
2995 iks_insert_attrib(api_result, "xmlns", RAYO_NS); in rayo_exec_thread()
3415 iks_insert_attrib(ref, "xmlns", RAYO_NS); in on_mixer_add_member_event()
3433 add_member_event = iks_new_presence("joined", RAYO_NS, RAYO_JID(mixer), ""); in on_mixer_add_member_event()
3500 iks_insert_attrib(ref, "xmlns", RAYO_NS); in on_call_originate_event()
3551 iks *revent = iks_new_presence("answered", RAYO_NS, in on_call_answer_event()
3578 iks *revent = iks_new_presence("ringing", RAYO_NS, in on_call_ringing_event()
3643 revent = iks_new_presence("joined", RAYO_NS, in on_call_bridge_event()
3684 revent = iks_new_presence("unjoined", RAYO_NS, in on_call_park_event()
[all …]
H A Dmod_rayo.h40 #define RAYO_NS RAYO_BASE RAYO_VERSION macro
H A Drayo_components.c60 iks_insert_attrib(ref, "xmlns", RAYO_NS); in rayo_component_send_start()
H A Drayo_prompt_component.c691 …rayo_actor_command_handler_add(RAT_CALL_COMPONENT, "prompt", "result:"RAYO_NS":ref", prompt_compon… in rayo_prompt_component_load()