]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Tue, 4 Apr 2006 16:04:23 +0000 (16:04 +0000)
committerAutomerge script <automerge@asterisk.org>
Tue, 4 Apr 2006 16:04:23 +0000 (16:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@17310 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_senddtmf.c

index c2c3c765d6f1e702fbed8170bbb401c4a0f1cd16..b6f253ab53bcf5b5d23ecdf23ffb1d282924c35f 100644 (file)
@@ -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";