libosip  5.3.0
Macros | Typedefs
oSIP error-info definition.

Macros

#define osip_error_info_init(header)   osip_call_info_init(header)
 
#define osip_error_info_free   osip_call_info_free
 
#define osip_error_info_parse(header, hvalue)   osip_call_info_parse(header, hvalue)
 
#define osip_error_info_to_str(header, dest)   osip_call_info_to_str(header, dest)
 
#define osip_error_info_clone   osip_call_info_clone
 
#define osip_error_info_set_uri(header, uri)   osip_call_info_set_uri(header, uri)
 
#define osip_error_info_get_uri(header)   osip_call_info_get_uri(header)
 

Typedefs

typedef osip_call_info_t osip_error_info_t
 

Detailed Description

Macro Definition Documentation

◆ osip_error_info_clone

#define osip_error_info_clone   osip_call_info_clone

Clone a Error-Info element.

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

◆ osip_error_info_free

#define osip_error_info_free   osip_call_info_free

Free a Error-Info element.

Parameters
headerThe element to work on.

◆ osip_error_info_get_uri

#define osip_error_info_get_uri (   header)    osip_call_info_get_uri(header)

Get the uri from a Error-Info header.

Parameters
headerThe element to work on.

◆ osip_error_info_init

#define osip_error_info_init (   header)    osip_call_info_init(header)

Allocate a Error-Info element.

Parameters
headerThe element to work on.

◆ osip_error_info_parse

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

Parse a Error-Info element.

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

◆ osip_error_info_set_uri

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

Set the uri in the Error-Info element.

Parameters
headerThe element to work on.
uriThe uri of the element.

◆ osip_error_info_to_str

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

Get a string representation of a Error-Info element.

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

Typedef Documentation

◆ osip_error_info_t

Structure for Error-Info headers.