SYNOPSIS
#include <osipparser2/osip_parser.h>
#include <time.h>
Functions
int eXosip_options_build_request (struct eXosip_t *excontext, osip_message_t **options, const char *to, const char *from, const char *route)
int eXosip_options_send_request (struct eXosip_t *excontext, osip_message_t *options)
int eXosip_options_build_answer (struct eXosip_t *excontext, int tid, int status, osip_message_t **answer)
int eXosip_options_send_answer (struct eXosip_t *excontext, int tid, int status, osip_message_t *answer)
Detailed Description
eXosip options request API
This file provide the API needed to control OPTIONS requests. You can use it to:
- build OPTIONS requests.
- send OPTIONS requests.
- build OPTIONS answers.
- send OPTIONS answers.
Author
Generated automatically by Doxygen for libeXosip2 from the source code.