libeXosip2  5.3.0
Functions
eX_options.h File Reference

eXosip options request API More...

#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: