|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
#include <resource_bridges.h>
Data Fields | |
| int | beep |
| const char * | bridge_id |
| const char * | format |
| const char * | if_exists |
| int | max_duration_seconds |
| int | max_silence_seconds |
| const char * | name |
| const char * | recorder_format |
| const char * | terminate_on |
Argument struct for ast_ari_bridges_record()
Definition at line 479 of file resource_bridges.h.
| int beep |
Play beep when recording begins
Definition at line 495 of file resource_bridges.h.
| const char* bridge_id |
Bridge's id
Definition at line 481 of file resource_bridges.h.
| const char* format |
Format to encode audio in
Definition at line 485 of file resource_bridges.h.
| const char* if_exists |
Action to take if a recording with the same name already exists.
Definition at line 493 of file resource_bridges.h.
| int max_duration_seconds |
Maximum duration of the recording, in seconds. 0 for no limit.
Definition at line 489 of file resource_bridges.h.
| int max_silence_seconds |
Maximum duration of silence, in seconds. 0 for no limit.
Definition at line 491 of file resource_bridges.h.
| const char* name |
Recording's filename
Definition at line 483 of file resource_bridges.h.
Referenced by PathSegment::get_child(), and SwaggerType::load().
| const char* recorder_format |
Format of the 'Recorder' channel attached to the bridge. Defaults to the same format as the 'format' parameter.
Definition at line 487 of file resource_bridges.h.
| const char* terminate_on |
DTMF input to terminate recording.
Definition at line 497 of file resource_bridges.h.