Collaboration diagram for oSIP call-info header definition.:
Data Structures
Definition of the Call-Info header.
More...
Typedefs
Structure for Call-Info headers.
More...
Functions
Allocate a Call-Info element.
More...
Get a string representation of a Call-Info element.
More...
Get the uri from a Call_Info header.
More...
Set the uri in the Call_Info element.
More...
Detailed Description
Typedef Documentation
Function Documentation
#include <osip_call_info.h>
Clone a Call-Info element.
- Parameters
-
header The element to work on.
dest A pointer on the copy of the element.
#include <osip_call_info.h>
Free a Call-Info element.
- Parameters
-
header The element to work on.
#include <osip_call_info.h>
Get the uri from a Call_Info header.
- Parameters
-
header The element to work on.
#include <osip_call_info.h>
Allocate a Call-Info element.
- Parameters
-
header The element to work on.
#include <osip_call_info.h>
Parse a Call-Info element.
- Parameters
-
header The element to work on.
hvalue The string to parse.
#include <osip_call_info.h>
Set the uri in the Call_Info element.
- Parameters
-
header The element to work on.
uri The value of the element.
#include <osip_call_info.h>
Get a string representation of a Call-Info element.
- Parameters
-
header The element to work on.
dest A pointer on the new allocated string.