Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
bridge_custom_callback Struct Reference

Data Fields

ast_bridge_custom_callback_fn callback
 
unsigned int flags
 
char payload [0]
 
char payload_exists
 
size_t payload_size
 

Detailed Description

Definition at line 1356 of file bridge_channel.c.

Field Documentation

Call this function on the bridge channel thread.

Definition at line 1358 of file bridge_channel.c.

unsigned int flags

Option flags determining how callback is called.

Definition at line 1362 of file bridge_channel.c.

char payload[0]

Payload to give to callback.

Definition at line 1366 of file bridge_channel.c.

char payload_exists

Nonzero if the payload exists.

Definition at line 1364 of file bridge_channel.c.

size_t payload_size

Size of the payload if it exists. A number otherwise.

Definition at line 1360 of file bridge_channel.c.


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