sendInfo Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Sends a system message using the SIP INFO verb.

Syntax

<sendInfo/>

Element Information

Parent Element

Element

Description

conference

Grouping for conference-related requests.

Child Elements

Element

Occurrences

Description

ContentType

1

The format of the content data. Possible values include text/plain and text/XML.

content

1

The text body of the sendInfo message.

Remarks

This request is used to send system messages between two URIs. The messages sent in this request are not archived.

Examples

<sendInfo>
   <contentType>text/plain</contentType>
   <content>Hello World!</content>
</sendInfo>

See Also

Concepts

conference request Element

sendMessage Element