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

oSIP osip_call_info header definition. More...

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

Go to the source code of this file.

Data Structures

struct  osip_call_info
 Definition of the Call-Info header. More...
 

Typedefs

typedef struct osip_call_info osip_call_info_t
 Structure for Call-Info headers. More...
 

Functions

int osip_call_info_init (osip_call_info_t **header)
 Allocate a Call-Info element. More...
 
void osip_call_info_free (osip_call_info_t *header)
 Free a Call-Info element. More...
 
int osip_call_info_parse (osip_call_info_t *header, const char *hvalue)
 Parse a Call-Info element. More...
 
int osip_call_info_to_str (const osip_call_info_t *header, char **dest)
 Get a string representation of a Call-Info element. More...
 
int osip_call_info_clone (const osip_call_info_t *header, osip_call_info_t **dest)
 Clone a Call-Info element. More...
 
char * osip_call_info_get_uri (osip_call_info_t *header)
 Get the uri from a Call_Info header. More...
 
void osip_call_info_set_uri (osip_call_info_t *header, char *uri)
 Set the uri in the Call_Info element. More...
 

Detailed Description

oSIP osip_call_info header definition.

Definition in file osip_call_info.h.