]> 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>
Mon, 2 Jun 2025 13:37:25 +0000 (13:37 +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 dc7b14dc884bf63b41e658bbc3446e96a9e0f3ea)

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 4344c0e3ca1c56223e5af951bc7214a8d6976f5d..a238e2ecced6323fbd545ac8e6be6af68620b9ce 100644 (file)
@@ -377,9 +377,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
@@ -387,4 +386,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 c163bd834f71e53fc042ef35eeed4de8cb3170f7..e8de037e6833135cd0394f2c3d63340bff98b008 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 de5966bb4107124e52450dd1eb90f8c1c2ff1723..f31747b7c08f0110f8469578fedbcb362bb24595 100644 (file)
@@ -62,7 +62,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 e0b8bca7bc52d92db5256ae7b3bbd8be64b9f845..247d4f9525771e1d9d0fab926179e1a8dc14c570 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 7a0f9c068faed4ac3a70ef9652f31241a5dc6035..3a5311d6a550ef239338836ee6ec6c6f5ae1f59e 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 b6f6f473d52fe3d29b12380ae97818ededb277e3..0a20d1b8086c8e06d6c69feb86086c40590ae7bb 100644 (file)
@@ -25,7 +25,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 7b3fe7d237075db940127cac8b08ee35196ad693..41de69932899d85515fcf2744e55250d81330b14 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 5c3af43623e6bc57c35574abf482c3aab4e5c509..08fe88701dedc2b804c9a1949f4f96b12178f708 100644 (file)
@@ -586,7 +586,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
 ;
@@ -1515,7 +1515,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 b633fafa61feb512c9740f29af67c6894771532d..b0fa6174591a47df642e6b92013062e8d3ff599a 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 02d397fb76a5eaf4c289de678555a6ed5754348c..0f2921b42c0fac6224f0b66ae8823c0ccf94f461 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 a66c619378feae70cd1c5cf7d81621cd69ba457a..191215261c8209f628f0a199798272f6dcdcd62a 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'.
 
                            ; before sending notifications.
 
 ;==========================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 1afe0e2bccb5f2f041bdec38eb8c094680ad537c..d52ab93ef5b389bacb7011dab37345506d71fab6 100644 (file)
@@ -247,7 +247,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 32a46e825800f3ef6e022c76e6da88340b86039d..0b42f0b7db321ff8b2ef88c4852c154f92499534 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 49e2545459de00f3f9536f115279eedce20c0da5..12efa3adf933f336aa7fc6ce3714aa78d2d78382 100644 (file)
@@ -2618,7 +2618,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 4385d21abc92d4988f9e8fdf1569048956656936..210b2425d74533330be07594f314edd6d9c8ece6 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 a656e7fec5b840478d37bfc475a8ef1fd9a2b2ec..58ba4ebb85598090e80b937ca41904a2e44d06fb 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 08cc191f5faa5ecede5217987b5422f93da8a65e..eebc28066e32dd54addc6f7b62096febe73989c4 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 a75fe666474829154492bdcd022656c5182186fc..64e207a00b6b19612f60dcea6526509872c00eca 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 9fa6ae6137f616b448e5b8f6fa06eda76e2fcb92..2ca31dab5c0d1869f425b938492682fd329f82de 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 261d600923ef41a00dba1bb64f0cf185bf8d1852..c8f02b0d4f396a2eff06d35511dddd47252a71a1 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 8d878a13dc55f936276fc184141370cd7baba83e..db4b3a8a298e40bfc76288d4ab179486e1c19b09 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,