[asterisk-commits] lathama: branch 1.8 r305798 - in /branches/1.8: configs/ main/ res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Feb 2 12:56:47 CST 2011
Author: lathama
Date: Wed Feb 2 12:56:42 2011
New Revision: 305798
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=305798
Log:
Replacing doc/* with wiki links
Adding links to http(s)://wiki.asterisk.org
Modified:
branches/1.8/configs/ccss.conf.sample
branches/1.8/configs/chan_dahdi.conf.sample
branches/1.8/configs/extconfig.conf.sample
branches/1.8/configs/h323.conf.sample
branches/1.8/configs/res_snmp.conf.sample
branches/1.8/configs/sip.conf.sample
branches/1.8/configs/skinny.conf.sample
branches/1.8/configs/sla.conf.sample
branches/1.8/main/ast_expr2.fl
branches/1.8/main/ast_expr2f.c
branches/1.8/main/config.c
branches/1.8/res/res_srtp.c
branches/1.8/res/res_timing_dahdi.c
Modified: branches/1.8/configs/ccss.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/ccss.conf.sample?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/configs/ccss.conf.sample (original)
+++ branches/1.8/configs/ccss.conf.sample Wed Feb 2 12:56:42 2011
@@ -1,8 +1,8 @@
;
; --- Call Completion Supplementary Services ---
;
-; For more information about CCSS, see the CCSS user documentation included
-; in the HTML and PDF documentation generated from the doc/tex/ directory.
+; For more information about CCSS, see the CCSS user documentation
+; https://wiki.asterisk.org/wiki/display/AST/Call+Completion+Supplementary+Services+(CCSS)
;
[general]
Modified: branches/1.8/configs/chan_dahdi.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/chan_dahdi.conf.sample?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/configs/chan_dahdi.conf.sample (original)
+++ branches/1.8/configs/chan_dahdi.conf.sample Wed Feb 2 12:56:42 2011
@@ -439,7 +439,7 @@
; polarity = polarity reversal signals the start
; polarity_IN = polarity reversal signals the start, for India,
; for dtmf dialtone detection; using DTMF.
-; (see doc/India-CID.txt)
+; (see https://wiki.asterisk.org/wiki/display/AST/Caller+ID+in+India)
; dtmf = causes monitor loop to look for dtmf energy on the
; incoming channel to initate cid acquisition
;
@@ -1182,7 +1182,7 @@
;channel = 25-47
;
; For more information on setting up SS7, see the README file in libss7 or
-; the doc/ss7.txt file in the Asterisk source tree.
+; https://wiki.asterisk.org/wiki/display/AST/Signaling+System+Number+7
; ----------------- SS7 Options ----------------------------------------
; ---------------- Options for use with signalling=mfcr2 --------------
Modified: branches/1.8/configs/extconfig.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/extconfig.conf.sample?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/configs/extconfig.conf.sample (original)
+++ branches/1.8/configs/extconfig.conf.sample Wed Feb 2 12:56:42 2011
@@ -2,8 +2,8 @@
; Static and realtime external configuration
; engine configuration
;
-; Please read doc/extconfig.txt for basic table
-; formatting information.
+; See https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration
+; for basic table formatting information.
;
[settings]
;
Modified: branches/1.8/configs/h323.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/h323.conf.sample?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/configs/h323.conf.sample (original)
+++ branches/1.8/configs/h323.conf.sample Wed Feb 2 12:56:42 2011
@@ -27,7 +27,8 @@
;allow=all ; turns on all installed codecs
;disallow=g723.1 ; Hm... Proprietary, don't use it...
;allow=gsm ; Always allow GSM, it's cool :)
-;allow=ulaw ; see doc/rtp-packetization for framing options
+;allow=ulaw ; see https://wiki.asterisk.org/wiki/display/AST/RTP+Packetization
+ ; for framing options
;
; User-Input Mode (DTMF)
;
Modified: branches/1.8/configs/res_snmp.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/res_snmp.conf.sample?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/configs/res_snmp.conf.sample (original)
+++ branches/1.8/configs/res_snmp.conf.sample Wed Feb 2 12:56:42 2011
@@ -10,7 +10,8 @@
; If you use the subagent model, you need to enable agentx in snmpd.conf
; Note that you can only run one Asterisk on the system in this case.
;
-; Please read documentat in doc/snmp.txt to get more information about
+; See https://wiki.asterisk.org/wiki/display/AST/Simple+Network+Management+Protocol+(SNMP)+Support
+; to get more information about
; snmp support in Asterisk
[general]
Modified: branches/1.8/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/sip.conf.sample?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/configs/sip.conf.sample (original)
+++ branches/1.8/configs/sip.conf.sample Wed Feb 2 12:56:42 2011
@@ -274,7 +274,8 @@
;disallow=all ; First disallow all codecs
;allow=ulaw ; Allow codecs in order of preference
-;allow=ilbc ; see doc/rtp-packetization for framing options
+;allow=ilbc ; see https://wiki.asterisk.org/wiki/display/AST/RTP+Packetization
+ ; for framing options
;
; This option specifies a preference for which music on hold class this channel
; should listen to when put on hold if the music class has not been set on the
@@ -870,8 +871,7 @@
;----------------------------------------- REALTIME SUPPORT ------------------------
; For additional information on ARA, the Asterisk Realtime Architecture,
-; please read realtime.txt and extconfig.txt in the /doc directory of the
-; source code.
+; please read https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration
;
;rtcachefriends=yes ; Cache realtime friends by adding them to the internal list
; just like friends added from the config file only on a
Modified: branches/1.8/configs/skinny.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/skinny.conf.sample?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/configs/skinny.conf.sample (original)
+++ branches/1.8/configs/skinny.conf.sample Wed Feb 2 12:56:42 2011
@@ -25,7 +25,8 @@
;
;regcontext=skinnyregistrations
-;allow=all ; see doc/rtp-packetization for framing options
+;allow=all ; see https://wiki.asterisk.org/wiki/display/AST/RTP+Packetization
+ ; for framing options
;disallow=
; See qos.tex or Quality of Service section of asterisk.pdf for a description of these parameters.
Modified: branches/1.8/configs/sla.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/sla.conf.sample?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/configs/sla.conf.sample (original)
+++ branches/1.8/configs/sla.conf.sample Wed Feb 2 12:56:42 2011
@@ -1,7 +1,7 @@
;
; Configuration for Shared Line Appearances (SLA).
;
-; See doc/asterisk.pdf for more information.
+; See http://wiki.asterisk.org or doc/AST.pdf for more information.
;
; ---- General Options ----------------
Modified: branches/1.8/main/ast_expr2.fl
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/ast_expr2.fl?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/main/ast_expr2.fl (original)
+++ branches/1.8/main/ast_expr2.fl Wed Feb 2 12:56:42 2011
@@ -468,7 +468,7 @@
(extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
#endif
#ifndef STANDALONE
- ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n");
+ ast_log(LOG_WARNING,"If you have questions, please refer to https://wiki.asterisk.org/wiki/display/AST/Channel+Variables\n");
#endif
free(s2);
return(0);
Modified: branches/1.8/main/ast_expr2f.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/ast_expr2f.c?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/main/ast_expr2f.c (original)
+++ branches/1.8/main/ast_expr2f.c Wed Feb 2 12:56:42 2011
@@ -2603,7 +2603,7 @@
(extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
#endif
#ifndef STANDALONE
- ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n");
+ ast_log(LOG_WARNING,"If you have questions, please refer to https://wiki.asterisk.org/wiki/display/AST/Channel+Variables\n");
#endif
free(s2);
return(0);
Modified: branches/1.8/main/config.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/config.c?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/main/config.c (original)
+++ branches/1.8/main/config.c Wed Feb 2 12:56:42 2011
@@ -23,7 +23,7 @@
* \author Mark Spencer <markster at digium.com>
*
* Includes the Asterisk Realtime API - ARA
- * See doc/realtime.txt and doc/extconfig.txt
+ * See http://wiki.asterisk.org
*/
#include "asterisk.h"
Modified: branches/1.8/res/res_srtp.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_srtp.c?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/res/res_srtp.c (original)
+++ branches/1.8/res/res_srtp.c Wed Feb 2 12:56:42 2011
@@ -32,7 +32,7 @@
<depend>srtp</depend>
***/
-/* See doc/tex/secure-calls.tex for SRTP usage information */
+/* See https://wiki.asterisk.org/wiki/display/AST/Secure+Calling */
#include "asterisk.h"
Modified: branches/1.8/res/res_timing_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_timing_dahdi.c?view=diff&rev=305798&r1=305797&r2=305798
==============================================================================
--- branches/1.8/res/res_timing_dahdi.c (original)
+++ branches/1.8/res/res_timing_dahdi.c Wed Feb 2 12:56:42 2011
@@ -137,7 +137,7 @@
return 1000;
}
-#define SEE_TIMING "For more information on Asterisk timing modules, including ways to potentially fix this problem, please see doc/timing.txt\n"
+#define SEE_TIMING "For more information on Asterisk timing modules, including ways to potentially fix this problem, please see https://wiki.asterisk.org/wiki/display/AST/Timing+Interfaces\n"
static int dahdi_test_timer(void)
{
More information about the asterisk-commits
mailing list