mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +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:
		| @@ -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> | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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. | ||||
|   | ||||
| @@ -22,7 +22,7 @@ | ||||
|  * | ||||
|  * \author\verbatim Terry Wilson <twilson@digium.com> \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. | ||||
|  */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user