libosip
4.0.0
|
#include <osip_via.h>
Public Attributes | |
char * | version |
char * | protocol |
char * | host |
char * | port |
char * | comment |
osip_list_t | via_params |
Definition of the Via header.
char* osip_via::comment |
Comments about SIP Agent
Referenced by osip_via_clone(), osip_via_free(), osip_via_parse(), osip_via_to_str(), via_get_comment(), and via_set_comment().
char* osip_via::host |
Host where to send answers
Referenced by osip_message_fix_last_via_header(), osip_response_get_destination(), osip_via_clone(), osip_via_free(), osip_via_parse(), osip_via_to_str(), via_get_host(), and via_set_host().
char* osip_via::port |
Port where to send answers
Referenced by osip_response_get_destination(), osip_via_clone(), osip_via_free(), osip_via_parse(), osip_via_to_str(), via_get_port(), and via_set_port().
char* osip_via::protocol |
Protocol used by SIP Agent
Referenced by osip_via_clone(), osip_via_free(), osip_via_parse(), osip_via_to_str(), via_get_protocol(), and via_set_protocol().
char* osip_via::version |
SIP Version
Referenced by osip_via_clone(), osip_via_free(), osip_via_parse(), osip_via_to_str(), via_get_version(), and via_set_version().
osip_list_t osip_via::via_params |
Via parameters
Referenced by osip_via_clone(), osip_via_free(), osip_via_parse(), and osip_via_to_str().