mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
general: Fix broken links.
This fixes a number of broken links throughout the tree, mostly caused by wiki.asterisk.org being replaced with docs.asterisk.org, which should eliminate the need for sporadic fixes as inf28047db36. Resolves: #430 (cherry picked from commit8cc5fc2e39)
This commit is contained in:
committed by
Asterisk Development Team
parent
8c378f78d4
commit
7af4934943
@@ -2,7 +2,7 @@
|
||||
; --- Call Completion Supplementary Services ---
|
||||
;
|
||||
; For more information about CCSS, see the CCSS user documentation
|
||||
; https://wiki.asterisk.org/wiki/display/AST/Call+Completion+Supplementary+Services+(CCSS)
|
||||
; https://docs.asterisk.org/Deployment/PSTN-Connectivity/Call-Completion-Supplementary-Services-CCSS/
|
||||
;
|
||||
|
||||
[general]
|
||||
|
||||
@@ -595,7 +595,7 @@ usecallerid=yes
|
||||
; polarity = polarity reversal signals the start
|
||||
; polarity_IN = polarity reversal signals the start, for India,
|
||||
; for dtmf dialtone detection; using DTMF.
|
||||
; (see https://wiki.asterisk.org/wiki/display/AST/Caller+ID+in+India)
|
||||
; (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
|
||||
;
|
||||
@@ -1579,7 +1579,7 @@ pickupgroup=1
|
||||
;#include ss7.timers
|
||||
|
||||
; For more information on setting up SS7, see the README file in libss7 or
|
||||
; https://wiki.asterisk.org/wiki/display/AST/Signaling+System+Number+7
|
||||
; https://docs.asterisk.org/Deployment/PSTN-Connectivity/Signaling-System-Number-7/
|
||||
; ----------------- SS7 Options ----------------------------------------
|
||||
|
||||
; ---------------- Options for use with signalling=mfcr2 --------------
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
; Static and realtime external configuration
|
||||
; engine configuration
|
||||
;
|
||||
; See https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration
|
||||
; See https://docs.asterisk.org/Fundamentals/Asterisk-Configuration/Database-Support-Configuration/Realtime-Database-Configuration/
|
||||
; for basic table formatting information.
|
||||
;
|
||||
[settings]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
;--
|
||||
Geolocation Profile Sample Configuration
|
||||
|
||||
Please see https://wiki.asterisk.org/wiki/display/AST/Geolocation
|
||||
Please see https://docs.asterisk.org/Deployment/Geolocation/
|
||||
for the most current information.
|
||||
--;
|
||||
|
||||
@@ -33,7 +33,7 @@ incoming calls (Asterisk is the UAS) and and one for outgoing calls
|
||||
|
||||
NOTE:
|
||||
|
||||
See https://wiki.asterisk.org/wiki/display/AST/Geolocation for the most
|
||||
See https://docs.asterisk.org/Deployment/Geolocation/ for the most
|
||||
complete and up-to-date information on valid values for the object
|
||||
parameters and a full list of references.
|
||||
|
||||
@@ -96,7 +96,7 @@ variables like ${EXTEN}, channel variables you may have added in the
|
||||
dialplan, or variables you may have specified in the profile that
|
||||
references this location object.
|
||||
|
||||
NOTE: See https://wiki.asterisk.org/wiki/display/AST/Geolocation for the
|
||||
NOTE: See https://docs.asterisk.org/Deployment/Geolocation/ for the
|
||||
most complete and up-to-date information on valid values for the object
|
||||
parameters and a full list of references.
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
; Documentation
|
||||
;
|
||||
; The official documentation is at http://wiki.asterisk.org
|
||||
; The official documentation is at https://docs.asterisk.org
|
||||
; You can read the XML configuration help via Asterisk command line with
|
||||
; "config show help res_pjsip", then you can drill down through the various
|
||||
; sections and their options.
|
||||
@@ -31,8 +31,8 @@
|
||||
; At a minimum please read the file "README-SERIOUSLY.bestpractices.txt",
|
||||
; located in the Asterisk source directory before starting Asterisk.
|
||||
; Otherwise you risk allowing the security of the Asterisk system to be
|
||||
; compromised. Beyond that please visit and read the security information on
|
||||
; the wiki at: https://wiki.asterisk.org/wiki/x/EwFB
|
||||
; compromised. Beyond that please visit and read the security information in
|
||||
; the documentation at: https://docs.asterisk.org/Deployment/Important-Security-Considerations/
|
||||
;
|
||||
; A few basics to pay attention to:
|
||||
;
|
||||
@@ -47,7 +47,7 @@
|
||||
;
|
||||
; See the example ACL configuration in this file. Read the configuration help
|
||||
; for the section and all of its options. Look over the samples in acl.conf
|
||||
; and documentation at https://wiki.asterisk.org/wiki/x/uA80AQ
|
||||
; and documentation at https://docs.asterisk.org/Configuration/Core-Configuration/Named-ACLs/
|
||||
; If possible, restrict access to only networks and addresses you trust.
|
||||
;
|
||||
; Dialplan Contexts
|
||||
@@ -393,7 +393,7 @@
|
||||
;rewrite_contact=yes ; necessary if endpoint does not know/register public ip:port
|
||||
;ice_support=yes ;This is specific to clients that support NAT traversal
|
||||
;for media via ICE,STUN,TURN. See the wiki at:
|
||||
;https://wiki.asterisk.org/wiki/x/D4FHAQ
|
||||
;https://docs.asterisk.org/Configuration/Miscellaneous/Interactive-Connectivity-Establishment-ICE-in-Asterisk/
|
||||
;for a deeper explanation of this topic.
|
||||
|
||||
;[6002]
|
||||
@@ -1454,7 +1454,7 @@
|
||||
|
||||
; MODULE PROVIDING BELOW SECTION(S): res_pjsip_outbound_publish
|
||||
;======================OUTBOUND_PUBLISH SECTION OPTIONS=====================
|
||||
; See https://wiki.asterisk.org/wiki/display/AST/Publishing+Extension+State
|
||||
; See https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Publishing-Extension-State/
|
||||
; for more information.
|
||||
;[outbound-publish]
|
||||
;type=outbound-publish ; Must be of type 'outbound-publish'.
|
||||
@@ -1509,9 +1509,9 @@
|
||||
|
||||
|
||||
; MODULE PROVIDING BELOW SECTION(S): res_pjsip_pubsub
|
||||
;=============================RESOURCE-LIST===================================
|
||||
; See https://wiki.asterisk.org/wiki/pages/viewpage.action?pageId=30278158
|
||||
; See https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Resource-List-Subscriptions-RLS/
|
||||
; for more information.
|
||||
;=============================RESOURCE-LIST===================================
|
||||
;[resource_list]
|
||||
;type=resource_list ; Must be of type 'resource_list'.
|
||||
|
||||
@@ -1568,7 +1568,7 @@
|
||||
|
||||
|
||||
;==========================INBOUND_PUBLICATION================================
|
||||
; See https://wiki.asterisk.org/wiki/display/AST/Exchanging+Device+and+Mailbox+State+Using+PJSIP
|
||||
; See https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Exchanging-Device-and-Mailbox-State-Using-PJSIP/
|
||||
; for more information.
|
||||
;[inbound-publication]
|
||||
;type= ; Must be of type 'inbound-publication'.
|
||||
@@ -1579,7 +1579,7 @@
|
||||
|
||||
; MODULE PROVIDING BELOW SECTION(S): res_pjsip_publish_asterisk
|
||||
;==========================ASTERISK_PUBLICATION===============================
|
||||
; See https://wiki.asterisk.org/wiki/display/AST/Exchanging+Device+and+Mailbox+State+Using+PJSIP
|
||||
; See https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Exchanging-Device-and-Mailbox-State-Using-PJSIP/
|
||||
; for more information.
|
||||
;[asterisk-publication]
|
||||
;type=asterisk-publication ; Must be of type 'asterisk-publication'.
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
; Documentation
|
||||
;
|
||||
; The official documentation is at http://wiki.asterisk.org
|
||||
; The official documentation is at https://docs.asterisk.org
|
||||
; You can read the XML configuration help via Asterisk command line with
|
||||
; "config show help res_pjsip_config_wizard", then you can drill down through
|
||||
; the various sections and their options.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
;
|
||||
; Configuration for Shared Line Appearances (SLA).
|
||||
;
|
||||
; See http://wiki.asterisk.org or doc/AST.pdf for more information.
|
||||
; See https://docs.asterisk.org for more information.
|
||||
;
|
||||
|
||||
; ---- General Options ----------------
|
||||
@@ -37,7 +37,7 @@
|
||||
; DAHDI channels can be directly used. IP trunks
|
||||
; require some indirect configuration which is
|
||||
; described in
|
||||
; https://wiki.asterisk.org/wiki/display/AST/SLA+Trunk+Configuration
|
||||
; https://docs.asterisk.org/Configuration/Applications/Shared-Line-Appearances-SLA/
|
||||
|
||||
;autocontext=line1 ; This supports automatic generation of the dialplan entries
|
||||
; if the autocontext option is used. Each trunk should have
|
||||
@@ -73,7 +73,7 @@
|
||||
;type=trunk
|
||||
;device=Local/disa@line4_outbound ; A Local channel in combination with the Disa
|
||||
; application can be used to support IP trunks.
|
||||
; See https://wiki.asterisk.org/wiki/display/AST/SLA+Trunk+Configuration
|
||||
; See https://docs.asterisk.org/Configuration/Applications/Shared-Line-Appearances-SLA/
|
||||
;autocontext=line4
|
||||
; --------------------------------------
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
; config directory is.
|
||||
;
|
||||
; Visit the wiki page:
|
||||
; https://wiki.asterisk.org/wiki/display/AST/STIR+and+SHAKEN
|
||||
; https://docs.asterisk.org/Deployment/STIR-SHAKEN/
|
||||
;
|
||||
; [general]
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user