aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-20 16:42:53 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-20 16:42:53 +0000
commit14644c46a5467bc99651322500c74dffeddebd34 (patch)
treee12a1de9214b0d9ff61d17fadc6784e5bf81a606 /apps
parent235be5c78591e55354e1f9ce818ff59c21ebe150 (diff)
fix up help text (issue #5479)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6834 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_dial.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 4d9d05ccf..5a32f28d4 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -91,6 +91,8 @@ static char *descrip =
" call gets bridged. The 'called' DTMF string is sent to the called party, and the\n"
" 'calling' DTMF string is sent to the calling party. Both parameters can be used alone.\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 callerid set to numbers that are not assigned to you.\n"
" 'g' -- goes on in context if the destination channel hangs up\n"
" 'G(context^exten^pri)' -- If the call is answered transfer both parties to the specified exten.\n"
" 'h' -- allow callee to hang up by hitting *.\n"
@@ -125,11 +127,8 @@ static char *descrip =
" 'P[(x)]' -- privacy mode, using 'x' as database if provided, or the extension is used if not provided.\n"
" 'r' -- indicate ringing to the calling party, pass no audio until answered.\n"
" 'S(x)' -- hangup the call after x seconds AFTER called party picked up\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"
-" making/redirecting the outgoing call. For example, some PSTNs\n"
-" don't allow callerids from other extensions then the ones\n"
-" that are assigned to you.\n"
+" 't' -- allow the called user to transfer the calling user by hitting the key sequence defiend in features.conf.\n"
+" 'T' -- allow the calling user to transfer the call by hitting the key sequence defined in features.conf.\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\n"
" In addition to transferring the call, a call may be parked and then picked\n"