|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
#include <resource_bridges.h>
Data Fields | |
| const char * | bridge_id |
| int | report_events |
| const char * | value |
| const char * | variable |
Argument struct for ast_ari_bridges_set_bridge_var()
Definition at line 172 of file resource_bridges.h.
| const char* bridge_id |
Bridge's id
Definition at line 174 of file resource_bridges.h.
| int report_events |
Whether this variable should be included in bridge events. Defaults to false.
Definition at line 180 of file resource_bridges.h.
| const char* value |
The value to set the variable to
Definition at line 178 of file resource_bridges.h.
| const char* variable |
The bridge variable or function to set
Definition at line 176 of file resource_bridges.h.