Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 1124 of file bridge.h.
Referenced by parker_parked_call_message_response().
void* data |
Definition at line 1120 of file bridge.h.
Referenced by blind_transfer_cb(), and refer_blind_callback().