Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 1497 of file res_pjsip_refer.c.
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().
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().
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().