Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
sip_invite_param Struct Reference

Parameters to the transmit_invite function. More...

#include <sip.h>

Collaboration diagram for sip_invite_param:
Collaboration graph
[legend]

Data Fields

int addsipheaders
 
char * auth
 
enum sip_auth_type auth_type
 
char * authheader
 
struct sip_proxyoutboundproxy
 
const char * replaces
 
int transfer
 
const char * uri_options
 
const char * vxml_url
 

Detailed Description

Parameters to the transmit_invite function.

Definition at line 861 of file sip.h.

Field Documentation

◆ addsipheaders

int addsipheaders

Add extra SIP headers

Definition at line 862 of file sip.h.

Referenced by sip_call(), and transmit_invite().

◆ auth

char* auth

Authentication

Definition at line 865 of file sip.h.

Referenced by do_proxy_auth(), and transmit_invite().

◆ auth_type

enum sip_auth_type auth_type

◆ authheader

char* authheader

Auth header

Definition at line 866 of file sip.h.

Referenced by do_proxy_auth(), and transmit_invite().

◆ outboundproxy

struct sip_proxy* outboundproxy

Outbound proxy URI

Definition at line 870 of file sip.h.

Referenced by handle_response_subscribe(), obproxy_get(), sip_pvt_dtor(), and sip_request_call().

◆ replaces

const char* replaces

Replaces header for call transfers

Definition at line 868 of file sip.h.

Referenced by sip_call(), and transmit_invite().

◆ transfer

int transfer

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

Definition at line 869 of file sip.h.

Referenced by sip_call().

◆ uri_options

const char* uri_options

URI options to add to the URI

Definition at line 863 of file sip.h.

Referenced by initreqprep(), and sip_call().

◆ vxml_url

const char* vxml_url

VXML url for Cisco phones

Definition at line 864 of file sip.h.

Referenced by initreqprep(), and sip_call().


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