Files
asterisk/apps
Ben Ford 435e0e0db1 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.

(cherry picked from commit 1f482aec8d)
2025-06-02 13:38:14 +00:00
..
2024-03-18 18:14:03 +00:00
2016-10-27 09:53:55 -04:00
2021-11-16 05:38:29 -06:00
2024-03-18 18:14:03 +00:00
2024-03-18 18:14:03 +00:00
2024-03-18 18:14:03 +00:00
2021-08-19 11:18:30 -05:00
2024-03-18 18:14:03 +00:00
2024-03-18 18:14:03 +00:00
2021-11-18 10:37:56 -06:00
2016-10-27 09:53:55 -04:00
2024-03-18 18:14:03 +00:00
2024-03-18 18:14:03 +00:00
2024-03-18 18:14:03 +00:00
2024-01-12 18:29:19 +00:00
2024-03-18 18:14:03 +00:00
2021-11-16 05:38:29 -06:00
2024-03-18 18:14:03 +00:00
2016-10-27 09:53:55 -04:00