libosip
5.3.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_get_comment(), osip_via_parse(), osip_via_set_comment(), and osip_via_to_str().
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_get_host(), osip_via_parse(), osip_via_set_host(), and osip_via_to_str().
char* osip_via::port |
Port where to send answers
Referenced by osip_response_get_destination(), osip_via_clone(), osip_via_free(), osip_via_get_port(), osip_via_parse(), osip_via_set_port(), and osip_via_to_str().
char* osip_via::protocol |
Protocol used by SIP Agent
Referenced by osip_via_clone(), osip_via_free(), osip_via_get_protocol(), osip_via_parse(), osip_via_set_protocol(), and osip_via_to_str().
char* osip_via::version |
SIP Version
Referenced by osip_via_clone(), osip_via_free(), osip_via_get_version(), osip_via_parse(), osip_via_set_version(), and osip_via_to_str().
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().