]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
general: Fix broken links.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 9 Nov 2023 21:26:46 +0000 (16:26 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:32:13 +0000 (18:32 +0000)
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 in f28047db36a70e81fe373a3d19132c43adf3f74b.

Resolves: #430
(cherry picked from commit 3bb34477d4320aba312ab807d2c5efd294f1c417)

34 files changed:
BUGS
README-SERIOUSLY.bestpractices.md
README.md
apps/app_audiosocket.c
apps/app_skel.c
apps/app_voicemail.c
apps/confbridge/include/conf_state.h
configs/basic-pbx/README
configs/samples/ccss.conf.sample
configs/samples/chan_dahdi.conf.sample
configs/samples/extconfig.conf.sample
configs/samples/geolocation.conf.sample
configs/samples/pjsip.conf.sample
configs/samples/pjsip_wizard.conf.sample
configs/samples/sla.conf.sample
configs/samples/stir_shaken.conf.sample
doc/CODING-GUIDELINES
doc/README.txt
doc/asterisk.8
doc/asterisk.sgml
doc/lang/language-criteria.txt
main/ast_expr2.fl
main/ast_expr2f.c
main/asterisk.c
main/config.c
main/pbx_functions.c
main/stasis.c
res/ari/resource_channels.h
res/res_ari.c
res/res_pjsip/pjsip_config.xml
res/res_pjsip_config_wizard.c
res/res_srtp.c
res/res_timing_dahdi.c
rest-api/api-docs/channels.json

diff --git a/BUGS b/BUGS
index efb9bbd796cf61dd6e231055a1e8c6564d939387..cb9825b385339a9f4e9b3a966de4f69ba157a1ca 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -10,7 +10,7 @@ For more information on using the bug tracker, or to
 learn how you can contribute by acting as a bug marshal
 please see:
 
-       https://wiki.asterisk.org/wiki/x/RgAtAQ
+       https://docs.asterisk.org/Asterisk-Community/Asterisk-Issue-Guidelines/
 
 If you would like to submit a feature request, please
 resist the temptation to post it to the bug tracker.
index fa4b0a6fa23b0aabe72b011137def611473f3aaa..192bdaae26853e7b2346bddfbff61e9d07f13d71 100644 (file)
@@ -379,9 +379,8 @@ is set to no.
 
 In Asterisk 12 and later, live_dangerously defaults to no.
 
-
-[voip-security-webinar]: https://www.asterisk.org/security/webinar/
-[blog-sip-security]: http://blogs.digium.com/2009/03/28/sip-security/
+[voip-security-webinar]: https://docs.asterisk.org/Deployment/Important-Security-Considerations/Asterisk-Security-Webinars/
+[blog-sip-security]: https://web.archive.org/web/20171030134647/http://blogs.digium.com/2009/03/28/sip-security/
 [Strong Password Generator]: https://www.strongpasswordgenerator.com
 [Filtering Data]: #filtering-data
 [Proper Device Naming]: #proper-device-naming
@@ -389,4 +388,4 @@ In Asterisk 12 and later, live_dangerously defaults to no.
 [Reducing Pattern Match Typos]: #reducing-pattern-match-typos
 [Manager Class Authorizations]: #manager-class-authorizations
 [Avoid Privilege Escalations]: #avoid-privilege-escalations
-[Important Security Considerations]: https://wiki.asterisk.org/wiki/display/AST/Important+Security+Considerations
+[Important Security Considerations]: https://docs.asterisk.org/Deployment/Important-Security-Considerations/
index 0eb4b879a524c59324d0ae1b286db5b0358e4fe8..feb138c2112921e087099941b2d23556b050c9dc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ more telephony interfaces than just Internet telephony.  Asterisk also has a
 vast amount of support for traditional PSTN telephony, as well.
 
   For more information on the project itself, please visit the Asterisk
-[home page] and the official [wiki].  In addition you'll find lots
+[home page] and the official [documentation].  In addition you'll find lots
 of information compiled by the Asterisk community at [voip-info.org].
 
   There is a book on Asterisk published by O'Reilly under the Creative Commons
@@ -258,7 +258,7 @@ Asterisk is a trademark of Sangoma Technologies Corporation
 
 [home page]: https://www.asterisk.org
 [support]: https://www.asterisk.org/support
-[wiki]: https://wiki.asterisk.org/
+[documentation]: https://docs.asterisk.org/
 [mailing list]: http://lists.digium.com/mailman/listinfo/asterisk-users
 [chan_dahdi.conf]: configs/samples/chan_dahdi.conf.sample
 [voip-info.org]: http://www.voip-info.org/wiki-Asterisk
@@ -269,4 +269,4 @@ Asterisk is a trademark of Sangoma Technologies Corporation
 [CHANGES]: CHANGES
 [configs]: configs
 [doc]: doc
-[Important Security Considerations]: https://wiki.asterisk.org/wiki/display/AST/Important+Security+Considerations
+[Important Security Considerations]: https://docs.asterisk.org/Deployment/Important-Security-Considerations/
index ded88ccf7f001f2667ce3daa47af0ff5f2aede98..7270937d847593b1ca278b23e51f07d632e306e4 100644 (file)
@@ -61,7 +61,7 @@
                </syntax>
                <description>
                        <para>Connects to the given TCP service, then transmits channel audio over that socket.  In turn, audio is received from the socket and sent to the channel.  Only audio frames will be transmitted.</para>
-                       <para>Protocol is specified at https://wiki.asterisk.org/wiki/display/AST/AudioSocket</para>
+                       <para>Protocol is specified at https://docs.asterisk.org/Configuration/Channel-Drivers/AudioSocket/</para>
                        <para>This application does not automatically answer and should generally be preceeded by an application such as Answer() or Progress().</para>
                </description>
        </application>
index b59ebe56bd833404c69603d28ca7463bbfa8c1ed..01bc8f98cc9bdd523e8898a05287ef50e5678d2d 100644 (file)
@@ -16,7 +16,7 @@
  * at the top of the source tree.
  *
  * Please follow coding guidelines
- * https://wiki.asterisk.org/wiki/display/AST/Coding+Guidelines
+ * https://docs.asterisk.org/Development/Policies-and-Procedures/Coding-Guidelines/
  */
 
 /*! \file
index e4067abd0632a9c8bd665d25ef6df17621783c4a..2ffdd7674d1a670768b48dcd67b63066399c6925 100644 (file)
@@ -27,7 +27,7 @@
  *
  * \par See also
  * \arg \ref voicemail.conf "Config_voicemail"
- * \note For information about voicemail IMAP storage, https://wiki.asterisk.org/wiki/display/AST/IMAP+Voicemail+Storage
+ * \note For information about voicemail IMAP storage, https://docs.asterisk.org/Configuration/Applications/Voicemail/IMAP-Voicemail-Storage/
  * \ingroup applications
  * \todo This module requires res_adsi to load. This needs to be optional
  * during compilation.
index a9760c901244e351845247e1f35c22c8a529052b..3cd0c5b8bd83f0315dd468b5bc040981d8df2794 100644 (file)
@@ -22,7 +22,7 @@
  *
  * \author\verbatim Terry Wilson <twilson@digium.com> \endverbatim
  *
- * See https://wiki.asterisk.org/wiki/display/AST/Confbridge+state+changes for
+ * See https://docs.asterisk.org/Development/Reference-Information/Other-Reference-Information/Confbridge-state-changes/ for
  * a more complete description of how conference states work.
  */
 
index 0f57ad6c251d76728e107fb90e968abd1cb6f8b8..c5c19554ee2a1d2730ada4bf65e99a3bb356778f 100644 (file)
@@ -8,8 +8,8 @@ If you intend to use this configuration as a template for your own, then
 you will need to change many values in the various configuration files to
 match your own devices, network, SIP ITSP accounts and more.
 
-For further documentation on this configuration see the Asterisk wiki:
-https://wiki.asterisk.org/wiki/display/AST/Reference+Use+Cases+for+Asterisk.
+For further documentation on this configuration see the Asterisk documentation:
+https://docs.asterisk.org/Deployment/Reference-Use-Cases-for-Asterisk/.
 
 Please report bugs or errors in configuration on the Asterisk issue tracker:
-https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines
+https://docs.asterisk.org/Asterisk-Community/Asterisk-Issue-Guidelines/
index 031b18b7a45f6d730964e95480bd59910e0691b2..efb24928ae611d357cdc18f4625f619e28178d27 100644 (file)
@@ -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]
index 3979a7648f0da354c13ed8c72fe593c46c506df2..4640407924050b6b9c62f2f9a124e19ea2da2b08 100644 (file)
@@ -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 --------------
index f5de68732578bfc007ca5d6b540d61f3aff73305..df154381d265a36b25497330405270f1029e15a2 100644 (file)
@@ -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]
index fdb9614b9c4992709a8c4342eec92049ca95eeb5..9348ae5542a1a25c8219e119349b6baf8f2f5ad7 100644 (file)
@@ -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.
 
