Asterisk - The Open Source Telephony Project  18.5.0
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 1417 of file bridge_channel.c.

Field Documentation

◆ callback

Call this function on the bridge channel thread.

Definition at line 1419 of file bridge_channel.c.

Referenced by bridge_channel_do_callback(), and payload_helper_cb().

◆ flags

unsigned int flags

Option flags determining how callback is called.

Definition at line 1423 of file bridge_channel.c.

Referenced by payload_helper_cb().

◆ payload

char payload[0]

Payload to give to callback.

Definition at line 1427 of file bridge_channel.c.

Referenced by bridge_channel_do_callback(), and payload_helper_cb().

◆ payload_exists

char payload_exists

Nonzero if the payload exists.

Definition at line 1425 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 1421 of file bridge_channel.c.

Referenced by bridge_channel_do_callback(), and payload_helper_cb().


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