dect
/
asterisk
Archived
13
0
Fork 0

Replacing doc/* with wiki links

Adding links to http(s)://wiki.asterisk.org



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@305799 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
lathama 2011-02-02 18:59:29 +00:00
parent d16df39f4d
commit 25ac5b8990
13 changed files with 21 additions and 18 deletions

View File

@ -1,8 +1,8 @@
; ;
; --- Call Completion Supplementary Services --- ; --- Call Completion Supplementary Services ---
; ;
; For more information about CCSS, see the CCSS user documentation included ; For more information about CCSS, see the CCSS user documentation
; in the HTML and PDF documentation generated from the doc/tex/ directory. ; https://wiki.asterisk.org/wiki/display/AST/Call+Completion+Supplementary+Services+(CCSS)
; ;
[general] [general]

View File

@ -466,7 +466,7 @@ usecallerid=yes
; polarity = polarity reversal signals the start ; polarity = polarity reversal signals the start
; polarity_IN = polarity reversal signals the start, for India, ; polarity_IN = polarity reversal signals the start, for India,
; for dtmf dialtone detection; using DTMF. ; 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 ; dtmf = causes monitor loop to look for dtmf energy on the
; incoming channel to initate cid acquisition ; incoming channel to initate cid acquisition
; ;
@ -1216,7 +1216,7 @@ pickupgroup=1
;channel = 25-47 ;channel = 25-47
; ;
; For more information on setting up SS7, see the README file in libss7 or ; 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 ---------------------------------------- ; ----------------- SS7 Options ----------------------------------------
; ---------------- Options for use with signalling=mfcr2 -------------- ; ---------------- Options for use with signalling=mfcr2 --------------

View File

@ -2,8 +2,8 @@
; Static and realtime external configuration ; Static and realtime external configuration
; engine configuration ; engine configuration
; ;
; Please read doc/extconfig.txt for basic table ; See https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration
; formatting information. ; for basic table formatting information.
; ;
[settings] [settings]
; ;

View File

@ -27,7 +27,8 @@ port = 1720
;allow=all ; turns on all installed codecs ;allow=all ; turns on all installed codecs
;disallow=g723.1 ; Hm... Proprietary, don't use it... ;disallow=g723.1 ; Hm... Proprietary, don't use it...
;allow=gsm ; Always allow GSM, it's cool :) ;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) ; User-Input Mode (DTMF)
; ;

View File

@ -10,7 +10,8 @@
; If you use the subagent model, you need to enable agentx in snmpd.conf ; 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. ; 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 ; snmp support in Asterisk
[general] [general]

View File

@ -274,7 +274,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;disallow=all ; First disallow all codecs ;disallow=all ; First disallow all codecs
;allow=ulaw ; Allow codecs in order of preference ;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 ; 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 ; should listen to when put on hold if the music class has not been set on the
@ -870,8 +871,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;----------------------------------------- REALTIME SUPPORT ------------------------ ;----------------------------------------- REALTIME SUPPORT ------------------------
; For additional information on ARA, the Asterisk Realtime Architecture, ; For additional information on ARA, the Asterisk Realtime Architecture,
; please read realtime.txt and extconfig.txt in the /doc directory of the ; please read https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration
; source code.
; ;
;rtcachefriends=yes ; Cache realtime friends by adding them to the internal list ;rtcachefriends=yes ; Cache realtime friends by adding them to the internal list
; just like friends added from the config file only on a ; just like friends added from the config file only on a

View File

@ -25,7 +25,8 @@ keepalive=120
; ;
;regcontext=skinnyregistrations ;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= ;disallow=
; See qos.tex or Quality of Service section of asterisk.pdf for a description of these parameters. ; See qos.tex or Quality of Service section of asterisk.pdf for a description of these parameters.

View File

@ -1,7 +1,7 @@
; ;
; Configuration for Shared Line Appearances (SLA). ; 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 ---------------- ; ---- General Options ----------------

View File

@ -468,7 +468,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
(extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2); (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
#endif #endif
#ifndef STANDALONE #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 #endif
free(s2); free(s2);
return(0); return(0);

View File

@ -2603,7 +2603,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
(extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2); (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
#endif #endif
#ifndef STANDALONE #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 #endif
free(s2); free(s2);
return(0); return(0);

View File

@ -23,7 +23,7 @@
* \author Mark Spencer <markster@digium.com> * \author Mark Spencer <markster@digium.com>
* *
* Includes the Asterisk Realtime API - ARA * Includes the Asterisk Realtime API - ARA
* See doc/realtime.txt and doc/extconfig.txt * See http://wiki.asterisk.org
*/ */
#include "asterisk.h" #include "asterisk.h"

View File

@ -32,7 +32,7 @@
<depend>srtp</depend> <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" #include "asterisk.h"

View File

@ -137,7 +137,7 @@ static unsigned int dahdi_timer_get_max_rate(int handle)
return 1000; 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) static int dahdi_test_timer(void)
{ {