Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

MAIN:srt:20060112140436 by srt on 12 January 2006, 08:04:36 -0600 (2 years 11 months ago) Make Review removed duplicated check (checking for value ranges should be Asterisks job, not ours)

./VerboseCommand.java 1.5 history download (+4 -17) diffs

MAIN:srt:20060112103511 by srt on 12 January 2006, 04:35:12 -0600 (2 years 11 months ago) Make Review changed AGICommand to be an interface rather than an abstract class and introduced AbstractAGICommand.

./AGICommand.java 1.5 history download (+5 -34) diffs

./AbstractAGICommand.java 1.1 history download (+69) new

./AnswerCommand.java 1.2 history download (+2 -2) diffs

./ChannelStatusCommand.java 1.3 history download (+2 -2) diffs

./ControlStreamFileCommand.java 1.3 history download (+2 -2) diffs

… 34 more files in changeset.
MAIN:srt:20060112101235 by srt on 12 January 2006, 04:12:35 -0600 (2 years 11 months ago) Make Review Added note about multiple options for exec() to the docs

./ExecCommand.java 1.5 history download (+3 -2) diffs

… 1 more file in changeset.
MAIN:srt:20060111161203 by srt on 11 January 2006, 10:12:03 -0600 (2 years 11 months ago) Make Review fixed DatabaseDelTree command

./DatabaseDelTreeCommand.java 1.3 history download (+35 -19) diffs

MAIN:srt:20051127173104 by srt on 27 November 2005, 11:31:05 -0600 (3 years 1 month ago) Make Review Added convenience methods for new AGICommands

./GetFullVariableCommand.java 1.2 history download (+12 -2) diffs

… 3 more files in changeset.
MAIN:srt:20051127152239 by srt on 27 November 2005, 09:22:39 -0600 (3 years 1 month ago) Make Review Added SayDateTimeCommand (AJ-23)
Added GetFullVariableCommand (AJ-23)
Added ReceiveTextCommand (AJ-23)
Changed SetPriorityCommand to support labels (AJ-23)

./GetFullVariableCommand.java 1.1 history download (+117) new

./ReceiveTextCommand.java 1.1 history download (+88) new

./SayDateTimeCommand.java 1.1 history download (+229) new

./SetPriorityCommand.java 1.5 history download (+14 -13) diffs

… 5 more files in changeset.
MAIN:srt:20051117174135 by srt on 17 November 2005, 11:41:35 -0600 (3 years 1 month ago) Make Review Fixed documentation for timout parameter (its milliseconds for getData and waitForDigit but seconds for getOption).
Well done, Asterisk folks!

./GetDataCommand.java 1.7 history download (+11 -11) diffs

./WaitForDigitCommand.java 1.3 history download (+5 -5) diffs

… 3 more files in changeset.
MAIN:srt:20051108211131 by srt on 08 November 2005, 15:11:31 -0600 (3 years 1 month ago) Make Review *** empty log message ***

./GetVariableCommand.java 1.6 history download (+5 -3) diffs

… 7 more files in changeset.
MAIN:srt:20050828133704 by srt on 28 August 2005, 08:37:04 -0500 (3 years 4 months ago) Make Review Added javadoc (AJ-3)

./ControlStreamFileCommand.java 1.2 history download (+4 -4) diffs

MAIN:srt:20050828133309 by srt on 28 August 2005, 08:33:09 -0500 (3 years 4 months ago) Make Review Added ControlStreamFileCommand (AJ-3)

./ControlStreamFileCommand.java 1.1 history download (+291) new

MAIN:srt:20050823005143 by srt on 22 August 2005, 19:51:43 -0500 (3 years 4 months ago) Make Review Added note about custom asterisk functions to javadocs.
See http://bugs.digium.com/view.php?id=4855 for details

./GetVariableCommand.java 1.5 history download (+3 -1) diffs

MAIN:srt:20050801183843 by srt on 01 August 2005, 13:38:43 -0500 (3 years 5 months ago) Make Review Deprecated execCommand(..) methods in favor of exec(...) in AbractAGIScript
Added GetOptionCommand

./GetOptionCommand.java 1.1 history download (+153) new

… 1 more file in changeset.
MAIN:srt:20050801183749 by srt on 01 August 2005, 13:37:49 -0500 (3 years 5 months ago) Make Review Fixed constructor StreamFileCommand(String file, String escapeDigits, int offset) that ignored the file parameter

./StreamFileCommand.java 1.3 history download (+2 -2) diffs

MAIN:srt:20050730225630 by srt on 30 July 2005, 17:56:30 -0500 (3 years 5 months ago) Make Review Added note that file attribute is mandatory

