Codename Pineapple

Home page | Mailing list | Docs

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

Asterisk developer's documentation :: Codename Pineapple


sip_invite_param Struct Reference

#include <sip3.h>


Detailed Description

Parameters to the transmit_invite function.

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


Field Documentation

int addsipheaders
 

Add extra SIP headers

Definition at line 649 of file chan_sip.c.

Referenced by sip_call(), and transmit_invite().

char* auth
 

Authentication

Definition at line 691 of file sip3.h.

char* auth
 

Authentication

Definition at line 652 of file chan_sip.c.

Referenced by do_proxy_auth(), and transmit_invite().

enum sip_auth_type auth_type
 

Authentication type

Definition at line 654 of file chan_sip.c.

Referenced by transmit_request_with_auth().

char* authheader
 

Auth header

Definition at line 692 of file sip3.h.

char* authheader
 

Auth header

Definition at line 653 of file chan_sip.c.

Referenced by do_proxy_auth(), and transmit_invite().

const char* replaces
 

Replaces header for call transfers

Definition at line 694 of file sip3.h.

const char* replaces
 

Replaces header for call transfers

Definition at line 655 of file chan_sip.c.

Referenced by sip_call(), and transmit_invite().

int transfer
 

Flag - is this Invite part of a SIP transfer? (invite/replaces)

Definition at line 656 of file chan_sip.c.

Referenced by sip_call().

const char* uri_options
 

URI options to add to the URI

Definition at line 689 of file sip3.h.

const char* uri_options
 

URI options to add to the URI

Definition at line 650 of file chan_sip.c.

Referenced by sip_call().

const char* vxml_url
 

VXML url for Cisco phones

Definition at line 690 of file sip3.h.

const char* vxml_url
 

VXML url for Cisco phones

Definition at line 651 of file chan_sip.c.

Referenced by sip_call().


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