From: Steve Murphy Date: Sat, 21 Jul 2007 01:08:46 +0000 (+0000) Subject: One small documentation update made to accompany 10154, the upgrading of the queue... X-Git-Tag: 1.6.0-beta1~3^2~1984 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd49bc066c2969e60b9cf46ebc1f892d69ed640;p=thirdparty%2Fasterisk.git One small documentation update made to accompany 10154, the upgrading of the queue ringing to allow periodic announcments git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76222 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index cb0a2b7aaf..a99b38593c 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -143,7 +143,7 @@ static char *descrip = " go to the next step.\n" " 'i' -- ignore call forward requests from queue members and do nothing\n" " when they are requested.\n" -" 'r' -- ring instead of playing MOH.\n" +" 'r' -- ring instead of playing MOH. Periodic Announcements are still made, if applicable.\n" " 't' -- allow the called user to transfer the calling user.\n" " 'T' -- allow the calling user to transfer the call.\n" " 'w' -- allow the called user to write the conversation to disk via Monitor.\n"