From f95a15ed5860fb7b0bcf8fca340060439e063516 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Sat, 17 Feb 2007 17:41:47 +0000 Subject: 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) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55220 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 f4916cf65..842e831e1 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" -- cgit v1.2.3