eX_options.h - Man Page

eXosip options request API

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:

Author

Generated automatically by Doxygen for libeXosip2 from the source code.

Info

Thu May 18 2023 Version 5.3.0 libeXosip2