Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_recordings.h>
Data Fields | |
const char * | destination_recording_name |
const char * | recording_name |
Argument struct for ast_ari_recordings_copy_stored()
Definition at line 94 of file resource_recordings.h.
const char* destination_recording_name |
The destination name of the recording
Definition at line 98 of file resource_recordings.h.
Referenced by ast_ari_recordings_copy_stored(), ast_ari_recordings_copy_stored_cb(), and ast_ari_recordings_copy_stored_parse_body().
const char* recording_name |
The name of the recording to copy
Definition at line 96 of file resource_recordings.h.
Referenced by ast_ari_recordings_copy_stored(), and ast_ari_recordings_copy_stored_cb().