structure used in transfers More...

Data Fields | |
| struct ast_channel * | chan1 |
| struct ast_channel * | chan2 |
| struct sip_request | req |
| int | seqno |
structure used in transfers
Definition at line 920 of file chan_sip.c.
struct ast_channel* chan1 [read] |
First channel involved
Definition at line 921 of file chan_sip.c.
Referenced by attempt_transfer(), handle_request_refer(), local_attended_transfer(), sip_park(), and sip_park_thread().
struct ast_channel* chan2 [read] |
Second channel involved
Definition at line 922 of file chan_sip.c.
Referenced by attempt_transfer(), handle_request_refer(), local_attended_transfer(), sip_park(), and sip_park_thread().
struct sip_request req [read] |
Request that caused the transfer (REFER)
Definition at line 923 of file chan_sip.c.
Referenced by handle_request_refer(), sip_park(), and sip_park_thread().
| int seqno |
Sequence number
Definition at line 924 of file chan_sip.c.
Referenced by sip_park(), and sip_park_thread().
1.6.1