./GetDataCommand.java 1.6 history download (+3 -2) diffs

MAIN:srt:20050730203728 by srt on 30 July 2005, 15:37:29 -0500 (3 years 5 months ago) Make Review Enhanced javadoc for getData

./GetDataCommand.java 1.5 history download (+3 -2) diffs

… 1 more file in changeset.
MAIN:srt:20050508123929 by srt on 08 May 2005, 07:39:29 -0500 (3 years 8 months ago) Make Review Changed GetDataCommand to include timeout and maxDigits only if needed.

./GetDataCommand.java 1.4 history download (+19 -4) diffs

… 1 more file in changeset.
MAIN:srt:20050410074448 by srt on 10 April 2005, 02:44:48 -0500 (3 years 8 months ago) Make Review Fixed setApplication: no longer sets options to null.

./ExecCommand.java 1.4 history download (+3 -4) diffs

MAIN:srt:20050407000406 by srt on 06 April 2005, 19:04:06 -0500 (3 years 9 months ago) Make Review Fixed spelling

./package.html 1.2 history download (+1 -1) diffs

MAIN:srt:20050406230559 by srt on 06 April 2005, 18:06:00 -0500 (3 years 9 months ago) Make Review Added package level documentation.

./package.html 1.1 history download (+28) new

… 11 more files in changeset.
MAIN:srt:20050406164727 by srt on 06 April 2005, 11:47:27 -0500 (3 years 9 months ago) Make Review Added SayAlphaCommand which is available in latest CVS HEAD

./SayAlphaCommand.java 1.1 history download (+115) new

… 1 more file in changeset.
MAIN:srt:20050313112648 by srt on 13 March 2005, 05:26:48 -0600 (3 years 9 months ago) Make Review Removed dependcy on commons-lang

./AGICommand.java 1.4 history download (+6 -16) diffs

… 15 more files in changeset.
MAIN:srt:20050311231539 by srt on 11 March 2005, 17:15:39 -0600 (3 years 9 months ago) Make Review Added Constructor with file and timeout

./GetDataCommand.java 1.3 history download (+18 -2) diffs

MAIN:srt:20050311222749 by srt on 11 March 2005, 16:27:49 -0600 (3 years 9 months ago) Make Review Fixed parameter javadoc

./SayDigitsCommand.java 1.5 history download (+3 -3) diffs

… 1 more file in changeset.
MAIN:srt:20050311195035 by srt on 11 March 2005, 13:50:35 -0600 (3 years 9 months ago) Make Review Added constructor with musicOnHoldClass parameter

./SetMusicOnCommand.java 1.3 history download (+12 -1) diffs

MAIN:srt:20050311193211 by srt on 11 March 2005, 13:32:11 -0600 (3 years 9 months ago) Make Review Fixed buildCommand (SAY DIGITS instead of STREAM DIGITS)

./SayDigitsCommand.java 1.4 history download (+20 -20) diffs

MAIN:srt:20050311190102 by srt on 11 March 2005, 13:01:02 -0600 (3 years 9 months ago) Make Review Renamed interruptDigits to escapeDigits

./SayNumberCommand.java 1.3 history download (+12 -12) diffs

MAIN:srt:20050311141534 by srt on 11 March 2005, 08:15:35 -0600 (3 years 9 months ago) Make Review priority _is_ int...

./SetPriorityCommand.java 1.4 history download (+5 -5) diffs

… 1 more file in changeset.
MAIN:srt:20050311135843 by srt on 11 March 2005, 07:58:43 -0600 (3 years 9 months ago) Make Review Fixed property priority to be of type String (was int)

./SetPriorityCommand.java 1.3 history download (+5 -5) diffs

MAIN:srt:20050311134113 by srt on 11 March 2005, 07:41:13 -0600 (3 years 9 months ago) Make Review *** empty log message ***

./GetVariableCommand.java 1.4 history download (+3 -3) diffs

MAIN:srt:20050310214811 by srt on 10 March 2005, 15:48:11 -0600 (3 years 9 months ago) Make Review Fixed parameter names

./ExecCommand.java 1.3 history download (+3 -3) diffs

./GetVariableCommand.java 1.3 history download (+3 -3) diffs

./SayDigitsCommand.java 1.3 history download (+3 -3) diffs

./SayPhoneticCommand.java 1.3 history download (+3 -3) diffs

./SayTimeCommand.java 1.3 history download (+3 -3) diffs

… 3 more files in changeset.
earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-308 2008-07-31 ) - Administration - Page generated 2009-01-07 17:51 -0600