From 43fde6acce9c923b901a22e68602e1004ba97020 Mon Sep 17 00:00:00 2001 From: Matt O'Gorman Date: Tue, 4 Apr 2006 15:24:50 +0000 Subject: [PATCH] Adds documentation to show what the w flag. Patch from Ian Kinner at Digium. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17283 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_senddtmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c index c2c3c765d6..b6f253ab53 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";