Home
last modified time | relevance | path

Searched refs:RAYO_POOL (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Drayo_input_component.c495 …switch_core_asr_text_param(ah, "confidence-threshold", switch_core_sprintf(RAYO_POOL(component), "… in setup_grammars_unimrcp()
496 …switch_core_asr_text_param(ah, "sensitivity-level", switch_core_sprintf(RAYO_POOL(component), "%f"… in setup_grammars_unimrcp()
498 …switch_core_asr_text_param(ah, "no-input-timeout", switch_core_sprintf(RAYO_POOL(component), "%d",… in setup_grammars_unimrcp()
501 …switch_core_asr_text_param(ah, "speech-complete-timeout", switch_core_sprintf(RAYO_POOL(component)… in setup_grammars_unimrcp()
502 …switch_core_asr_text_param(ah, "speech-incomplete-timeout", switch_core_sprintf(RAYO_POOL(componen… in setup_grammars_unimrcp()
510 …switch_core_asr_text_param(ah, "dtmf-interdigit-timeout", switch_core_sprintf(RAYO_POOL(component)… in setup_grammars_unimrcp()
513 …switch_core_asr_text_param(ah, "dtmf-term-char", switch_core_sprintf(RAYO_POOL(component), "%c", c… in setup_grammars_unimrcp()
551 grammar = switch_core_sprintf(RAYO_POOL(component), "inline:%s", iks_cdata(grammar_cdata)); in setup_grammars_unimrcp()
568 …grammar_name = switch_core_sprintf(RAYO_POOL(component), "grammar-%d", rayo_actor_seq_next(RAYO_AC… in setup_grammars_unimrcp()
743 …component->recognizer = switch_core_strdup(RAYO_POOL(component), iks_find_attrib_soft(input, "reco… in start_call_input()
[all …]
H A Drayo_prompt_component.c149 …prompt->start_timers_request_id = switch_core_sprintf(RAYO_POOL(prompt), "mod_rayo-prompt-%d", RAY… in start_input_timers()
166 PROMPT_COMPONENT(prompt)->output_jid = switch_core_strdup(RAYO_POOL(prompt), msg->from_jid); in prompt_component_handle_output_start()
172 PROMPT_COMPONENT(prompt)->output_jid = switch_core_strdup(RAYO_POOL(prompt), msg->from_jid); in prompt_component_handle_output_start()
203 PROMPT_COMPONENT(prompt)->input_jid = switch_core_strdup(RAYO_POOL(prompt), msg->from_jid); in prompt_component_handle_input_start()
208 PROMPT_COMPONENT(prompt)->input_jid = switch_core_strdup(RAYO_POOL(prompt), msg->from_jid); in prompt_component_handle_input_start()
214 PROMPT_COMPONENT(prompt)->input_jid = switch_core_strdup(RAYO_POOL(prompt), msg->from_jid); in prompt_component_handle_input_start()
222 PROMPT_COMPONENT(prompt)->input_jid = switch_core_strdup(RAYO_POOL(prompt), msg->from_jid); in prompt_component_handle_input_start()
H A Drayo_record_component.c96 …if (switch_file_open(&file, uri, SWITCH_FOPEN_READ, SWITCH_FPROT_UREAD, RAYO_POOL(component)) == S… in complete_record()
184 …record_component->direction = switch_core_strdup(RAYO_POOL(record_component), iks_find_attrib_soft… in record_component_create()
189 …record_component->local_file_path = switch_core_strdup(RAYO_POOL(record_component), local_file_pat… in record_component_create()
H A Drayo_fax_components.c394 … && switch_file_exists(RECEIVEFAX_COMPONENT(component)->local_filename, RAYO_POOL(component)) == S… in on_execute_complete_event()
395 …char *cmd = switch_core_sprintf(RAYO_POOL(component), "%s %s", RECEIVEFAX_COMPONENT(component)->fi… in on_execute_complete_event()
407 switch_file_remove(RECEIVEFAX_COMPONENT(component)->local_filename, RAYO_POOL(component)); in on_execute_complete_event()
H A Dmod_rayo.h153 #define RAYO_POOL(x) RAYO_ACTOR(x)->pool macro
H A Dmod_rayo.c1713 call->dcp_jid = switch_core_strdup(RAYO_POOL(call), msg->from_jid); in take_call_control()
2688 call->dcp_jid = switch_core_strdup(RAYO_POOL(call), dcp_jid); in rayo_dial_thread()
2689 call->dial_request_id = switch_core_strdup(RAYO_POOL(call), iks_find_attrib_soft(iq, "id")); in rayo_dial_thread()
3391 subscriber = switch_core_alloc(RAYO_POOL(mixer), sizeof(*subscriber)); in on_mixer_add_member_event()
3393 subscriber->jid = switch_core_strdup(RAYO_POOL(mixer), call->dcp_jid); in on_mixer_add_member_event()
3399 member = switch_core_alloc(RAYO_POOL(mixer), sizeof(*member)); in on_mixer_add_member_event()
3400 member->jid = switch_core_strdup(RAYO_POOL(mixer), RAYO_JID(call)); in on_mixer_add_member_event()
3408 call->joined_id = switch_core_strdup(RAYO_POOL(call), rayo_mixer_get_name(mixer)); in on_mixer_add_member_event()
3608 …call->joined_id = switch_core_sprintf(RAYO_POOL(call), "xmpp:%s@%s", b_uuid, RAYO_JID(globals.serv… in on_call_bridge_event()
3622 …b_call->joined_id = switch_core_sprintf(RAYO_POOL(b_call), "xmpp:%s@%s", a_uuid, RAYO_JID(globals.… in on_call_bridge_event()
H A Drayo_output_component.c83 …output_component->renderer = switch_core_strdup(RAYO_POOL(output_component), iks_find_attrib_soft(… in create_output_component()
104 … output_component->headers = switch_core_strdup(RAYO_POOL(output_component), (char *)headers.data); in create_output_component()