From: Andrew Latham Date: Tue, 8 Feb 2011 01:45:04 +0000 (+0000) Subject: Documentation Updates. X-Git-Tag: 1.8.4-rc1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f9a130198ab1e9cbf7e60dd1e2273787f0838ec;p=thirdparty%2Fasterisk.git Documentation Updates. More updates to the removed doc folder and start updates to the man page. (issue #16505) Reported by: tzafrir Tested by: lathama git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306826 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 7235163802..0e50359905 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -81,8 +81,8 @@ From 1.6.2 to 1.8: * ExternalIVR will now send Z events for invalid or missing files, T events now include the interrupted file and bugs in argument parsing have been fixed so there may be arguments specified in incorrect ways that were - working that will no longer work. - Please see doc/externalivr.txt for details. + working that will no longer work. Please see + https://wiki.asterisk.org/wiki/display/AST/External+IVR+Interface for details. * OSP lookup application changes following variable names: OSPPEERIP to OSPINPEERIP diff --git a/doc/asterisk.sgml b/doc/asterisk.sgml index 6bbe4c134b..81b5e3c53c 100644 --- a/doc/asterisk.sgml +++ b/doc/asterisk.sgml @@ -1,13 +1,13 @@ - 2010-08-03 + 2011-02-08 asterisk 8 - asterisk 1.6 + asterisk 1.8 @@ -39,7 +39,7 @@ - 2010-08-03 + 2011-02-08 DESCRIPTION @@ -412,7 +412,7 @@ http://www.asteriskdocs.org - The Asterisk Documentation Project - http://www.voip-info.org/wiki-Asterisk - The Asterisk Wiki + http://wiki.asterisk.org - The Asterisk Wiki http://www.digium.com/ - Asterisk sponsor and hardware supplier diff --git a/include/asterisk/doxygen/mantisworkflow.h b/include/asterisk/doxygen/mantisworkflow.h index 3e17557101..3756644ecc 100644 --- a/include/asterisk/doxygen/mantisworkflow.h +++ b/include/asterisk/doxygen/mantisworkflow.h @@ -86,8 +86,7 @@ * This issue requires feedback from the poster of the issue before any * additional progress in the workflow can be made. This may include providing * additional debugging information, or a backtrace with DONT_OPTIMIZE enabled, - * for example. (See the doc/HOWTO_collect_debug_information.txt file in your - * Asterisk source.) + * for example. (See https://wiki.asterisk.org/wiki/display/AST/Debugging) * * \subsection Acknowledged * This is a submitted bug which has no patch associated with it, but appears diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h index d3063fd453..b720525998 100644 --- a/include/asterisk/manager.h +++ b/include/asterisk/manager.h @@ -49,7 +49,7 @@ \note Please try to \b re-use \b existing \b headers to simplify manager message parsing in clients. Don't re-use an existing header with a new meaning, please. - You can find a reference of standard headers in doc/manager.txt + You can find a reference of standard headers in http://wiki.asterisk.org - \ref manager.c Main manager code file */