]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Documentation Updates.
authorAndrew Latham <lathama@gmail.com>
Tue, 8 Feb 2011 01:45:04 +0000 (01:45 +0000)
committerAndrew Latham <lathama@gmail.com>
Tue, 8 Feb 2011 01:45:04 +0000 (01:45 +0000)
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

UPGRADE.txt
doc/asterisk.sgml
include/asterisk/doxygen/mantisworkflow.h
include/asterisk/manager.h

index 7235163802942ff266ba7e8e55a88068ac500392..0e5035990515b96d67092a269e193ca8a9ecef54 100644 (file)
@@ -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
index 6bbe4c134b095a4020715e1f7641bb9f4e3a0b60..81b5e3c53ce6d1bc5cb15c86425005ddd9505fbc 100644 (file)
@@ -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>
        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
index 3e175571012ac55bfe9b8cb565ae1bd967dbf119..3756644eccf1145fb8c5a570fa8773d579dc11a2 100644 (file)
@@ -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
index d3063fd453e5206b6b5845a6e011b9f0da08d8e1..b7205259980c0bb4cdc68405eba3eacf5c9879a0 100644 (file)
@@ -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
  */