SIP Witch 1.9.15
|
Functions | |
int | eXosip_transport_set (osip_message_t *msg, const char *transport) |
Modify the transport protocol used to send SIP message. More... | |
int | eXosip_guess_localip (struct eXosip_t *excontext, int family, char *address, int size) |
Find the current localip (interface with default route). More... | |
int eXosip_guess_localip | ( | struct eXosip_t * | excontext, |
int | family, | ||
char * | address, | ||
int | size | ||
) |
#include <eX_setup.h>
Find the current localip (interface with default route).
excontext | eXosip_t instance. |
family | AF_INET or AF_INET6 |
address | a string containing the local IP address. |
size | The size of the string |
int eXosip_transport_set | ( | osip_message_t * | msg, |
const char * | transport | ||
) |
#include <eX_setup.h>
Modify the transport protocol used to send SIP message.
msg | The SIP message to modify |
transport | transport protocol to use ("UDP", "TCP" or "TLS") |