SIP Witch 1.9.15
|
eXosip options request API More...
Go to the source code of this file.
Macros | |
#define | __EX_OPTIONS_H__ |
Functions | |
int | eXosip_options_build_request (struct eXosip_t *excontext, osip_message_t **options, const char *to, const char *from, const char *route) |
Build a default OPTIONS message. More... | |
int | eXosip_options_send_request (struct eXosip_t *excontext, osip_message_t *options) |
Send an OPTIONS request. More... | |
int | eXosip_options_build_answer (struct eXosip_t *excontext, int tid, int status, osip_message_t **answer) |
Build answer for an OPTIONS request. More... | |
int | eXosip_options_send_answer (struct eXosip_t *excontext, int tid, int status, osip_message_t *answer) |
Send answer for an OPTIONS request. More... | |
eXosip options request API
This file provide the API needed to control OPTIONS requests. You can use it to:
Definition in file eX_options.h.
#define __EX_OPTIONS_H__ |
Definition at line 28 of file eX_options.h.