Home
last modified time | relevance | path

Searched refs:read_frame_callback (Results 1 – 9 of 9) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_play_say.c809 if (args && (args->read_frame_callback)) { in switch_ivr_record_file()
810 …if ((status = args->read_frame_callback(session, read_frame, args->user_data)) != SWITCH_STATUS_SU… in switch_ivr_record_file()
1063 if (args && (args->read_frame_callback)) { in switch_ivr_gentones()
1064 …if ((status = args->read_frame_callback(session, read_frame, args->user_data)) != SWITCH_STATUS_SU… in switch_ivr_gentones()
1857 if (args && (args->read_frame_callback)) { in switch_ivr_play_file()
1860 …if ((status = args->read_frame_callback(session, read_frame, args->user_data)) != SWITCH_STATUS_SU… in switch_ivr_play_file()
2843 if (args && (args->read_frame_callback)) { in switch_ivr_speak_text_handle()
2844 …if ((status = args->read_frame_callback(session, read_frame, args->user_data)) != SWITCH_STATUS_SU… in switch_ivr_speak_text_handle()
2895 if (args && (args->read_frame_callback)) { in switch_ivr_speak_text_handle()
2896 …if ((status = args->read_frame_callback(session, read_frame, args->user_data)) != SWITCH_STATUS_SU… in switch_ivr_speak_text_handle()
H A Dswitch_ivr.c306 if (read_frame && args && (args->read_frame_callback)) { in switch_ivr_sleep()
307 …if ((status = args->read_frame_callback(session, read_frame, args->user_data)) != SWITCH_STATUS_SU… in switch_ivr_sleep()
1330 if (read_frame && args && (args->read_frame_callback)) { in switch_ivr_collect_digits_callback()
1331 …if ((status = args->read_frame_callback(session, read_frame, args->user_data)) != SWITCH_STATUS_SU… in switch_ivr_collect_digits_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_valet_parking/
H A Dmod_valet_parking.c390 static switch_status_t read_frame_callback(switch_core_session_t *session, switch_frame_t *frame, v… in read_frame_callback() function
688 args.read_frame_callback = read_frame_callback; in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2517 switch_read_frame_callback_function_t read_frame_callback; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c5369 static switch_status_t read_frame_callback(switch_core_session_t *session, switch_frame_t *frame, v… in read_frame_callback() function
5624 args.read_frame_callback = read_frame_callback; in do_mutex()
5635 st = read_frame_callback(session, NULL, &rf); in do_mutex()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fifo/
H A Dmod_fifo.c646 args.read_frame_callback = chime_read_frame_callback; in caller_read_frame_callback()
2789 args.read_frame_callback = caller_read_frame_callback; in SWITCH_STANDARD_APP()
3017 args.read_frame_callback = consumer_read_frame_callback; in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx6585 if (arg1) (arg1)->read_frame_callback = arg2; in CSharp_FreeSWITCHfNative_switch_input_args_t_read_frame_callback_set___()
6595 result = (switch_read_frame_callback_function_t) ((arg1)->read_frame_callback); in CSharp_FreeSWITCHfNative_switch_input_args_t_read_frame_callback_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/
H A DChangeLog1552 core: add read_frame_callback to gentones (r:15459)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs38673 …lic SWIGTYPE_p_f_p_switch_core_session_p_switch_frame_p_void__switch_status_t read_frame_callback { property in FreeSWITCH.Native.switch_input_args_t