Asterisk - The Open Source Telephony Project
21.4.1
|
Frame payload for synchronous bridge actions. More...
Data Fields | |
unsigned char | data [0] |
unsigned int | id |
Frame payload for synchronous bridge actions.
The payload serves as a wrapper around the actual payload of the frame, with the addition of an id used to find the associated bridge_sync object.
Definition at line 88 of file bridge_channel.c.
unsigned char data[0] |
Actual frame data to process
Definition at line 92 of file bridge_channel.c.
unsigned int id |
Unique ID for this synchronous action
Definition at line 90 of file bridge_channel.c.