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

Structure for attended transfer task. More...

Collaboration diagram for refer_attended:
Collaboration graph
[legend]

Data Fields

struct refer_progressprogress
 Optional refer progress structure. More...
 
struct ast_sip_sessiontransferer
 Transferer session. More...
 
struct ast_channeltransferer_chan
 Transferer channel. More...
 
struct ast_sip_sessiontransferer_second
 Second transferer session. More...
 

Detailed Description

Structure for attended transfer task.

Definition at line 457 of file res_pjsip_refer.c.

Field Documentation

◆ progress

Optional refer progress structure.

Definition at line 465 of file res_pjsip_refer.c.

Referenced by refer_attended_alloc(), refer_attended_destroy(), and refer_attended_task().

◆ transferer

struct ast_sip_session* transferer

Transferer session.

Definition at line 459 of file res_pjsip_refer.c.

Referenced by refer_attended_alloc(), refer_attended_destroy(), and refer_attended_task().

◆ transferer_chan

struct ast_channel* transferer_chan

Transferer channel.

Definition at line 461 of file res_pjsip_refer.c.

Referenced by refer_attended_alloc(), refer_attended_destroy(), and refer_attended_task().

◆ transferer_second

struct ast_sip_session* transferer_second

Second transferer session.

Definition at line 463 of file res_pjsip_refer.c.

Referenced by refer_attended_alloc(), refer_attended_destroy(), and refer_attended_task().


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