Text
Definition
This tag sends an SMS text message to mobile devices.
Value
The text message to send.
Attributes
Attribute | Required | Values | Description |
---|---|---|---|
name | N | any text | A unique name for the tag |
to | Y | one or several phone numbers | 11-digit numbers separated by commas |
Examples
The following example sends a text to 5551234567 and then plays a message.
<dialplan name="Root">
<text to="15551234567">Hi! This is a text message! </text>
<play type="tts">Hee hee! I just texted your cell phone!</play>
</dialplan>