Asterisk - The Open Source Telephony Project GIT-master-6144b6b
Loading...
Searching...
No Matches
Data Fields
ast_ari_bridges_set_bridge_vars_args Struct Reference

#include <resource_bridges.h>

Collaboration diagram for ast_ari_bridges_set_bridge_vars_args:
Collaboration graph
[legend]

Data Fields

const char * bridge_id
 
struct ast_jsonvariables
 

Detailed Description

Argument struct for ast_ari_bridges_set_bridge_vars()

Definition at line 232 of file resource_bridges.h.

Field Documentation

◆ bridge_id

const char* bridge_id

Bridge's id

Definition at line 234 of file resource_bridges.h.

◆ variables

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.


The documentation for this struct was generated from the following file: