Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
ast_bridge_custom_callback_fn | callback |
unsigned int | flags |
char | payload [0] |
char | payload_exists |
size_t | payload_size |
Definition at line 1417 of file bridge_channel.c.
ast_bridge_custom_callback_fn 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().
unsigned int flags |
Option flags determining how callback is called.
Definition at line 1423 of file bridge_channel.c.
Referenced by payload_helper_cb().
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().
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().
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().