aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-21 01:08:46 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-21 01:08:46 +0000
commit319cd592795711846fd2ac53dbce0d97a58b630a (patch)
treecf1f2c37c2334e4cb205b764be28539a05265df5 /apps
parent07754d5dfd9f7f63080e28864c15c7c2285e38c0 (diff)
One small documentation update made to accompany 10154, the upgrading of the queue ringing to allow periodic announcments
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@76222 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index cb0a2b7aa..a99b38593 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"