| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Structure used to retrieve channel from another session. More...

| Data Fields | |
| struct ast_bridge * | bridge | 
| Bridge the channel is in. | |
| struct ast_channel * | channel | 
| Channel from the session (with reference) | |
| struct ast_sip_session * | session | 
| Session we want the channel from. | |
Structure used to retrieve channel from another session.
Definition at line 1775 of file res_pjsip_refer.c.
| struct ast_bridge* bridge | 
Bridge the channel is in.
Definition at line 1781 of file res_pjsip_refer.c.
Referenced by invite_replaces(), and refer_incoming_invite_request().
| struct ast_channel* channel | 
Channel from the session (with reference)
Definition at line 1779 of file res_pjsip_refer.c.
Referenced by invite_replaces(), and refer_incoming_invite_request().
| struct ast_sip_session* session | 
Session we want the channel from.
Definition at line 1777 of file res_pjsip_refer.c.
Referenced by invite_replaces(), and refer_incoming_invite_request().