Skip to content

Commit

Permalink
general: Fix broken links.
Browse files Browse the repository at this point in the history
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 f28047d.

Resolves: asterisk#430
  • Loading branch information
InterLinked1 authored and asterisk-org-access-app[bot] committed Dec 8, 2023
1 parent 63364bf commit d1fb397
Show file tree
Hide file tree
Showing 34 changed files with 61 additions and 68 deletions.
2 changes: 1 addition & 1 deletion BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 3 additions & 4 deletions README-SERIOUSLY.bestpractices.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,14 +379,13 @@ 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
[Secure Passwords]: #secure-passwords
[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/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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/
2 changes: 1 addition & 1 deletion apps/app_audiosocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion apps/app_skel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/app_voicemail.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion apps/confbridge/include/conf_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* \author\verbatim Terry Wilson <[email protected]> \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.
*/

Expand Down
6 changes: 3 additions & 3 deletions configs/basic-pbx/README
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion configs/samples/ccss.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions configs/samples/chan_dahdi.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
;
Expand Down Expand Up @@ -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 --------------
Expand Down
2 changes: 1 addition & 1 deletion configs/samples/extconfig.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions configs/samples/geolocation.conf.sample
Original file line number Diff line number Diff line change
@@ -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.
--;

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
20 changes: 10 additions & 10 deletions configs/samples/pjsip.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
;
Expand All @@ -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
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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'.
Expand Down Expand Up @@ -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'.

Expand Down Expand Up @@ -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'.
Expand All @@ -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'.
Expand Down
2 changes: 1 addition & 1 deletion configs/samples/pjsip_wizard.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions configs/samples/sla.conf.sample
Original file line number Diff line number Diff line change
@@ -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 ----------------
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
; --------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion configs/samples/stir_shaken.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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]
;
Expand Down
2 changes: 1 addition & 1 deletion doc/CODING-GUIDELINES
Original file line number Diff line number Diff line change
@@ -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/
10 changes: 2 additions & 8 deletions doc/README.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/asterisk.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/asterisk.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion doc/lang/language-criteria.txt
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 1 addition & 1 deletion main/ast_expr2.fl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion main/ast_expr2f.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions main/asterisk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* \author Mark Spencer <[email protected]>
*
* Includes the Asterisk Realtime API - ARA
* See http://wiki.asterisk.org
* See https://docs.asterisk.org
*/

/*** MODULEINFO
Expand Down
2 changes: 1 addition & 1 deletion main/pbx_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions main/stasis.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@
* \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.
Expand Down
2 changes: 1 addition & 1 deletion res/ari/resource_channels.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit d1fb397

Please sign in to comment.