index e31f4d5a06adaf231c191759d7a0f4204686721e..247b540276ee5ac766322b9aeaceac8686a01e15 100644 (file)
@@ -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
 ;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]
 
 ; 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'.
 
 
 ; 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'.
 
 
 
 ;==========================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'.
 
 ; 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'.
index 5de28b3046c7c27b8191a7a97533e4c791146c21..97e0c6da5e0995e185e150c664190c43c5d622a0 100644 (file)
@@ -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.
index 1f5a56e7bfe220514b93fb8bc09d7e80720b202a..70da88ae71cfcbf8fd72383f34bfce822c71d9a1 100644 (file)
@@ -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
 ; --------------------------------------
 
index 677d3bb3ba987e5d9e58196f87bdeb9fec82fb2f..bc4220e8fcd362fae85a0bb50fb3f327477ef994 100644 (file)
@@ -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]
 ;
index 8029d4d68dd6d980a74034bf72be87fe9aca0ab0..ce7807979a92c45bdba401817a27bc8ddaa35e15 100644 (file)
@@ -1,2 +1,2 @@
 Coding guidelines are available on the Asterisk wiki at:
-https://wiki.asterisk.org/wiki/display/AST/Coding+Guidelines
+https://docs.asterisk.org/Development/Policies-and-Procedures/Coding-Guidelines/
index e9b935cf0c0a29d7021fb993cbffc7cad92594f2..f4e6134981af2a0e3240b7942b652cbf640ccc21 100644 (file)
@@ -1,13 +1,7 @@
 The vast majority of the Asterisk project documentation has been moved to the
