aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 18:27:55 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 18:27:55 +0000
commitfae300261884762f60157bbdfad2ec787e798322 (patch)
tree049d52a8cfe366b4dc73b3d30704de345107cd1e /apps/app_dial.c
parent75c4fb376e39be15118f8158297cf1e082b6f336 (diff)
Clarify app_dial documentation regarding transfers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3006 f38db490-d61c-443f-a65b-d21fe96a405b
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 983e0e9dc..9125e0437 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -61,8 +61,8 @@ static char *descrip =
" This application returns -1 if the originating channel hangs up, or if the\n"
"call is bridged and either of the parties in the bridge terminate the call.\n"
"The option string may contain zero or more of the following characters:\n"
-" 't' -- allow the called user transfer the calling user\n"
-" 'T' -- to allow the calling user to transfer the call.\n"
+" 't' -- allow the called user transfer the calling user by hitting #.\n"
+" 'T' -- allow the calling user to transfer the call by hitting #.\n"
" 'r' -- indicate ringing to the calling party, pass no audio until answered.\n"
" 'm' -- provide hold music to the calling party until answered.\n"
" 'H' -- allow caller to hang up by hitting *.\n"