![]() |
Home page |
Mailing list |
Docs
Collaboration diagram for sip_refer:Asterisk developer's documentation :: Codename Pineapple
sip_refer Struct Reference
#include <sip3.h>

Definition at line 870 of file chan_sip.c.
Data Fields | |
| int | attendedtransfer |
| int | localtransfer |
| sip_dialog * | refer_call |
| sip_pvt * | refer_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 |
|
|
Attended or blind transfer? Definition at line 882 of file chan_sip.c. Referenced by get_refer_info(), and handle_request_refer(). |
|
|
Transfer to local domain? Definition at line 883 of file chan_sip.c. Referenced by handle_request_refer(), and local_attended_transfer(). |
|
|
Call we are referring |
|
|
Call we are referring Definition at line 881 of file chan_sip.c. Referenced by get_also_info(), handle_invite_replaces(), and handle_request_invite(). |
|
|
Place to store Contact info from a REFER extension Definition at line 877 of file chan_sip.c. Referenced by get_also_info(). |
|
|
Place to store REFER-TO extension Definition at line 871 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(). |
|
|
Place to store REFER-TO context Definition at line 874 of file chan_sip.c. Referenced by get_refer_info(), and handle_request_refer(). |
|
|
Place to store REFER-TO domain Definition at line 872 of file chan_sip.c. Referenced by get_also_info(), get_refer_info(), and handle_request_refer(). |
|
|
Place to store REFER-TO uri options Definition at line 873 of file chan_sip.c. Referenced by get_refer_info(). |
|
|
Place to store REFERRED-BY extension Definition at line 875 of file chan_sip.c. Referenced by get_also_info(), get_refer_info(), handle_request_refer(), transmit_invite(), and transmit_refer(). |
|
|
Place to store REFERRED-BY extension Definition at line 876 of file chan_sip.c. Referenced by get_refer_info(), and transmit_invite(). |
|
|
Replace info: callid Definition at line 878 of file chan_sip.c. Referenced by get_refer_info(), handle_request_refer(), and local_attended_transfer(). |
|
|
Replace info: from-tag Definition at line 880 of file chan_sip.c. Referenced by get_refer_info(), handle_request_refer(), and local_attended_transfer(). |
|
|
Replace info: to-tag Definition at line 879 of file chan_sip.c. Referenced by get_refer_info(), handle_request_refer(), and local_attended_transfer(). |
|
|
REFER status Definition at line 884 of file chan_sip.c. Referenced by __sip_show_channels(), handle_request_refer(), handle_response_refer(), local_attended_transfer(), and transmit_refer(). |