Definition: This tag sends an SMS text message to mobile devices.
Value: The text message to send.
Attributes | Required | Values | Description |
---|---|---|---|
name | N | any text | A unique name for the tag |
to | Y | one phone number | A valid 11-digit number |
Examples
The following example sends a text to 5551234567 and 4441234567 and then plays a message.
<dialplan name="Root">
<text to="5551234567">Hi! This is a text message!</text>
<text to="4441234567">Hi! This is a text message!</text>
<play type="tts">I just texted your cell phone! </play>
</dialplan>
Comments
0 comments
Please sign in to leave a comment.