Data Fields | |
int | force |
sockaddr_in | ip |
time_t | last_dnsupdate |
char | name [MAXHOSTNAMELEN] |
enum sip_transport | transport |
For outbound proxies, this is allocated in the SIP peer dynamically or statically as the global_outboundproxy. The pointer in a SIP message is just a pointer and should *not* be de-allocated.
Definition at line 427 of file chan_sip.c.
int force |
If it's an outbound proxy, Force use of this outbound proxy for all outbound requests
Definition at line 432 of file chan_sip.c.
Referenced by __sip_ack(), _sip_show_peer(), and sip_show_settings().
struct sockaddr_in ip |
Currently used IP address and port
Definition at line 429 of file chan_sip.c.
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 428 of file chan_sip.c.
Referenced by _sip_show_peer(), obproxy_get(), proxy_update(), and sip_show_settings().
enum sip_transport transport |
Definition at line 431 of file chan_sip.c.
Referenced by get_transport_pvt(), and sip_prepare_socket().