-project wiki:
+project documentation:
 
-    https://wiki.asterisk.org/
-
-Asterisk release tarballs contain an export of the wiki in PDF and plain text
-form, which you can find in:
-
-    doc/AST.pdf
-    doc/AST.txt
+    https://docs.asterisk.org/
 
 Asterisk uses the Doxygen documentation software.  Run "make progdocs" and open
 the resulting documentation index at doc/api/index.html in a webbrowser or copy
index c3bc6d15469da8abea1de2ee741f9cd412cc011a..bc6f36969d483a4e231b28eefa8ea820bba09556 100644 (file)
@@ -248,7 +248,7 @@ https://www.asterisk.org - The Asterisk Home Page
 .PP
 http://www.asteriskdocs.org - The Asterisk Documentation Project
 .PP
-https://wiki.asterisk.org - The Asterisk Wiki
+https://docs.asterisk.org - The Asterisk documentation
 .PP
 https://www.digium.com/ - Asterisk is sponsored by Digium
 .SH AUTHOR
index 3620b71ff78c449af96c5764a9b463b7d548c3bf..c13b0ba4d0c3423465fcc61bc548f164de957b0b 100644 (file)
    http://www.asteriskdocs.org - The Asterisk Documentation Project
   </para>
   <para>
-   https://wiki.asterisk.org - The Asterisk Wiki
+   https://docs.asterisk.org/ - The Asterisk documentation
   </para>
   <para>
    https://www.digium.com/ - Asterisk is sponsored by Digium
index 30a09cb58b2f63585f8e9a20a65874ebc7ff7836..b80fb88e881f76d629d9e54ced6ddfc06d02d89a 100644 (file)
@@ -1,3 +1,3 @@
 This document has been moved to the Asterisk Wiki:
 
-https://wiki.asterisk.org/wiki/display/AST/Asterisk+Sounds+Submission+Process
+https://docs.asterisk.org/Development/Policies-and-Procedures/Asterisk-Sounds-Submission-Process/
index 542f01817f98aba1386d4e06329c647adee792a7..d0b2f8c671d341baf72353e684ae7e7743abf532 100644 (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, spacebuf);
 #endif
 #ifndef STANDALONE
-       ast_log(LOG_WARNING,"If you have questions, please refer to https://wiki.asterisk.org/wiki/display/AST/Channel+Variables\n");
+       ast_log(LOG_WARNING,"If you have questions, please refer to https://docs.asterisk.org/Configuration/Dialplan/Variables/Channel-Variables/\n");
 #endif
        free(s2);
        return(0);
index 9819eb7c5a1c80841429421e099124e70141b627..9144a084ec253f394516ecf4f160246e417b902b 100644 (file)
@@ -2604,7 +2604,7 @@ int ast_yyerror (const char *s,  yyltype *loc, struct parse_io *parseio )
                        (extra_error_message_supplied ? extra_error_message : ""), s2, parseio->string, spacebuf);
 #endif
 #ifndef STANDALONE
