Classes | |
struct | osip_call_id |
struct | osip_call_id |
Typedefs | |
typedef osip_call_id | osip_call_id_t |
Functions | |
int | osip_call_id_init (osip_call_id_t **header) |
void | osip_call_id_free (osip_call_id_t *header) |
int | osip_call_id_parse (osip_call_id_t *header, const char *hvalue) |
int | osip_call_id_to_str (const osip_call_id_t *header, char **dest) |
int | osip_call_id_clone (const osip_call_id_t *header, osip_call_id_t **dest) |
void | osip_call_id_set_number (osip_call_id_t *header, char *value) |
char * | osip_call_id_get_number (osip_call_id_t *header) |
void | osip_call_id_set_host (osip_call_id_t *header, char *value) |
char * | osip_call_id_get_host (osip_call_id_t *header) |
int | osip_call_id_match (osip_call_id_t *callid1, osip_call_id_t *callid2) |
|
Structure for Call-Id headers. |
|
Clone a Call-id element.
|
|
Free a Call-id element.
|
|
Get the host from a Call-Id header.
|
|
Get the number from a Call-Id header.
|
|
Allocate a Call-id element.
|
|
Check if the Call-Id headers match. NOTE: THIS IS AN INTERNAL METHOD ONLY
|
|
Parse a Call-id element.
|
|
Set the host in the Call-Id element.
|
|
Set the number in the Call-Id element.
|
|
Get a string representation of a Call-id element.
|