Asterisk - The Open Source Telephony Project  18.5.0
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 1136 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 1141 of file bridge.h.

Referenced by parker_parked_call_message_response(), refer_progress_bridge(), and refer_progress_framehook().

◆ data

void* data

Definition at line 1137 of file bridge.h.

Referenced by blind_transfer_cb(), and refer_blind_callback().


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