Files
Ben Ford f6d2962566 documentation: Update Gosub, Goto, and add new documentationtype.
Gosub and Goto were not displaying their syntax correctly on the docs
site. This change adds a new way to specify an optional context, an
optional extension, and a required priority that the xml stylesheet can
parse without having to know which optional parameters come in which
order. In Asterisk, it looks like this:

  parameter name="context" documentationtype="dialplan_context"
  parameter name="extension" documentationtype="dialplan_extension"
  parameter name="priority" documentationtype="dialplan_priority" required="true"

The stylesheet will ignore the context and extension parameters, but for
priority, it will automatically inject the following:

  [[context,]extension,]priority

This is the correct oder for applications such as Gosub and Goto.
2025-03-18 15:12:08 +00:00
..
2023-12-08 13:11:54 +00:00
2021-12-08 17:23:51 +01:00
2023-12-08 13:11:54 +00:00
2023-12-08 13:11:54 +00:00
2023-12-08 13:11:54 +00:00
2021-12-08 17:23:51 +01:00
2023-12-08 13:11:54 +00:00
2014-08-29 19:40:34 +00:00

The vast majority of the Asterisk project documentation has been moved to the
project documentation:

    https://docs.asterisk.org/

Asterisk uses the Doxygen documentation software.  Run "make progdocs" and open
the resulting documentation index at doc/api/index.html in a webbrowser or copy
the directory to a directory served by a webserver for remote access.