Data Fields | |
int | addsipheaders |
char * | auth |
enum sip_auth_type | auth_type |
char * | authheader |
char * | distinctive_ring |
char * | osptoken |
char * | uri_options |
char * | vxml_url |
Definition at line 471 of file chan_sip.c.
int addsipheaders |
Add extra SIP headers
Definition at line 474 of file chan_sip.c.
Referenced by sip_call(), and transmit_invite().
char* auth |
Authentication
Definition at line 477 of file chan_sip.c.
Referenced by do_proxy_auth(), and transmit_invite().
enum sip_auth_type auth_type |
Authentication type
Definition at line 479 of file chan_sip.c.
Referenced by transmit_request_with_auth().
char* authheader |
Auth header
Definition at line 478 of file chan_sip.c.
Referenced by do_proxy_auth(), and transmit_invite().
char* distinctive_ring |
Distinctive ring header
Definition at line 472 of file chan_sip.c.
Referenced by sip_call(), and transmit_invite().
char* osptoken |
OSP token for this call
Definition at line 473 of file chan_sip.c.
Referenced by sip_call(), and transmit_invite().
char* uri_options |
URI options to add to the URI
Definition at line 475 of file chan_sip.c.
Referenced by initreqprep(), and sip_call().
char* vxml_url |
VXML url for Cisco phones
Definition at line 476 of file chan_sip.c.
Referenced by initreqprep(), and sip_call().