27 #ifndef __EX_OPTIONS_H__
28 #define __EX_OPTIONS_H__
int eXosip_options_build_answer(struct eXosip_t *excontext, int tid, int status, osip_message_t **answer)
Build answer for an OPTIONS request.
Structure for SIP Message (REQUEST and RESPONSE).
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.
int eXosip_options_send_answer(struct eXosip_t *excontext, int tid, int status, osip_message_t *answer)
Send answer for an OPTIONS request.
oSIP SIP Parser additionnal Routines
int eXosip_options_send_request(struct eXosip_t *excontext, osip_message_t *options)
Send an OPTIONS request.