|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
#include <resource_bridges.h>

Data Fields | |
| const char * | bridge_id |
| struct ast_json * | variables |
Argument struct for ast_ari_bridges_set_bridge_vars()
Definition at line 232 of file resource_bridges.h.
| const char* bridge_id |
Bridge's id
Definition at line 234 of file resource_bridges.h.
| struct ast_json* variables |
The "variables" key in the body object holds variable key/value pairs to set on the bridge. Each variable value may be either a string or an object containing "value" (string) and optional "report_events" (boolean) to include updates for that variable in bridge events (defaults to false). Ex. { "variables": { "Bridge_State": "WaitingForAgent", "Support_Level": { "value": "Premium", "report_events": true } } }
Definition at line 236 of file resource_bridges.h.