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
1.6.0
Joshua Colp 19 years ago
parent 0e5f3cf25e
commit f95a15ed58

@ -161,7 +161,7 @@ static char *descrip =
static char *app_aqm = "AddQueueMember" ; static char *app_aqm = "AddQueueMember" ;
static char *app_aqm_synopsis = "Dynamically adds queue members" ; static char *app_aqm_synopsis = "Dynamically adds queue members" ;
static char *app_aqm_descrip = 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" "Dynamically adds interface to an existing queue.\n"
"If the interface is already in the queue and there exists an n+101 priority\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" "then it will then jump to this priority. Otherwise it will return an error\n"

Loading…
Cancel
Save