Asterisk - The Open Source Telephony Project
18.5.0
|
definition of a sip proxy server More...
#include <sip.h>
Data Fields | |
int | force |
struct ast_sockaddr | ip |
time_t | last_dnsupdate |
char | name [MAXHOSTNAMELEN] |
int | port |
enum ast_transport | transport |
definition of a sip proxy server
For outbound proxies, a sip_peer will contain a reference to a dynamically allocated instance of a sip_proxy. A sip_pvt may also contain a reference to a peer's outboundproxy, or it may contain a reference to the sip_cfg.outboundproxy.
int force |
If it's an outbound proxy, Force use of this outbound proxy for all outbound requests
Definition at line 727 of file sip.h.
Referenced by __sip_ack(), _sip_show_peer(), proxy_from_config(), reload_config(), and sip_show_settings().
struct ast_sockaddr ip |
Currently used IP address and port
Definition at line 723 of file sip.h.
Referenced by proxy_update(), send_request(), and sip_real_dst().
time_t last_dnsupdate |
char name[MAXHOSTNAMELEN] |
DNS name of domain/host or IP
Definition at line 722 of file sip.h.
Referenced by _sip_show_peer(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), obproxy_get(), proxy_from_config(), proxy_update(), and sip_show_settings().
int port |
Definition at line 724 of file sip.h.
Referenced by proxy_from_config(), proxy_update(), and Registration::write().
enum ast_transport transport |
Definition at line 726 of file sip.h.
Referenced by get_transport_pvt(), proxy_from_config(), and sip_prepare_socket().