From 1e016da89373c8e4aa5fdd778b6db01f3055af4b Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 29 Apr 2009 08:56:13 +0000 Subject: [PATCH] Fix app_queue XML documentation. I think it would behoove us to force "make validate-docs" to be run after the XML documentation has been generated if dev-mode is enabled. (closes issue #14989) Reported by: tzafrir Patches: app_queue_xml.diff uploaded by tzafrir (license 46) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@190991 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app_queue.c b/apps/app_queue.c index b1a2b40151..1c9d0b730e 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -207,6 +207,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Attempt to enter the caller into the queue at the numerical position specified. 1 would attempt to enter the caller at the head of the queue, and 3 would attempt to place the caller third in the queue. + In addition to transferring the call, a call may be parked and then picked