-       ast_log(LOG_WARNING,"If you have questions, please refer to https://wiki.asterisk.org/wiki/display/AST/Channel+Variables\n");
+       ast_log(LOG_WARNING,"If you have questions, please refer to https://docs.asterisk.org/Configuration/Dialplan/Variables/Channel-Variables/\n");
 #endif
        free(s2);
        return(0);
index 650591d6ff4476ffc962bb5fd2bc5733093abb78..0d306fdeebe28f6a425414d791135f6f79205852 100644 (file)
@@ -70,8 +70,8 @@
 /*!
  * \page asterisk_community_resources Asterisk Community Resources
  * \par Websites
- * \li http://www.asterisk.org Asterisk Homepage
- * \li http://wiki.asterisk.org Asterisk Wiki
+ * \li https://www.asterisk.org Asterisk Homepage
+ * \li https://docs.asterisk.org Asterisk documentation
  *
  * \par Mailing Lists
  * \par
index 3dc47088def4d8143d02b1815a19a113dcc895f4..dd8dacfcb8347d24db7ec6dc882d794f590bdb97 100644 (file)
@@ -23,7 +23,7 @@
  * \author Mark Spencer <markster@digium.com>
  *
  * Includes the Asterisk Realtime API - ARA
- * See http://wiki.asterisk.org
+ * See https://docs.asterisk.org
  */
 
 /*** MODULEINFO
index 081c33f6edb590ae35d30dbd5666e8b72ea86f19..fd542c9568d27aedf546e06a2a1c28e4eaa87bea 100644 (file)
@@ -467,7 +467,7 @@ void pbx_live_dangerously(int new_live_dangerously)
 {
        if (new_live_dangerously && !live_dangerously) {
                ast_log(LOG_WARNING, "Privilege escalation protection disabled!\n"
-                       "See https://wiki.asterisk.org/wiki/x/1gKfAQ for more details.\n");
+                       "See https://docs.asterisk.org/Configuration/Dialplan/Privilege-Escalations-with-Dialplan-Functions/ for more details.\n");
        }
 
        if (!new_live_dangerously && live_dangerously) {
index 0715e4adde89fa338454761c3561c82318c7463f..05a7a505f7c313d1aae08fec9d2aaa5dc2f6a9dd 100644 (file)
  * \par Subscriber shutdown sequencing
  *
  * Subscribers are sensitive to shutdown sequencing, specifically in how the
- * reference message types. This is fully detailed on the wiki at
- * https://wiki.asterisk.org/wiki/x/K4BqAQ.
+ * reference message types. This is fully detailed in the documentation at
+ * https://docs.asterisk.org/Development/Roadmap/Asterisk-12-Projects/Asterisk-12-API-Improvements/Stasis-Message-Bus/Using-the-Stasis-Message-Bus/Stasis-Subscriber-Shutdown-Problem/.
  *
  * In short, the lifetime of the \a data (and \a callback, if in a module) must
  * be held until the stasis_subscription_final_message() has been received.
index a16d9be31bc35d2cdd0705f1cca06c2f9cee15f6..4110301a6e6b18947f790af0fcdfb56ffdd08e7e 100644 (file)
@@ -209,7 +209,7 @@ void ast_ari_channels_originate_with_id(struct ast_variable *headers, struct ast
 struct ast_ari_channels_hangup_args {
        /*! Channel's id */
        const char *channel_id;
-       /*! The reason code for hanging up the channel for detail use. Mutually exclusive with 'reason'. See detail hangup codes at here. https://wiki.asterisk.org/wiki/display/AST/Hangup+Cause+Mappings */
+       /*! The reason code for hanging up the channel for detail use. Mutually exclusive with 'reason'. See detail hangup codes at here. https://docs.asterisk.org/Configuration/Miscellaneous/Hangup-Cause-Mappings/ */
        const char *reason_code;
        /*! Reason for hanging up the channel for simple use. Mutually exclusive with 'reason_code'. */
        const char *reason;
index 025fa90ca43e7b0ef14a7e44c052b6f7c675fc85..e094f24d9857992018038b3fc57284f18678d749 100644 (file)
@@ -93,7 +93,7 @@
                                        </description>
                                        <see-also>
                                                <ref type="filename">http.conf</ref>
