libeXosip2  5.3.0
Functions
eXosip2 network API

Functions

int eXosip_transport_set (osip_message_t *msg, const char *transport)
 
int eXosip_guess_localip (struct eXosip_t *excontext, int family, char *address, int size)
 

Detailed Description

Function Documentation

◆ eXosip_transport_set()

int eXosip_transport_set ( osip_message_t *  msg,
const char *  transport 
)

Modify the transport protocol used to send SIP message.

Parameters
msgThe SIP message to modify
transporttransport protocol to use ("UDP", "TCP" or "TLS")

◆ eXosip_guess_localip()

int eXosip_guess_localip ( struct eXosip_t *  excontext,
int  family,
char *  address,
int  size 
)

Find the current localip (interface with default route).

Parameters
excontexteXosip_t instance.
familyAF_INET or AF_INET6
addressa string containing the local IP address.
sizeThe size of the string