SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs
oSIP alert-info definition.
Collaboration diagram for oSIP alert-info definition.:

Macros

#define osip_alert_info_init(header)   osip_call_info_init(header)
 Allocate a Alert-Info element. More...
 
#define osip_alert_info_free   osip_call_info_free
 Free a Alert-Info element. More...
 
#define osip_alert_info_parse(header, hvalue)   osip_call_info_parse(header, hvalue)
 Parse a Alert-Info element. More...
 
#define osip_alert_info_to_str(header, dest)   osip_call_info_to_str(header,dest)
 Get a string representation of a Alert-Info element. More...
 
#define osip_alert_info_clone   osip_call_info_clone
 Clone a Alert-Info element. More...
 
#define osip_alert_info_get_uri(header)   osip_call_info_get_uri(header)
 Get uri from an Alert-Info element. More...
 
#define osip_alert_info_set_uri(header, uri)   osip_call_info_set_uri(header, uri)
 Set the uri of an Alert-Info element. More...
 

Typedefs

typedef osip_call_info_t osip_alert_info_t
 Structure for Alert-Info headers. More...
 

Detailed Description

Macro Definition Documentation

#define osip_alert_info_clone   osip_call_info_clone

#include <osip_alert_info.h>

Clone a Alert-Info element.

Parameters
headerThe element to work on.
destA pointer on the copy of the element.

Definition at line 75 of file osip_alert_info.h.

#define osip_alert_info_free   osip_call_info_free

#include <osip_alert_info.h>

Free a Alert-Info element.

Parameters
headerThe element to work on.

Definition at line 57 of file osip_alert_info.h.

#define osip_alert_info_get_uri (   header)    osip_call_info_get_uri(header)

#include <osip_alert_info.h>

Get uri from an Alert-Info element.

Parameters
headerThe element to work on.

Definition at line 80 of file osip_alert_info.h.

#define osip_alert_info_init (   header)    osip_call_info_init(header)

#include <osip_alert_info.h>

Allocate a Alert-Info element.

Parameters
headerThe element to work on.

Definition at line 52 of file osip_alert_info.h.

#define osip_alert_info_parse (   header,
  hvalue 
)    osip_call_info_parse(header, hvalue)

#include <osip_alert_info.h>

Parse a Alert-Info element.

Parameters
headerThe element to work on.
hvalueThe string to parse.

Definition at line 63 of file osip_alert_info.h.

#define osip_alert_info_set_uri (   header,
  uri 
)    osip_call_info_set_uri(header, uri)

#include <osip_alert_info.h>

Set the uri of an Alert-Info element.

Parameters
headerThe element to work on.
uriThe value of the new parameter.

Definition at line 86 of file osip_alert_info.h.

#define osip_alert_info_to_str (   header,
  dest 
)    osip_call_info_to_str(header,dest)

#include <osip_alert_info.h>

Get a string representation of a Alert-Info element.

Parameters
headerThe element to work on.
destA pointer on the new allocated string.

Definition at line 69 of file osip_alert_info.h.

Typedef Documentation

#include <osip_alert_info.h>

Structure for Alert-Info headers.

Definition at line 41 of file osip_alert_info.h.