SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
osip_via Struct Reference

Definition of the Via header. More...

#include <osip_via.h>

Collaboration diagram for osip_via:
Collaboration graph
[legend]

Data Fields

char * version
 SIP Version. More...
 
char * protocol
 Protocol used by SIP Agent. More...
 
char * host
 Host where to send answers. More...
 
char * port
 Port where to send answers. More...
 
char * comment
 Comments about SIP Agent. More...
 
osip_list_t via_params
 Via parameters. More...
 

Detailed Description

Definition of the Via header.

Definition at line 47 of file osip_via.h.

Field Documentation

char* osip_via::comment

Comments about SIP Agent.

Definition at line 53 of file osip_via.h.

char* osip_via::host

Host where to send answers.

Definition at line 51 of file osip_via.h.

char* osip_via::port

Port where to send answers.

Definition at line 52 of file osip_via.h.

char* osip_via::protocol

Protocol used by SIP Agent.

Definition at line 50 of file osip_via.h.

char* osip_via::version

SIP Version.

Definition at line 49 of file osip_via.h.

osip_list_t osip_via::via_params

Via parameters.

Definition at line 54 of file osip_via.h.


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