mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +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 inf28047db36
. Resolves: #430 (cherry picked from commit3bb34477d4
)
This commit is contained in:
committed by
Asterisk Development Team
parent
0fd8f9ca88
commit
f485d3cc8b
@@ -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;
|
||||
|
Reference in New Issue
Block a user