Modulepars  
Data Types  
Component Types  
Port Types  
Constants  
Templates  
Signatures  
Functions  
Altsteps  
Test cases  
Group Types.MSGtypes.ResponseTypes
Declared in module LibSip_SIPTypesAndValues
| Types Summary |
| Response |
generic type of a SIP response message
|
Details
Response
type record Response
{
StatusLine statusLine,
MessageHeader msgHeader,
MessageBody messageBody optional,
Payload payload optional
}
Declared in group Types.MSGtypes.ResponseTypes
generic type of a SIP response message
Members
- statusLine - consists of the protocol version followed by a numeric Status-Code and its associated textual phrase
- msgHeader - include all possible header fields that are allowed to be present according to RFCs and other standards
- messageBody - depends on the response method, includes e.g. SDP message.
- payload - contains the whole message as it has been received in its text format
© Copyright Testing Technologies IST GmbH 2012