From: Sean Bright Date: Tue, 26 Mar 2019 21:55:55 +0000 (-0400) Subject: app_queue: Fix documentation for QUEUE_MEMBER function. X-Git-Tag: 13.26.0-rc1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a6bd68869625fec84ae4547d52a34166a1294a7;p=thirdparty%2Fasterisk.git app_queue: Fix documentation for QUEUE_MEMBER function. It was a copy/paste of the QUEUE_MEMBER_COUNT function's synopsis. ASTERISK-20986 #close Reported by: Olivier Krief Change-Id: If51ec481feb35824a4e78ab5600b197b819b10be --- diff --git a/apps/app_queue.c b/apps/app_queue.c index e611a3a9f2..c5508e30ec 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -539,7 +539,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Count number of members answering a queue. + Provides a count of queue members based on the provided criteria, or updates a + queue member's settings.