Asterisk - The Open Source Telephony Project
18.5.0
|
AO2 object that wraps data for transfer_channel_cb. More...
#include <bridge.h>
Data Fields | |
int | completed |
void * | data |
int completed |
Data to be used by the transfer_channel_cb – note that this pointer is going to be pointing to something on the stack, so it must not be used at any point after returning from the transfer_channel_cb.
Definition at line 1141 of file bridge.h.
Referenced by parker_parked_call_message_response(), refer_progress_bridge(), and refer_progress_framehook().
void* data |
Definition at line 1137 of file bridge.h.
Referenced by blind_transfer_cb(), and refer_blind_callback().