[Asterisk-java-cvs] CVS: asterisk-java/src/java/net/sf/asterisk/fastagi/command GetDataCommand.java,
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-07-30 20:37:37
|
Update of /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/command In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6568/src/java/net/sf/asterisk/fastagi/command Modified Files: GetDataCommand.java Log Message: Enhanced javadoc for getData Index: GetDataCommand.java =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/command/GetDataCommand.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -p -r1.4 -r1.5 --- GetDataCommand.java 8 May 2005 12:39:29 -0000 1.4 +++ GetDataCommand.java 30 Jul 2005 20:37:28 -0000 1.5 @@ -17,7 +17,8 @@ package net.sf.asterisk.fastagi.command; /** - * Stream the given file, and recieve DTMF data.<br> + * Stream the given file, and recieve DTMF data. The user may interrupt the streaming + * by starting to enter digits.<br> * Returns the digits recieved from the channel at the other end.<br> * Input ends when the timeout is reached, the maximum number of digits is read * or the user presses #. |