aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-08 01:45:04 +0000
committerlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-08 01:45:04 +0000
commitb94344cdee063f1f5ab311b8f8db3d2ed457420b (patch)
tree961aafa2a9eb67f3b7086df7d0422c41c15659fd
parentb107853e66207f51e2be03680cc12a6b60a8d9ce (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.8@306826 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--UPGRADE.txt4
-rw-r--r--doc/asterisk.sgml8
-rw-r--r--include/asterisk/doxygen/mantisworkflow.h3
-rw-r--r--include/asterisk/manager.h2
4 files changed, 8 insertions, 9 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 723516380..0e5035990 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 6bbe4c134..81b5e3c53 100644
--- a/doc/asterisk.sgml
+++ b/doc/asterisk.sgml
@@ -1,13 +1,13 @@
<refentry>
<refentryinfo>
- <date>2010-08-03</date>
+ <date>2011-02-08</date>
</refentryinfo>
<refmeta>
<refentrytitle>
<application>asterisk</application>
</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo>asterisk 1.6</refmiscinfo>
+ <refmiscinfo>asterisk 1.8</refmiscinfo>
</refmeta>
<refnamediv>
<refname>
@@ -39,7 +39,7 @@
</refsynopsisdiv>
<refsect1>
<refsect1info>
- <date>2010-08-03</date>
+ <date>2011-02-08</date>
</refsect1info>
<title>DESCRIPTION</title>
<para>
@@ -412,7 +412,7 @@
http://www.asteriskdocs.org - The Asterisk Documentation Project
</para>
<para>
- http://www.voip-info.org/wiki-Asterisk - The Asterisk Wiki
+ http://wiki.asterisk.org - The Asterisk Wiki
</para>
<para>
http://www.digium.com/ - Asterisk sponsor and hardware supplier
diff --git a/include/asterisk/doxygen/mantisworkflow.h b/include/asterisk/doxygen/mantisworkflow.h
index 3e1755710..3756644ec 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 d3063fd45..b72052599 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
*/