Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
bridge_custom_callback Struct Reference
Collaboration diagram for bridge_custom_callback:
Collaboration graph
[legend]

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

◆ callback

Call this function on the bridge channel thread.

Definition at line 1358 of file bridge_channel.c.

Referenced by ast_bridge_channel_queue_callback(), ast_bridge_channel_write_callback(), bridge_channel_do_callback(), and payload_helper_cb().

◆ flags

unsigned int flags

Option flags determining how callback is called.

Definition at line 1362 of file bridge_channel.c.

Referenced by ast_bridge_channel_queue_callback(), ast_bridge_channel_write_callback(), and payload_helper_cb().

◆ payload

char payload[0]

◆ payload_exists

char payload_exists

Nonzero if the payload exists.

Definition at line 1364 of file bridge_channel.c.

Referenced by bridge_channel_do_callback(), and payload_helper_cb().

◆ payload_size

size_t payload_size

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

Definition at line 1360 of file bridge_channel.c.

Referenced by ast_bridge_channel_queue_callback(), ast_bridge_channel_write_callback(), bridge_channel_do_callback(), and payload_helper_cb().


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