libosip
5.3.0
|
Macros | |
#define | osip_alert_info_init(header) osip_call_info_init(header) |
#define | osip_alert_info_free osip_call_info_free |
#define | osip_alert_info_parse(header, hvalue) osip_call_info_parse(header, hvalue) |
#define | osip_alert_info_to_str(header, dest) osip_call_info_to_str(header, dest) |
#define | osip_alert_info_clone osip_call_info_clone |
#define | osip_alert_info_get_uri(header) osip_call_info_get_uri(header) |
#define | osip_alert_info_set_uri(header, uri) osip_call_info_set_uri(header, uri) |
Typedefs | |
typedef osip_call_info_t | osip_alert_info_t |
#define osip_alert_info_clone osip_call_info_clone |
Clone a Alert-Info element.
header | The element to work on. |
dest | A pointer on the copy of the element. |
#define osip_alert_info_free osip_call_info_free |
Free a Alert-Info element.
header | The element to work on. |
#define osip_alert_info_get_uri | ( | header | ) | osip_call_info_get_uri(header) |
Get uri from an Alert-Info element.
header | The element to work on. |
#define osip_alert_info_init | ( | header | ) | osip_call_info_init(header) |
Allocate a Alert-Info element.
header | The element to work on. |
#define osip_alert_info_parse | ( | header, | |
hvalue | |||
) | osip_call_info_parse(header, hvalue) |
Parse a Alert-Info element.
header | The element to work on. |
hvalue | The string to parse. |
#define osip_alert_info_set_uri | ( | header, | |
uri | |||
) | osip_call_info_set_uri(header, uri) |
Set the uri of an Alert-Info element.
header | The element to work on. |
uri | The value of the new parameter. |
#define osip_alert_info_to_str | ( | header, | |
dest | |||
) | osip_call_info_to_str(header, dest) |
Get a string representation of a Alert-Info element.
header | The element to work on. |
dest | A pointer on the new allocated string. |
Structure for Alert-Info headers.