OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| RequestLine | |
| StatusLine | |
type record RequestLine
{
Method method,
SipUrl requestUri,
charstring sipVersion
}
type record StatusLine
{
charstring sipVersion,
integer statusCode,
charstring reasonPhrase
}