summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-10-13 23:14:19 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-10-13 23:14:19 +0000
commit7215e4179d19ee998315517aaac922c71de32ecd (patch)
treec37fd1c22ac2ae103dfae098916b5e547b69ca09 /apps/app_dial.c
parent0b265779b2dcb72e7c28706f11f72ebc71d66e3e (diff)
add auto-monitor support (issue #5411)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6773 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_dial.c')
-rwxr-xr-xapps/app_dial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index ac579fe94..3b2326188 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -87,8 +87,8 @@ static char *descrip =
" ${EXITCONTEXT} or the current context.\n"
" 't' -- allow the called user to transfer the calling user by hitting #.\n"
" 'T' -- allow the calling user to transfer the call by hitting #.\n"
-" 'w' -- allow the called user to write the conversation to disk via app_monitor\n"
-" 'W' -- allow the calling user to write the conversation to disk via app_monitor\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"
" 'f' -- Forces callerid to be set as the extension of the line \n"
" making/redirecting the outgoing call. For example, some PSTNs\n"
" don't allow callerids from other extensions then the ones\n"