[svn-commits] branch 1.2 r17283 - /branches/1.2/apps/app_senddtmf.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Apr 4 08:24:51 MST 2006
Author: mogorman
Date: Tue Apr 4 10:24:50 2006
New Revision: 17283
URL: http://svn.digium.com/view/asterisk?rev=17283&view=rev
Log:
Adds documentation to show what the w flag.
Patch from Ian Kinner at Digium.
Modified:
branches/1.2/apps/app_senddtmf.c
Modified: branches/1.2/apps/app_senddtmf.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_senddtmf.c?rev=17283&r1=17282&r2=17283&view=diff
==============================================================================
--- branches/1.2/apps/app_senddtmf.c (original)
+++ branches/1.2/apps/app_senddtmf.c Tue Apr 4 10:24:50 2006
@@ -50,7 +50,7 @@
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";
More information about the svn-commits
mailing list