|
libosip 3.6.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(), 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_parse(), 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_parse(), and osip_via_to_str().
| char* osip_via::protocol |
Protocol used by SIP Agent
Referenced by osip_via_clone(), osip_via_free(), osip_via_parse(), and osip_via_to_str().
| char* osip_via::version |
SIP Version
Referenced by osip_via_clone(), osip_via_free(), osip_via_parse(), and osip_via_to_str().
Via parameters
Referenced by osip_via_clone(), osip_via_free(), osip_via_parse(), and osip_via_to_str().
1.7.3