Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Drayo_record_component.c260 …if (switch_ivr_record_session(session, (char *)RAYO_ID(component), max_duration_sec, NULL) == SWIT… in start_call_record()
261 …NNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Recording started: file = %s\n", RAYO_ID(component)); in start_call_record()
308 switch_ivr_stop_record_session(session, RAYO_ID(component)); in stop_call_record_component()
324 switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "%s pausing\n", RAYO_ID(component)); in pause_record_component()
346 switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "%s resuming\n", RAYO_ID(component)); in resume_record_component()
392 …args = switch_mprintf("%s recording start %s", RAYO_ACTOR(component)->parent->id, RAYO_ID(componen… in start_mixer_record()
396 …switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Recording started: file = %s\n", RAYO_ID(… in start_mixer_record()
448 args = switch_mprintf("%s recording stop %s", component->parent->id, RAYO_ID(component)); in stop_mixer_record_component()
H A Dmod_rayo.h152 #define RAYO_ID(x) RAYO_ACTOR(x)->id macro
164 #define rayo_mixer_get_name(mixer) RAYO_ID(mixer)
H A Dmod_rayo.c72 #define rayo_call_get_uuid(call) RAYO_ID(call)
3489 …switch_log_printf(SWITCH_CHANNEL_UUID_LOG(RAYO_ID(call)), SWITCH_LOG_DEBUG, "Got originate event\n… in on_call_originate_event()
3527 …switch_log_printf(SWITCH_CHANNEL_UUID_LOG(RAYO_ID(call)), SWITCH_LOG_DEBUG, "Got channel destroy e… in on_call_end_event()
3704 …switch_log_printf(SWITCH_CHANNEL_UUID_LOG(RAYO_ID(call)), SWITCH_LOG_DEBUG, "Application %s execut… in on_call_execute_event()
3719 …switch_log_printf(SWITCH_CHANNEL_UUID_LOG(RAYO_ID(call)), SWITCH_LOG_DEBUG, "Application %s execut… in on_call_execute_complete_event()
H A Drayo_output_component.c222 …stream.write_function(&stream, "%s play ", rayo_mixer_get_name(RAYO_MIXER(mixer)), RAYO_ID(compone… in start_mixer_output_component()