Mon May 14 04:55:20 2007

Asterisk developer's documentation


sip_refer Struct Reference

Structure to handle SIP transfers. Dynamically allocated when needed. More...

Collaboration diagram for sip_refer:

Collaboration graph
[legend]

Data Fields

int attendedtransfer
int localtransfer
sip_pvtrefer_call
char refer_contact [AST_MAX_EXTENSION]
char refer_to [AST_MAX_EXTENSION]
char refer_to_context [AST_MAX_EXTENSION]
char refer_to_domain [AST_MAX_EXTENSION]
char refer_to_urioption [AST_MAX_EXTENSION]
char referred_by [AST_MAX_EXTENSION]
char referred_by_name [AST_MAX_EXTENSION]
char replaces_callid [BUFSIZ]
char replaces_callid_fromtag [BUFSIZ/2]
char replaces_callid_totag [BUFSIZ/2]
enum referstatus status

Detailed Description

Structure to handle SIP transfers. Dynamically allocated when needed.

Definition at line 875 of file chan_sip.c.


Field Documentation

int attendedtransfer

Attended or blind transfer?

Definition at line 887 of file chan_sip.c.

Referenced by get_refer_info(), and handle_request_refer().

int localtransfer

Transfer to local domain?

Definition at line 888 of file chan_sip.c.

Referenced by handle_request_refer(), and local_attended_transfer().

struct sip_pvt* refer_call

Call we are referring

Definition at line 886 of file chan_sip.c.

Referenced by get_also_info(), handle_invite_replaces(), and handle_request_invite().

char refer_contact[AST_MAX_EXTENSION]

Place to store Contact info from a REFER extension

Definition at line 882 of file chan_sip.c.

Referenced by get_also_info().

char refer_to[AST_MAX_EXTENSION]

Place to store REFER-TO extension

Definition at line 876 of file chan_sip.c.

Referenced by get_also_info(), get_refer_info(), handle_request_bye(), handle_request_refer(), handle_response_refer(), transmit_invite(), and transmit_refer().

char refer_to_context[AST_MAX_EXTENSION]

Place to store REFER-TO context

Definition at line 879 of file chan_sip.c.

Referenced by get_refer_info(), and handle_request_refer().

char refer_to_domain[AST_MAX_EXTENSION]

Place to store REFER-TO domain

Definition at line 877 of file chan_sip.c.

Referenced by get_also_info(), get_refer_info(), and handle_request_refer().

char refer_to_urioption[AST_MAX_EXTENSION]

Place to store REFER-TO uri options

Definition at line 878 of file chan_sip.c.

Referenced by get_refer_info().

char referred_by[AST_MAX_EXTENSION]

Place to store REFERRED-BY extension

Definition at line 880 of file chan_sip.c.

Referenced by get_also_info(), get_refer_info(), handle_request_refer(), transmit_invite(), and transmit_refer().

char referred_by_name[AST_MAX_EXTENSION]

Place to store REFERRED-BY extension

Definition at line 881 of file chan_sip.c.

Referenced by get_refer_info(), and transmit_invite().

char replaces_callid[BUFSIZ]

Replace info: callid

Definition at line 883 of file chan_sip.c.

Referenced by get_refer_info(), handle_request_refer(), and local_attended_transfer().

char replaces_callid_fromtag[BUFSIZ/2]

Replace info: from-tag

Definition at line 885 of file chan_sip.c.

Referenced by get_refer_info(), handle_request_refer(), and local_attended_transfer().

char replaces_callid_totag[BUFSIZ/2]

Replace info: to-tag

Definition at line 884 of file chan_sip.c.

Referenced by get_refer_info(), handle_request_refer(), and local_attended_transfer().

enum referstatus status

REFER status

Definition at line 889 of file chan_sip.c.

Referenced by __sip_show_channels(), handle_request_refer(), handle_response_refer(), local_attended_transfer(), and transmit_refer().


The documentation for this struct was generated from the following file:
Generated on Mon May 14 04:55:21 2007 for Asterisk - the Open Source PBX by  doxygen 1.5.1