[asterisk-commits] file: trunk r55220 - in /trunk: ./
apps/app_queue.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Feb 17 10:41:48 MST 2007
Author: file
Date: Sat Feb 17 11:41:47 2007
New Revision: 55220
URL: http://svn.digium.com/view/asterisk?view=rev&rev=55220
Log:
Merged revisions 55219 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r55219 | file | 2007-02-17 12:39:32 -0500 (Sat, 17 Feb 2007) | 2 lines
Add missing membername option to AddQueueMember documentation. (issue #9088 reported by seanbright)
........
Modified:
trunk/ (props changed)
trunk/apps/app_queue.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=55220&r1=55219&r2=55220
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Sat Feb 17 11:41:47 2007
@@ -161,7 +161,7 @@
static char *app_aqm = "AddQueueMember" ;
static char *app_aqm_synopsis = "Dynamically adds queue members" ;
static char *app_aqm_descrip =
-" AddQueueMember(queuename[|interface[|penalty[|options]]]):\n"
+" AddQueueMember(queuename[|interface[|penalty[|options[|membername]]]]):\n"
"Dynamically adds interface to an existing queue.\n"
"If the interface is already in the queue and there exists an n+101 priority\n"
"then it will then jump to this priority. Otherwise it will return an error\n"
More information about the asterisk-commits
mailing list