]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
app_queue: Update year Copyright and fix missing tabs in documentation
authorRodrigo Ramírez Norambuena <a@rodrigoramirez.com>
Fri, 18 May 2018 17:46:03 +0000 (13:46 -0400)
committerRodrigo Ramírez Norambuena <a@rodrigoramirez.com>
Tue, 22 May 2018 17:10:59 +0000 (13:10 -0400)
Change-Id: Ieb8faf37dc765463ee5dbca1d1343242c756b1c7

apps/app_queue.c

index f920b8cafbbc9386ae49a369e0c1131365835d80..3047648de40124dfbd66cc833601b4f97900372d 100644 (file)
@@ -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>
  *
        <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>