|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
#include <resource_channels.h>
Data Fields | |
| int | beep |
| const char * | channel_id |
| const char * | format |
| const char * | if_exists |
| int | max_duration_seconds |
| int | max_silence_seconds |
| const char * | name |
| const char * | terminate_on |
Argument struct for ast_ari_channels_record()
Definition at line 636 of file resource_channels.h.
| int beep |
Play beep when recording begins
Definition at line 650 of file resource_channels.h.
| const char* channel_id |
Channel's id
Definition at line 638 of file resource_channels.h.
| const char* format |
Format to encode audio in
Definition at line 642 of file resource_channels.h.
| const char* if_exists |
Action to take if a recording with the same name already exists.
Definition at line 648 of file resource_channels.h.
| int max_duration_seconds |
Maximum duration of the recording, in seconds. 0 for no limit
Definition at line 644 of file resource_channels.h.
| int max_silence_seconds |
Maximum duration of silence, in seconds. 0 for no limit
Definition at line 646 of file resource_channels.h.
| const char* name |
Recording's filename
Definition at line 640 of file resource_channels.h.
Referenced by PathSegment::get_child(), and SwaggerType::load().
| const char* terminate_on |
DTMF input to terminate recording
Definition at line 652 of file resource_channels.h.