Asterisk - The Open Source Telephony Project GIT-master-8f1982c
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
transfer_ari_state Struct Reference
Collaboration diagram for transfer_ari_state:
Collaboration graph
[legend]

Data Fields

char exten [AST_MAX_EXTENSION]
 
int last_response
 
struct ast_sip_sessionother_session
 
struct ast_refer_paramsparams
 
char * protocol_id
 
char * referred_by
 
struct ast_sip_sessiontransferer
 A deferred session used by the ARI only mode. More...
 
struct ast_channeltransferer_chan
 

Detailed Description

Definition at line 49 of file res_pjsip_refer.c.

Field Documentation

◆ exten

char exten[AST_MAX_EXTENSION]

Definition at line 56 of file res_pjsip_refer.c.

◆ last_response

int last_response

Definition at line 61 of file res_pjsip_refer.c.

◆ other_session

struct ast_sip_session* other_session

Definition at line 54 of file res_pjsip_refer.c.

◆ params

struct ast_refer_params* params

Definition at line 60 of file res_pjsip_refer.c.

◆ protocol_id

char* protocol_id

Definition at line 59 of file res_pjsip_refer.c.

◆ referred_by

char* referred_by

Definition at line 57 of file res_pjsip_refer.c.

◆ transferer

struct ast_sip_session* transferer

A deferred session used by the ARI only mode.

Definition at line 51 of file res_pjsip_refer.c.

Referenced by refer_progress_notify().

◆ transferer_chan

struct ast_channel* transferer_chan

Definition at line 52 of file res_pjsip_refer.c.


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