Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
transfer_channel_data Struct Reference

AO2 object that wraps data for transfer_channel_cb. More...

#include <bridge.h>

Data Fields

int completed
 
void * data
 

Detailed Description

AO2 object that wraps data for transfer_channel_cb.

Definition at line 1119 of file bridge.h.

Field Documentation

◆ completed

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().

◆ data

void* data

Definition at line 1120 of file bridge.h.

Referenced by blind_transfer_cb(), and refer_blind_callback().


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