How-To initialize libeXosip2. The eXtented eXosip stack Initialize eXosip and prepare transport layer When using eXosip, your first task is to initialize both eXosip context and libosip library (parser and state machines). This must be done prior to…
Modules Here is a list of all modules: [detail level 12] The eXtented eXosip stack LibeXosip2 Version 4.0.0 How-To initialize libeXosip2. How-To initiate, modify or terminate calls. How-To send or update registrations. General purpose API. General pu…
1. libosip2 libeXosip2 http://www.antisip.com/download/exosip2/ Features:--------eXosip2 has support for: * registrations. (REGISTER) * call initiation and modification. (INVITE, re-INVITE) * other methods within calls (INFO, OPTIONS, UPDATE) * call…
eXosip2 INVITE and Call Management SIP messages and call control API Functions int  eXosip_call_set_reference (struct eXosip_t *excontext, int id, void *reference) void *  eXosip_call_get_reference (struct eXosip_t *excontext, int cid) int  eXosip_ca…
SIP messages and call control API The SIP messages and call control API. More... Modules eXosip2 INVITE and Call Management eXosip2 request outside of dialog eXosip2 OPTIONS and UA capabilities Management eXosip2 Publication Management eXosip2 REFER…
eXosip2 event API General purpose API. Data Structures struct   eXosip_event Enumerations enum   eXosip_event_type { EXOSIP_REGISTRATION_SUCCESS, EXOSIP_REGISTRATION_FAILURE, EXOSIP_CALL_INVITE, EXOSIP_CALL_REINVITE, EXOSIP_CALL_NOANSWER, EXOSIP_CALL…
eXosip2 network API General purpose 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 Docume…
eXosip2 configuration API General purpose API. Data Structures struct   eXosip_dns_cache struct   eXosip_tls_credentials_s struct   eXosip_tls_ctx_s Macros #define  EXOSIP_OPT_UDP_KEEP_ALIVE   (EXOSIP_OPT_BASE_OPTION+1) #define  EXOSIP_OPT_UDP_LEARN_…
General purpose API. general purpose API in libeXosip2-4.0.0. More... Modules eXosip2 configuration API eXosip2 network API eXosip2 event API Detailed Description general purpose API in libeXosip2-4.0.0.…
How-To send or update registrations. The eXtented eXosip stack Initiate a registration To start a registration, you need to build a default REGISTER request by providing several mandatory headers. You can start as many registration you want even in o…