aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 16:04:23 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 16:04:23 +0000
commite7c452820946db1c8aba523d0e023c3bb9240039 (patch)
tree42b2f5efe5ee3a2ae0fe1399c814c4c4ba0678ac
parentb7e3cf7d13df7493d5051135a917cbd8eeba1e07 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@17310 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";