[asterisk-commits] trunk r17284 - in /trunk: ./ apps/app_senddtmf.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Apr 4 08:27:48 MST 2006
Author: mogorman
Date: Tue Apr 4 10:27:47 2006
New Revision: 17284
URL: http://svn.digium.com/view/asterisk?rev=17284&view=rev
Log:
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.
........
Modified:
trunk/ (props changed)
trunk/apps/app_senddtmf.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: trunk/apps/app_senddtmf.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_senddtmf.c?rev=17284&r1=17283&r2=17284&view=diff
==============================================================================
--- trunk/apps/app_senddtmf.c (original)
+++ trunk/apps/app_senddtmf.c Tue Apr 4 10:27:47 2006
@@ -52,7 +52,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 asterisk-commits
mailing list