-                                               <ref type="link">https://wiki.asterisk.org/wiki/display/AST/Asterisk+Builtin+mini-HTTP+Server</ref>
+                                               <ref type="link">https://docs.asterisk.org/Configuration/Core-Configuration/Asterisk-Builtin-mini-HTTP-Server/</ref>
                                        </see-also>
                                </configOption>
                                <configOption name="websocket_write_timeout" default="100">
index 5c64f0282d6f14f89daa46a6aa4844f286612cda..a7ccf741c86d04f6bc912759be03949688609460 100644 (file)
                                                setup time.
                                                </para>
                                                <para>
-                                               A more detailed description of how this option functions can be found on
-                                               the Asterisk wiki https://wiki.asterisk.org/wiki/display/AST/SIP+Direct+Media+Reinvite+Glare+Avoidance
+                                               A more detailed description of how this option functions can be found in
+                                               the Asterisk documentation https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Concepts/SIP-Direct-Media-Reinvite-Glare-Avoidance/
                                                </para>
                                                <enumlist>
                                                        <enum name="none" />
index 59976b15848dc3950e858be9c07265b4b7caa06a..91228da05c758993f4b31124f8e99b97420db27d 100644 (file)
 
                        <para> </para>
                        <para>For more information, visit:</para>
-                       <para><literal>https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Wizard</literal></para>
+                       <para><literal>https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/PJSIP-Configuration-Wizard/</literal></para>
                </description>
 
                <configFile name="pjsip_wizard.conf">
                                <synopsis>Provides config wizard.</synopsis>
                                <description>
                                <para>For more information, visit:</para>
-                               <para><literal>https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Wizard</literal></para>
+                               <para><literal>https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/PJSIP-Configuration-Wizard/</literal></para>
                                </description>
                                <configOption name="type">
                                        <synopsis>Must be 'wizard'.</synopsis>
                                        <para>Normal dialplan precedence rules apply so if there's already a hint for
                                        this extension in <literal>hint_context</literal>, this one will be ignored.
                                        For more information, visit: </para>
-                                       <para><literal>https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Wizard</literal></para>
+                                       <para><literal>https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/PJSIP-Configuration-Wizard/</literal></para>
                                        </description>
                                </configOption>
                                <configOption name="hint_application">
                                        <para>Normal dialplan precedence rules apply so if there's already a priority 1
                                        application for this specific extension in <literal>hint_context</literal>,
                                        this one will be ignored. For more information, visit: </para>
-                                       <para><literal>https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Wizard</literal></para>
+                                       <para><literal>https://docs.asterisk.org/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/PJSIP-Configuration-Wizard/</literal></para>
                                        </description>
                                </configOption>
                                <configOption name="endpoint&#47;*">
index e10421cbb4c8b4d2801180eece88278a87b44d47..33786d020ab5bfa51a0d23f3e3c8275f1200198c 100644 (file)
@@ -35,7 +35,7 @@
        <support_level>core</support_level>
 ***/
 
-/* See https://wiki.asterisk.org/wiki/display/AST/Secure+Calling */
+/* See https://docs.asterisk.org/Deployment/Secure-Calling/ */
 
 #include "asterisk.h"                   /* for NULL, size_t, memcpy, etc */
 
index c49f057ac92cba332fa9ef6609a0ba71e64d6dc3..2b3d885cee6eda3ac6ddf779058bf7c5d63893e3 100644 (file)
@@ -170,7 +170,7 @@ static int dahdi_timer_fd(void *data)
        return timer->fd;
 }
 
-#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"
+#define SEE_TIMING "For more information on Asterisk timing modules, including ways to potentially fix this problem, please see https://docs.asterisk.org/Configuration/Core-Configuration/Timing-Interfaces/\n"
 
 static int dahdi_test_timer(void)
 {
index 90658039685b456ba6c11dec5ebd1f8a85b05901..3f8e173a62d3ffdd6f8c37f480a8c50fb6d28bc1 100644 (file)
                                                },
                                                {
                                                        "name": "reason_code",
-                                                       "description": "The reason code for hanging up the channel for detail use. Mutually exclusive with 'reason'. See detail hangup codes at here. https://wiki.asterisk.org/wiki/display/AST/Hangup+Cause+Mappings",
+                                                       "description": "The reason code for hanging up the channel for detail use. Mutually exclusive with 'reason'. See detail hangup codes at here. https://docs.asterisk.org/Configuration/Miscellaneous/Hangup-Cause-Mappings/",
                                                        "paramType": "query",
                                                        "required": false,
                                                        "allowMultiple": false,