asterisk/doc
Rusty Newton f6647d2362 Documentation: doc fixes across various parts of the code for ASTERISK issues 23061,23028,23046,23027
Fixes typos of "transfered" instead of "transferred" in various code. Fixes incorrect gosub param help text for app_queue.
Fixes Asterisk man pages containing unquoted minus signs. Adds note about the "textsupport" option in sip.conf.sample.

(issue ASTERISK-23061)
(issue ASTERISK-23028)
(issue ASTERISK-23046)
(issue ASTERISK-23027)
(closes issue ASTERISK-23061)
(closes issue ASTERISK-23028)
(closes issue ASTERISK-23046)
(closes issue ASTERISK-23027)
Reported by: Eugene, Jeremy Laine, Denis Pantsyrev
Patches:
 transferred.patch uploaded by Jeremy Laine (license 6561)
 hyphen.patch uploaded by Jeremy Laine (license 6561)
 sip.conf.sample.patch uploaded by Eugene (license 6360)
........

Merged revisions 405791 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 405792 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 405829 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@405830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-01-17 17:16:14 +00:00
..
lang Add app_voicemail and say.c support for Vietnamese. 2009-12-30 22:30:21 +00:00
CODING-GUIDELINES Restore CODING-GUIDELINES to doc folder 2012-08-30 12:50:03 +00: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 Merged revisions 280740 via svnmerge from 2010-08-03 18:43:37 +00:00
README.txt Doxygen Updates Janitor Work 2012-09-22 20:43:30 +00:00
api-1.6.0-changes.odt add document describing API changes from 1.4.0 to 1.6.0 2008-05-24 01:14:41 +00:00
api-1.6.2-changes.txt Add timezone to the possible fields in a timespec. 2008-12-16 22:57:17 +00:00
appdocsxml.dtd func_pjsip_endpoint: Add PJSIP_ENDPOINT function for querying endpoint details 2013-12-11 12:31:57 +00:00
appdocsxml.xslt bridging: Give bridges a name and a known creator 2013-12-17 23:25:49 +00:00
astdb2bdb.8 man pages for astdb2bdb and astdb2sqlite3 2013-10-02 18:28:03 +00:00
astdb2sqlite3.8 man pages for astdb2bdb and astdb2sqlite3 2013-10-02 18:28:03 +00:00
asterisk.8 Documentation: doc fixes across various parts of the code for ASTERISK issues 23061,23028,23046,23027 2014-01-17 17:16:14 +00:00
asterisk.sgml Merged revisions 331139 via svnmerge from 2011-08-09 15:53:26 +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.