DOKK / manpages / debian 10 / libexosip2-dev / eX_message.h.3.en
eX_message.h(3) libeXosip2 eX_message.h(3)

eX_message.h - eXosip request API

#include <osipparser2/osip_parser.h>
#include <time.h>


int eXosip_message_build_request (struct eXosip_t *excontext, osip_message_t **message, const char *method, const char *to, const char *from, const char *route)
int eXosip_message_send_request (struct eXosip_t *excontext, osip_message_t *message)
int eXosip_message_build_answer (struct eXosip_t *excontext, int tid, int status, osip_message_t **answer)
int eXosip_message_send_answer (struct eXosip_t *excontext, int tid, int status, osip_message_t *answer)

eXosip request API

This file provide the API needed to control requests. You can use it to:

  • build any requests.
  • send any requests.
  • build any answers.
  • send any answers.

Generated automatically by Doxygen for libeXosip2 from the source code.

Thu Dec 15 2016 Version 4.1.0