1eXosip2 network API(3) libeXosip2 eXosip2 network API(3)
2
3
4
6 eXosip2 network API -
7
8 Functions
9 int eXosip_transport_set (osip_message_t *msg, const char *transport)
10 int eXosip_guess_localip (int family, char *address, int size)
11
13 int eXosip_transport_set (osip_message_t * msg, const char * transport)
14 Modify the transport protocol used to send SIP message.
15
16 Parameters:
17 msg The SIP message to modify
18 transport transport protocol to use ('UDP', 'TCP' or 'TLS')
19
20 int eXosip_guess_localip (int family, char * address, int size)
21 Find the current localip (interface with default route).
22
23 Parameters:
24 family AF_INET or AF_INET6
25 address a string containing the local IP address.
26 size The size of the string
27
28Version 3.0.1 30 Aug 2007 eXosip2 network API(3)