Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:03 2007

Asterisk developer's documentation :: Codename Pineapple


sip_dual Struct Reference

#include <sip3.h>

Collaboration diagram for sip_dual:

Collaboration graph
[legend]

Detailed Description

structure used in transfers

Definition at line 638 of file chan_sip.c.

Data Fields

ast_channelchan1
ast_channelchan1
ast_channelchan2
ast_channelchan2
sip_requestreq
sip_request req
int seqno


Field Documentation

struct ast_channel* chan1
 

First channel involved

Definition at line 680 of file sip3.h.

struct ast_channel* chan1
 

First channel involved

Definition at line 639 of file chan_sip.c.

Referenced by attempt_transfer(), handle_request_refer(), local_attended_transfer(), and sip_park_thread().

struct ast_channel* chan2
 

Second channel involved

Definition at line 681 of file sip3.h.

struct ast_channel* chan2
 

Second channel involved

Definition at line 640 of file chan_sip.c.

Referenced by attempt_transfer(), handle_request_refer(), local_attended_transfer(), and sip_park_thread().

struct sip_request* req
 

Request that caused the transfer (REFER)

Definition at line 682 of file sip3.h.

struct sip_request req
 

Request that caused the transfer (REFER)

Definition at line 641 of file chan_sip.c.

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

int seqno
 

Sequence number

Definition at line 642 of file chan_sip.c.

Referenced by sip_park_thread().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen