asterisk/doc
Mike Bradeen e8f548c155 app_macro: Remove deprecated module.
For most modules that interacted with app_macro, this change is limited
to no longer looking for the current context from the macrocontext when
set.  Additionally, the following modules are impacted:

app_dial - no longer supports M^ connected/redirecting macro
app_minivm - samples written using macro will no longer work.
The sample needs a re-write

app_queue - can no longer a macro on the called party's channel.
Use gosub which is currently supported

ccss - no callback macro, gosub only

app_voicemail - no macro support

channel  - remove macrocontext and priority, no connected line or
redirection macro options
options - stdexten is deprecated to gosub as the default and only
pbx - removed macrolock
pbx_dundi - no longer look for macro

snmp - removed macro context, exten, and priority

ASTERISK-30304

Change-Id: I830daab293117179b8d61bd4df0d971a1b3d07f6
2023-01-10 14:07:44 -06:00
..
CHANGES-staging res_pjsip_rfc3326: Add SIP causes support for RFC3326 2023-01-10 13:32:03 -06:00
UPGRADE-staging app_macro: Remove deprecated module. 2023-01-10 14:07:44 -06:00
lang doc/lang/language-criteria.txt: Link to wiki. 2018-02-20 04:32:44 -06:00
.gitignore progdocs: Update Makefile. 2021-12-08 17:23:51 +01:00
CODING-GUIDELINES Restore CODING-GUIDELINES to doc folder 2012-08-30 12:50:03 +00:00
Doxyfile.in progdocs: Update Makefile. 2021-12-08 17:23:51 +01:00
IAX2-security.pdf Merged revisions 216008 via svnmerge from 2009-09-03 18:45:54 +00:00
IAX2-security.txt Merged revisions 216263 via svnmerge from 2009-09-04 10:48:44 +00:00
Makefile Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
README.txt Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
aelparse.8 doc: Add a manpage for the aelparse utility 2014-08-29 19:35:43 +00:00
appdocsxml.dtd res_geolocation: Allow location parameters on the profile object 2022-09-10 12:50:52 -05:00
appdocsxml.xslt xmldoc: Avoid whitespace around value for parameter/required. 2021-12-13 09:11:25 -06:00
astdb2bdb.8 Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
astdb2sqlite3.8 Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
asterisk.8 chan_mgcp: Remove deprecated module. 2022-12-09 08:59:04 -06:00
asterisk.sgml chan_mgcp: Remove deprecated module. 2022-12-09 08:59:04 -06:00
smsq.8 doc: Add a manpage for the smsq utility 2014-08-29 19:40:34 +00:00

README.txt

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

    https://wiki.asterisk.org/

Asterisk release tarballs contain an export of the wiki in PDF and plain text
form, which you can find in:

    doc/AST.pdf
    doc/AST.txt

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.