Files
George Joseph 797e258be1 docs: Add "Provided-by" to doc XML and CLI output.
For application, function, manager, managerEvent, managerEventInstance
and info XML documentation nodes, the make_xml_documentation script will
add a "module" attribute if not already present.  For XML in separate
"*_doc.xml" files, the script figures out the correct module name.  For
documentation in the "main" directory, the module name is set to "builtin".

The CLI handlers for "core show application", "core show function",
"manager show command" and "manager show event", have been updated to
show the following after the Synopsis...

```
[Provided By]
<modulename>
```

For modules that provide additional "info" elements (like the technologies
do for Dial), the providing module has also been added.

```
Technology: WebSocket  Provided by: chan_websocket
WebSocket Dial Strings:
...
```

UserNote: The CLI help for applications, functions, manager commands and
manager events now shows the module that provides its functionality.
2026-03-03 18:55:56 +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

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.