[Asterisk-java-cvs] CVS: asterisk-java/src/java/net/sf/asterisk/fastagi AbstractAGIScript.java,1.13,
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 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6568/src/java/net/sf/asterisk/fastagi Modified Files: AbstractAGIScript.java Log Message: Enhanced javadoc for getData Index: AbstractAGIScript.java =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/AbstractAGIScript.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -p -r1.13 -r1.14 --- AbstractAGIScript.java 27 Jul 2005 09:59:44 -0000 1.13 +++ AbstractAGIScript.java 30 Jul 2005 20:37:29 -0000 1.14 @@ -144,7 +144,8 @@ public abstract class AbstractAGIScript /** * Plays the given file and waits for the user to enter DTMF digits until he - * presses '#'. + * presses '#'. The user may interrupt the streaming by starting to enter + * digits. * * @param file the name of the file to play * @return a String containing the DTMF the user entered @@ -161,7 +162,8 @@ public abstract class AbstractAGIScript /** * Plays the given file and waits for the user to enter DTMF digits until he - * presses '#' or the timeout occurs. + * presses '#' or the timeout occurs. The user may interrupt the streaming + * by starting to enter digits. * * @param file the name of the file to play * @param timeout the timeout to wait for user input.<br> @@ -182,7 +184,8 @@ public abstract class AbstractAGIScript /** * Plays the given file and waits for the user to enter DTMF digits until he * presses '#' or the timeout occurs or the maximum number of digits has - * been entered. + * been entered. The user may interrupt the streaming by starting to enter + * digits. * * @param file the name of the file to play * @param timeout the timeout to wait for user input.<br> |