diff --git a/BUGS b/BUGS index 96b55e655bb17548259f7cb0f48a15d376064ec7..86fbb76fdbbe009a3bb7039d059bbd2f10d1fbde 100644 --- a/BUGS +++ b/BUGS @@ -4,7 +4,7 @@ Asterisk Bug Tracking Information To learn about and report Asterisk bugs, please visit the official Asterisk Bug Tracker at: - http://bugs.digium.com + https://issues.asterisk.org For more information on using the bug tracker, or to learn how you can contribute by acting as a bug marshal diff --git a/channels/h323/README b/channels/h323/README index 9ba1ec2a25e3656236b41ebd9d312fa6f032ef60..27a24c717d3ce97230c78b9dcb6300eb9e2f21e3 100644 --- a/channels/h323/README +++ b/channels/h323/README @@ -137,7 +137,7 @@ script (man script). If you are motivated to update/fix this code please submit a disclaimer along with the patch to the Asterisk bug -tracker: http://bugs.digium.com/ +tracker: https://issues.asterisk.org/ Jeremy McNamara diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample index db93f12e3b04e89a8e813388e2083a8cf0534136..997c97eb62fa216d7fa8a445e2a538084e8ef591 100644 --- a/configs/extensions.conf.sample +++ b/configs/extensions.conf.sample @@ -61,8 +61,8 @@ writeprotect=no ; this value to "yes" !! ; Please, if you try this out, and are forced to return to the ; old pattern matcher, please report your reasons in a bug report -; on bugs.digium.com. We have made good progress in providing something -; compatible with the old matcher; help us finish the job! +; on https://issues.asterisk.org. We have made good progress in providing +; something compatible with the old matcher; help us finish the job! ; ; This value can be switched at runtime using the cli command "dialplan set extenpatternmatchnew true" ; or "dialplan set extenpatternmatchnew false", so you can experiment to your hearts content. diff --git a/contrib/scripts/ast_grab_core b/contrib/scripts/ast_grab_core index b2bd7b2eda5931f2c10d3ee8fa17d2a39494fa13..bc56b618783c5b55c579ffcdf9228922624c3403 100644 --- a/contrib/scripts/ast_grab_core +++ b/contrib/scripts/ast_grab_core @@ -67,4 +67,4 @@ echo Notifying admins of the core. echo Done. echo echo Reproducible deadlocks should be posted with a full backtrace and instructions -echo to reproduce the issue at http://bugs.digium.com/ Thanks! +echo to reproduce the issue at https://issues.asterisk.org/ Thanks! diff --git a/contrib/scripts/asterisk.ldap-schema b/contrib/scripts/asterisk.ldap-schema index a1118ec40c3c34b5bd2d6b8d1b2915a668e67632..c5a1f903157ecf74de2c3d0187d0c0c7651e0601 100644 --- a/contrib/scripts/asterisk.ldap-schema +++ b/contrib/scripts/asterisk.ldap-schema @@ -8,7 +8,7 @@ # https://issues.asterisk.org/view.php?id=15155 # - Added AstAccountLastQualifyMilliseconds - 28/05/2009 # https://issues.asterisk.org/view.php?id=15156 -# - http://bugs.digium.com/view.php?id=12860 - 04/07/2008 +# - https://issues.asterisk.org/view.php?id=12860 - 04/07/2008 # - Fixed wrong DESC - 07/05/2008 # # Author: Gavin Henry - <ghenry@suretecsystems.com> diff --git a/contrib/scripts/asterisk.ldif b/contrib/scripts/asterisk.ldif index f159eb04f07be7655645596427344e6078fde28f..73e76a49bb5bc49b63ad115cdb9ac9b039c52ad4 100644 --- a/contrib/scripts/asterisk.ldif +++ b/contrib/scripts/asterisk.ldif @@ -8,7 +8,7 @@ # https://issues.asterisk.org/view.php?id=15155 # - Added AstAccountLastQualifyMilliseconds - 28/05/2009 # https://issues.asterisk.org/view.php?id=15156 -# - http://bugs.digium.com/view.php?id=12860 - 04/07/2008 +# - https://issues.asterisk.org/view.php?id=12860 - 04/07/2008 # - Fixed wrong DESC - 07/05/2008 # # Author: Gavin Henry - <ghenry@suretecsystems.com> diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES index e8939a722857fc975dd473dd0e4782708c673e96..5b7e75893b3d470c4aa8f29dc674e69bb2ccea4f 100644 --- a/doc/CODING-GUIDELINES +++ b/doc/CODING-GUIDELINES @@ -22,7 +22,7 @@ lines, and is well documented. Asterisk is published under a dual-licensing scheme by Digium. To be accepted into the codebase, all non-trivial changes must be licensed to Digium. For more information, see the electronic license -agreement on http://bugs.digium.com/. +agreement on https://issues.asterisk.org/. Patches should be in the form of a unified (-u) diff, made from a checkout from subversion. diff --git a/doc/asterisk.8 b/doc/asterisk.8 index ef90884bf2c5d1cf7c462ca1638c547a2d97cd0f..f3eb1e9a825ce2fbe50ac3cd37a81900c91aca9d 100644 --- a/doc/asterisk.8 +++ b/doc/asterisk.8 @@ -176,7 +176,7 @@ supplied. \fBasterisk -rx "core show channels"\fR - Display channels on running server .SH "BUGS" .PP -Bug reports and feature requests may be filed at http://bugs.digium.com +Bug reports and feature requests may be filed at https://issues.asterisk.org .SH "SEE ALSO" .PP *CLI> \fBhelp\fR - Help on Asterisk CLI diff --git a/doc/asterisk.sgml b/doc/asterisk.sgml index 6a7823f71190b9d857f3e771e11fe9a5f5fc2717..655d33e8e70209ddd294d1e68f56ca0f6758bedf 100644 --- a/doc/asterisk.sgml +++ b/doc/asterisk.sgml @@ -327,7 +327,7 @@ <refsect1> <title>BUGS</title> <para> - Bug reports and feature requests may be filed at http://bugs.digium.com + Bug reports and feature requests may be filed at https://issues.asterisk.org </para> </refsect1> <refsect1> diff --git a/doc/backtrace.txt b/doc/backtrace.txt index caf1579ce4ef5aa0b5f0eb372ee223b0c7edd00c..be820b2ab1bae72f829bb57693acc365d94e4d72 100644 --- a/doc/backtrace.txt +++ b/doc/backtrace.txt @@ -1,6 +1,6 @@ This document is intended to provide information on how to obtain the backtraces required on the asterisk bug tracker, available at -http://bugs.digium.com. The information is required by developers to +https://issues.asterisk.org. The information is required by developers to help fix problem with bugs of any kind. Backtraces provide information about what was wrong when a program crashed; in our case, Asterisk. There are two kind of backtraces (aka 'bt') which are diff --git a/doc/tex/backtrace.tex b/doc/tex/backtrace.tex index fd1c39d00039208606a9910c82f009ff32a3c698..1c7bd8cf9fc4bcffb1b19eedabb85dc0e39fec5b 100644 --- a/doc/tex/backtrace.tex +++ b/doc/tex/backtrace.tex @@ -1,6 +1,6 @@ This document is intended to provide information on how to obtain the backtraces required on the asterisk bug tracker, available at -\url{http://bugs.digium.com}. The information is required by developers to +\url{https://issues.asterisk.org}. The information is required by developers to help fix problem with bugs of any kind. Backtraces provide information about what was wrong when a program crashed; in our case, Asterisk. There are two kind of backtraces (aka 'bt') which are diff --git a/doc/tex/misdn.tex b/doc/tex/misdn.tex index 2d5c9413c8ee29d7fd12f77600f5d1618254de93..9b2c705cb5813786c8f0c4a13a24d5f20f9fcf92 100644 --- a/doc/tex/misdn.tex +++ b/doc/tex/misdn.tex @@ -247,7 +247,7 @@ parts. mISDN Debug messages begin with an 'I', Asterisk messages begin with an '*', the rest is clear I think. Please take a trace of the problem and open a report in the Asterisk issue -tracker at \url{http://bugs.digium.com} in the "channel drivers" project, +tracker at \url{https://issues.asterisk.org} in the "channel drivers" project, "chan\_misdn" category. Read the bug guidelines to make sure you provide all the information needed. diff --git a/doc/tex/mp3.tex b/doc/tex/mp3.tex index aeb02a0ea4180779d1111a766aef544241656e73..2bb34e3cb2b860cdb59c3a808d526a4bfec4459a 100644 --- a/doc/tex/mp3.tex +++ b/doc/tex/mp3.tex @@ -7,5 +7,5 @@ music on hold selections. However, if you still need to use mp3 as your music on hold format, a format driver for reading MP3 audio files is available in the asterisk-addons SVN repository on svn.digium.com or in the asterisk-addons release at -\url{http://downloads.digium.com/pub/telephony/asterisk/}. +\url{http://downloads.asterisk.org/pub/telephony/asterisk/}. diff --git a/include/asterisk/doxygen/commits.h b/include/asterisk/doxygen/commits.h index e0f111a935b6bf2a52a39111b4e2589be1fdd5fa..0b53a5ba7db5d82b4ea579682d5a30acb964f9eb 100644 --- a/include/asterisk/doxygen/commits.h +++ b/include/asterisk/doxygen/commits.h @@ -52,7 +52,7 @@ * * \section CommitMsgTags Special Tags for Commit Messages * - * \subsection MantisTags Mantis (http://bugs.digium.com/) + * \subsection MantisTags Mantis (https://issues.asterisk.org/) * * To have a commit noted in an issue, use a tag of the form: * \arg (issue #1234) @@ -85,11 +85,11 @@ * need to include something like "fixed by me", as that will be the default * assumption when a specific patch is not referenced. * - * \subsection ReviewBoardTags Review Board (http://reviewboard.digium.com/) + * \subsection ReviewBoardTags Review Board (https://reviewboard.asterisk.org/) * * To have a commit set a review request as submitted, include the full URL * to the review request. For example: - * \arg Review: %http://reviewboard.digium.com/r/95/ + * \arg Review: %https://reviewboard.asterisk.org/r/95/ * * \note The trailing slash in the review URL is required. * diff --git a/include/asterisk/doxygen/reviewboard.h b/include/asterisk/doxygen/reviewboard.h index 57fa01b51ccf909f95de77cf56cf6bf9100cc950..b86445416fd323b66b6d529f32212e57175d7deb 100644 --- a/include/asterisk/doxygen/reviewboard.h +++ b/include/asterisk/doxygen/reviewboard.h @@ -27,7 +27,7 @@ * * \section ReviewboardGuidelines Usage Guidelines * - * Mantis (http://bugs.digium.com) and Reviewboard (http://reviewboard.digium.com) + * Mantis (https://issues.asterisk.org) and Reviewboard (https://reviewboard.asterisk.org) * are both utilities that the Asterisk development community uses to help * track and review code being written for Asterisk. Since both systems * are used for posting patches, it is worth discussing when it is appropriate @@ -78,7 +78,7 @@ * the server option: * \verbatim - $ post-review --server=http://reviewboard.digium.com + $ post-review --server=https://reviewboard.asterisk.org \endverbatim * * \subsection postreviewnewfiles Dealing with New Files diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h index e8ca6eca5a56a897e5f4e328fdf01dbecfc49b9f..28103179dcd6ae5eaae89edbcc676e759f96d3d8 100644 --- a/include/asterisk/doxyref.h +++ b/include/asterisk/doxyref.h @@ -64,7 +64,7 @@ * * \section weblinks Web sites * \arg \b Main: Asterisk Developer's website http://www.asterisk.org/developers/ - * \arg \b Bugs: The Issue Tracker http://bugs.digium.com + * \arg \b Bugs: The Issue Tracker https://issues.asterisk.org * \arg \b Lists: List Server http://lists.digium.com * \arg \b Wiki: The Asterisk Wiki http://www.voip-info.org * \arg \b Docs: The Asterisk Documentation Project http://www.asteriskdocs.org diff --git a/main/enum.c b/main/enum.c index 959f9aab5b4f5e422b9a96b73690db8cf6cbc81f..c8ff67e2be0fbff04bfa7fe237e69d91433b834c 100644 --- a/main/enum.c +++ b/main/enum.c @@ -41,7 +41,7 @@ * * \par Possible improvement * \todo Implement a caching mechanism for multile enum lookups - * - See http://bugs.digium.com/view.php?id=6739 + * - See https://issues.asterisk.org/view.php?id=6739 * \todo The service type selection needs to be redone. */