![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
sip_invite_param Struct Reference
#include <sip3.h>
Definition at line 648 of file chan_sip.c.
Data Fields | |
| int | addsipheaders |
| char * | auth |
| char * | auth |
| enum sip_auth_type | auth_type |
| char * | authheader |
| char * | authheader |
| const char * | replaces |
| const char * | replaces |
| int | transfer |
| const char * | uri_options |
| const char * | uri_options |
| const char * | vxml_url |
| const char * | vxml_url |
|
|
Add extra SIP headers Definition at line 649 of file chan_sip.c. Referenced by sip_call(), and transmit_invite(). |
|
|
Authentication |
|
|
Authentication Definition at line 652 of file chan_sip.c. Referenced by do_proxy_auth(), and transmit_invite(). |
|
|
Authentication type Definition at line 654 of file chan_sip.c. Referenced by transmit_request_with_auth(). |
|
|
Auth header |
|
|
Auth header Definition at line 653 of file chan_sip.c. Referenced by do_proxy_auth(), and transmit_invite(). |
|
|
Replaces header for call transfers |
|
|
Replaces header for call transfers Definition at line 655 of file chan_sip.c. Referenced by sip_call(), and transmit_invite(). |
|
|
Flag - is this Invite part of a SIP transfer? (invite/replaces) Definition at line 656 of file chan_sip.c. Referenced by sip_call(). |
|
|
URI options to add to the URI |
|
|
URI options to add to the URI Definition at line 650 of file chan_sip.c. Referenced by sip_call(). |
|
|
VXML url for Cisco phones |
|
|
VXML url for Cisco phones Definition at line 651 of file chan_sip.c. Referenced by sip_call(). |