Provided by: libexosip2-dev_4.0.0-4ubuntu1_amd64 bug

NAME

       eX_message.h -

       eXosip request API

SYNOPSIS

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

   Functions
       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)

Detailed Description

       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.

Author

       Generated automatically by Doxygen for libeXosip2 from the source code.