Thu Apr 28 2011 17:14:05

Asterisk developer's documentation


sip_dual Struct Reference

structure used in transfers More...

Collaboration diagram for sip_dual:

Data Fields

struct ast_channelchan1
struct ast_channelchan2
struct sip_request req
int seqno

Detailed Description

structure used in transfers

Definition at line 1236 of file chan_sip.c.


Field Documentation

struct ast_channel* chan1

First channel involved

Definition at line 1237 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

Second channel involved

Definition at line 1238 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

Request that caused the transfer (REFER)

Definition at line 1239 of file chan_sip.c.

Referenced by handle_request_refer(), sip_park(), and sip_park_thread().

int seqno

Sequence number

Definition at line 1240 of file chan_sip.c.

Referenced by sip_park(), and sip_park_thread().


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