Asterisk - The Open Source Telephony Project
18.5.0
|
Structure used to retrieve channel from another session. More...
Data Fields | |
struct ast_bridge * | bridge |
Bridge the channel is in. More... | |
struct ast_channel * | channel |
Channel from the session (with reference) More... | |
struct ast_sip_session * | session |
Session we want the channel from. More... | |
Structure used to retrieve channel from another session.
Definition at line 944 of file res_pjsip_refer.c.
struct ast_bridge* bridge |
Bridge the channel is in.
Definition at line 950 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 948 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 946 of file res_pjsip_refer.c.
Referenced by invite_replaces(), and refer_incoming_invite_request().