[asterisk-commits] file: branch 1.4 r55219 -
/branches/1.4/apps/app_queue.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Feb 17 10:39:32 MST 2007
Author: file
Date: Sat Feb 17 11:39:32 2007
New Revision: 55219
URL: http://svn.digium.com/view/asterisk?view=rev&rev=55219
Log:
Add missing membername option to AddQueueMember documentation. (issue #9088 reported by seanbright)
Modified:
branches/1.4/apps/app_queue.c
Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=55219&r1=55218&r2=55219
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Sat Feb 17 11:39:32 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