mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
general: Fix broken links.
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 f28047db36
.
Resolves: #430
This commit is contained in:
@@ -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;
|
||||
|
@@ -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">
|
||||
|
@@ -385,8 +385,8 @@
|
||||
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" />
|
||||
|
@@ -111,7 +111,7 @@
|
||||
|
||||
<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">
|
||||
@@ -119,7 +119,7 @@
|
||||
<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>
|
||||
@@ -214,7 +214,7 @@
|
||||
<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">
|
||||
@@ -235,7 +235,7 @@
|
||||
<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/*">
|
||||
|
@@ -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 */
|
||||
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user