From 7cec18d9331707931e354bf08c9de160857aff05 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Sat, 17 Feb 2007 17:39:32 +0000 Subject: [PATCH] Add missing membername option to AddQueueMember documentation. (issue #9088 reported by seanbright) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@55219 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 7f5e9ca0c3..49eee515b2 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -161,7 +161,7 @@ static char *descrip = 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"