SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
eX_message.h File Reference

eXosip request API More...

#include <osipparser2/osip_parser.h>
#include <time.h>
Include dependency graph for eX_message.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __EX_MESSAGE_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)
 Build a default request message. More...
 
int eXosip_message_send_request (struct eXosip_t *excontext, osip_message_t *message)
 Send an request. More...
 
int eXosip_message_build_answer (struct eXosip_t *excontext, int tid, int status, osip_message_t **answer)
 Build answer for a request. More...
 
int eXosip_message_send_answer (struct eXosip_t *excontext, int tid, int status, osip_message_t *answer)
 Send answer for a request. More...
 

Detailed Description

eXosip request API

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

Definition in file eX_message.h.

Macro Definition Documentation

#define __EX_MESSAGE_H__

Definition at line 26 of file eX_message.h.