[asterisk-commits] file: trunk r53717 - /trunk/apps/app_queue.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Feb 9 10:14:10 MST 2007
Author: file
Date: Fri Feb 9 11:14:10 2007
New Revision: 53717
URL: http://svn.digium.com/view/asterisk?view=rev&rev=53717
Log:
Clean up documentation of Queue application. (issue #9022 reported by seanbright)
Modified:
trunk/apps/app_queue.c
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=53717&r1=53716&r2=53717
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Fri Feb 9 11:14:10 2007
@@ -133,17 +133,17 @@
"any of the join options cause the caller to not enter the queue.\n"
"The option string may contain zero or more of the following characters:\n"
" 'd' -- data-quality (modem) call (minimum delay).\n"
-" 'h' -- allow callee to hang up by hitting *.\n"
-" 'H' -- allow caller to hang up by hitting *.\n"
+" 'h' -- allow callee to hang up by pressing *.\n"
+" 'H' -- allow caller to hang up by pressing *.\n"
" 'n' -- no retries on the timeout; will exit this application and \n"
" 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"
-" 't' -- allow the called user transfer the calling user\n"
-" 'T' -- to allow the calling user to transfer the call.\n"
-" 'w' -- allow the called user to write the conversation to disk via Monitor\n"
-" 'W' -- allow the calling user to write the conversation to disk via Monitor\n"
+" 'r' -- ring instead of playing MOH.\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"
+" 'W' -- allow the calling user to write the conversation to disk via Monitor.\n"
" In addition to transferring the call, a call may be parked and then picked\n"
"up by another user.\n"
" The optional URL will be sent to the called party if the channel supports\n"
More information about the asterisk-commits
mailing list