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

#include <resource_bridges.h>

Collaboration diagram for ast_ari_bridges_create_args:
Collaboration graph
[legend]

Data Fields

const char * bridge_id
 
const char * name
 
const char * type
 
struct ast_jsonvariables
 

Detailed Description

Argument struct for ast_ari_bridges_create()

Definition at line 54 of file resource_bridges.h.

Field Documentation

◆ bridge_id

const char* bridge_id

Unique ID to give to the bridge being created.

Definition at line 58 of file resource_bridges.h.

◆ name

const char* name

Name to give to the bridge being created.

Definition at line 60 of file resource_bridges.h.

Referenced by PathSegment::get_child(), and SwaggerType::load().

◆ type

const char* type

Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu, video_single, sdp_label).

Definition at line 56 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 on creation. Each variable is an object containing "value" (string) and optional "report_events" (boolean) to include updates for that variable in bridge events (defaults to false). Ex. { "name": "SupportBridge", "variables": { "Bridge_State": { "value": "WaitingForAgent", "report_events": true } } }

Definition at line 62 of file resource_bridges.h.


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