Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
invite_replaces Struct Reference

Structure used to retrieve channel from another session. More...

Collaboration diagram for invite_replaces:
Collaboration graph
[legend]

Data Fields

struct ast_bridgebridge
 Bridge the channel is in. More...
 
struct ast_channelchannel
 Channel from the session (with reference) More...
 
struct ast_sip_sessionsession
 Session we want the channel from. More...
 

Detailed Description

Structure used to retrieve channel from another session.

Definition at line 1497 of file res_pjsip_refer.c.

Field Documentation

◆ bridge

struct ast_bridge* bridge

Bridge the channel is in.

Definition at line 1503 of file res_pjsip_refer.c.

Referenced by invite_replaces(), and refer_incoming_invite_request().

◆ channel

struct ast_channel* channel

Channel from the session (with reference)

Definition at line 1501 of file res_pjsip_refer.c.

Referenced by invite_replaces(), and refer_incoming_invite_request().

◆ session

struct ast_sip_session* session

Session we want the channel from.

Definition at line 1499 of file res_pjsip_refer.c.

Referenced by invite_replaces(), and refer_incoming_invite_request().


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