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
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
; 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.
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!
# 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>
# 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>
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.
\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
<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>
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
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
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.
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/}.
*
* \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)
* 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.
*
*
* \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
* 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
*
* \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
*
* \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.
*/