aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 15:24:50 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 15:24:50 +0000
commitab4a8f16c8d2a201f8ee92dad21d450354a0b183 (patch)
tree7e6dd4fe255d04efcbbaea241974431f5713ea02
parentee89aedb0675a96d2b539c1ccc51f1f1f5abefdf (diff)
Adds documentation to show what the w flag.
Patch from Ian Kinner at Digium. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17283 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_senddtmf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c
index c2c3c765d..b6f253ab5 100644
--- a/apps/app_senddtmf.c
+++ b/apps/app_senddtmf.c
@@ -50,7 +50,7 @@ static char *synopsis = "Sends arbitrary DTMF digits";
static char *descrip =
" SendDTMF(digits[|timeout_ms]): Sends DTMF digits on a channel. \n"
-" Accepted digits: 0-9, *#abcd\n"
+" Accepted digits: 0-9, *#abcd, w (.5s pause)\n"
" The application will either pass the assigned digits or terminate if it\n"
" encounters an error.\n";