This page last changed on Mar 30, 2011 by wikibot.

SendURL()

Synopsis

Send a URL.

Description

Requests client go to URL (IAX2) or sends the URL to the client (other channels).

Result is returned in the Result is returned in the None - SENDURLSTATUS channel variable:

  • SENDURLSTATUS -
    • SUCCESS - URL successfully sent to client.
    • FAILURE - Failed to send URL.
    • NOLOAD - Client failed to load URL (wait enabled).
    • UNSUPPORTED - Channel does not support URL transport.

SendURL continues normally if the URL was sent correctly or if the channel does not support HTML transport. Otherwise, the channel is hung up.

Syntax

SendURL(URL[,option])
Arguments
  • URL
  • option
    • w - Execution will wait for an acknowledgement that the URL has been loaded before continuing.

See Also

Application_SendImage
Application_SendText

Import Version

This documentation was imported from Asterisk version SVN-branch-1.8-r311874.

Document generated by Confluence on Oct 04, 2011 12:42