OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| SimpleMsgSummary | |
| Msg_status_line | |
| Msg_account | |
| Msg_summary_line | |
| Msg_summary_line_list | |
| Opt_msg_headers | |
| Constants Summary | |
|---|---|
| c_imsEtsiMwiApplication | |
| c_messageWaiting | |
| c_messageAccount | |
| c_voiceMessage | |
type record SimpleMsgSummary {
Msg_status_line msg_status_line,
Msg_account msg_account optional,
Msg_summary_line_list msg_summary_line_list optional,
Opt_msg_headers opt_msg_headers optional
}
type record Msg_status_line {
charstring msg_type,
charstring msg_status
}
type record Msg_account {
charstring msg_type_account,
charstring account_URI
}
type record Msg_summary_line {
charstring msg_context_class,
charstring msgs,
charstring urgent_msgs optional
}
type set of Msg_summary_line Msg_summary_line_list
type set of charstring Opt_msg_headers
const charstring c_imsEtsiMwiApplication := "application/simple-message-summary"
const charstring c_messageWaiting := "Message-Waiting"
const charstring c_messageAccount := "Message-Account"
const charstring c_voiceMessage := "Voice-Message"