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: 16.3.0-rc1~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5b26ae0a1e6d58c62f02d1f86388d84536d4c7;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 132621dd53..2ad468d2ce 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -583,7 +583,8 @@ - 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.