mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	app_queue: Update year Copyright and fix missing tabs in documentation
Change-Id: Ieb8faf37dc765463ee5dbca1d1343242c756b1c7
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| /* | ||||
|  * Asterisk -- An open source telephony toolkit. | ||||
|  * | ||||
|  * Copyright (C) 1999 - 2017, Digium, Inc. | ||||
|  * Copyright (C) 1999 - 2018, Digium, Inc. | ||||
|  * | ||||
|  * Mark Spencer <markster@digium.com> | ||||
|  * | ||||
| @@ -495,15 +495,15 @@ | ||||
| 	<application name="QueueUpdate" language="en_US"> | ||||
| 		<synopsis> | ||||
| 			Writes to the queue_log file for OutBound calls and updates Realtime Data. | ||||
|             Is used at h extension to be able to have all the parameters. | ||||
| 			Is used at h extension to be able to have all the parameters. | ||||
| 		</synopsis> | ||||
| 		<syntax> | ||||
| 			<parameter name="queuename" required="true" /> | ||||
| 			<parameter name="uniqueid" required="true" /> | ||||
| 			<parameter name="agent" required="true" /> | ||||
| 			<parameter name="status" required="true" /> | ||||
|             <parameter name="talktime" required="true" /> | ||||
|             <parameter name="params" required="false" /> | ||||
| 			<parameter name="talktime" required="true" /> | ||||
| 			<parameter name="params" required="false" /> | ||||
| 		</syntax> | ||||
| 		<description> | ||||
| 			<para>Allows you to write Outbound events into the queue log.</para> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user