OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
template (value) SimpleMsgSummary cs_SimpleMsgSummary_15_15_Step3 :=
{
msg_status_line := {
msg_type := c_messageWaiting,
msg_status := "no"
},
msg_account := {
msg_type_account := c_messageAccount,
account_URI := px_IMS_PublicUserIdentity1
},
msg_summary_line_list := omit,
opt_msg_headers := omit
};
template (value) SimpleMsgSummary cs_SimpleMsgSummary_15_15_Step5 :=
{
msg_status_line := {
msg_type := c_messageWaiting,
msg_status := "yes"
},
msg_account := {
msg_type_account := c_messageAccount,
account_URI := px_IMS_PublicUserIdentity1
},
msg_summary_line_list := {
{
msg_context_class := "Voice-Message: 1/0 (0/0)",
msgs :=
"To: " & px_IMS_PublicUserIdentity1 & tsc_CRLF &
"From: " & tsc_CRLF &
"Subject: call me back!" & tsc_CRLF &
"Message-ID: 27775334485@" & "px_IMS_HomeDomainName" & tsc_CRLF &
" Message-Context: voice-message" & tsc_CRLF,
urgent_msgs := omit
}
},
opt_msg_headers := omit
};
template (value) MessageBody cs_MessageBody_SimpleMsgSummary(template (value) SimpleMsgSummary p_SimpleMsgSummary) :=
{
simpleMsgSummary := p_SimpleMsgSummary
};
template (value) Media_type cs_Media := {
id := "1",
attr := {},
display_text := omit,
type_ := "audio",
label_ := "34567",
src_id := omit,
status := sendrecv,
elem_list := {}
};
template (value) Endpoint_type cs_Endpoint(charstring p_ContactUri) :=
{
entity := p_ContactUri,
state := full,
attr := {},
display_text := omit,
referred := omit,
status := connected,
joining_method := dialed_in,
joining_info := omit,
disconnection_method := omit,
disconnection_info := omit,
media_list := {cs_Media},
call_info := omit,
elem_list := {}
};
template (value) Conference_type cs_XmlBody_ConfInfo(charstring p_ConfUri,
charstring p_ContactUri) :=
{
entity := p_ConfUri,
state := full,
version := 0,
attr := {},
conference_description := omit,
host_info := omit,
conference_state := omit,
users := {
state := full,
attr := {},
user_list := {
{
entity := px_IMS_PublicUserIdentity1,
state := full,
attr := {},
display_text := omit,
associated_aors := omit,
roles := omit,
languages := omit,
cascaded_focus := omit,
endpoint_list := {cs_Endpoint(p_ContactUri)},
elem_list := {}
}
},
elem_list := {}
},
sidebars_by_ref := omit,
sidebars_by_val := omit,
elem_list := {}
};
template (value) MessageBody cs_MessageBody_ConfInfo(charstring p_ConfUri,
charstring p_ContactUri):=
{
xmlBody := oct2char(bit2oct(encvalue(cs_XmlBody_ConfInfo(p_ConfUri, p_ContactUri))))
};
template (value) MessageBody cs_MessageBody_SipFrag(charstring p_SipFrag) :=
{
sipfrag := p_SipFrag
};