This page last changed on Oct 14, 2011 by wikibot.

MessageSend()

Synopsis

Send a text message.

Description

Send a text message. The body of the message that will be sent is what is currently set to MESSAGE(body).

This application sets the following channel variables:

  • MESSAGE_SEND_STATUS - This is the time from dialing a channel until when it is disconnected.
    • INVALID_PROTOCOL - No handler for the technology part of the URI was found.
    • INVALID_URI - The protocol handler reported that the URI was not valid.
    • SUCCESS - Successfully passed on to the protocol handler, but delivery has not necessarily been guaranteed.
    • FAILURE - The protocol handler reported that it was unabled to deliver the message for some reason.

Syntax

MessageSend(to[,from])
Arguments
  • to - A To URI for the message.
  • from - A From URI for the message if needed for the message technology being used to send this message.

See Also

Import Version

This documentation was imported from Asterisk version SVN-branch-10-r340810.

Document generated by Confluence on Oct 14, 2011 13:24