SIP Witch 1.9.15
|
Definition of the Via header. More...
#include <osip_via.h>
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... | |
Definition of the Via header.
Definition at line 47 of file osip_via.h.
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.