Asterisk - The Open Source Telephony Project
18.5.0
|
#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 * | terminate_on |
Argument struct for ast_ari_bridges_record()
Definition at line 359 of file resource_bridges.h.
int beep |
Play beep when recording begins
Definition at line 373 of file resource_bridges.h.
Referenced by ast_ari_bridges_record(), ast_ari_bridges_record_cb(), and ast_ari_bridges_record_parse_body().
const char* bridge_id |
Bridge's id
Definition at line 361 of file resource_bridges.h.
Referenced by ast_ari_bridges_record(), and ast_ari_bridges_record_cb().
const char* format |
Format to encode audio in
Definition at line 365 of file resource_bridges.h.
Referenced by ast_ari_bridges_record(), ast_ari_bridges_record_cb(), and ast_ari_bridges_record_parse_body().
const char* if_exists |
Action to take if a recording with the same name already exists.
Definition at line 371 of file resource_bridges.h.
Referenced by ast_ari_bridges_record(), ast_ari_bridges_record_cb(), and ast_ari_bridges_record_parse_body().
int max_duration_seconds |
Maximum duration of the recording, in seconds. 0 for no limit.
Definition at line 367 of file resource_bridges.h.
Referenced by ast_ari_bridges_record(), ast_ari_bridges_record_cb(), and ast_ari_bridges_record_parse_body().
int max_silence_seconds |
Maximum duration of silence, in seconds. 0 for no limit.
Definition at line 369 of file resource_bridges.h.
Referenced by ast_ari_bridges_record(), ast_ari_bridges_record_cb(), and ast_ari_bridges_record_parse_body().
const char* name |
Recording's filename
Definition at line 363 of file resource_bridges.h.
Referenced by ast_ari_bridges_record(), ast_ari_bridges_record_cb(), ast_ari_bridges_record_parse_body(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().
const char* terminate_on |
DTMF input to terminate recording.
Definition at line 375 of file resource_bridges.h.
Referenced by ast_ari_bridges_record(), ast_ari_bridges_record_cb(), and ast_ari_bridges_record_parse_body().