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

#include <resource_bridges.h>

Data Fields

const char * bridge_id
 
int report_events
 
const char * value
 
const char * variable
 

Detailed Description

Argument struct for ast_ari_bridges_set_bridge_var()

Definition at line 172 of file resource_bridges.h.

Field Documentation

◆ bridge_id

const char* bridge_id

Bridge's id

Definition at line 174 of file resource_bridges.h.

◆ report_events

int report_events

Whether this variable should be included in bridge events. Defaults to false.

Definition at line 180 of file resource_bridges.h.

◆ value

const char* value

The value to set the variable to

Definition at line 178 of file resource_bridges.h.

◆ variable

const char* variable

The bridge variable or function to set

Definition at line 176 of file resource_bridges.h.


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