summaryrefslogtreecommitdiff
path: root/apps/app_senddtmf.c
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-04-04 15:27:47 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-04-04 15:27:47 +0000
commit28fd3a4ef1553d46cd4a79f4711d6b4384952383 (patch)
treeefefa1e366ea0128271cbcd8fe7cf88073c732f6 /apps/app_senddtmf.c
parentac0395fac3c7c3fabb91f06e721493ad6d9a74b6 (diff)
Merged revisions 17283 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r17283 | mogorman | 2006-04-04 10:24:50 -0500 (Tue, 04 Apr 2006) | 3 lines Adds documentation to show what the w flag. Patch from Ian Kinner at Digium. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_senddtmf.c')
-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 8b0e90d2e..c25845eb0 100644
--- a/apps/app_senddtmf.c
+++ b/apps/app_senddtmf.c
@@ -52,7 +52,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";