| asterisk-java:/asterisk-java/src/java/net/sf/asterisk/fastagi/command/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
MAIN:srt:20060112140436
by srt on
12 January 2006, 08:04:36 -0600
(2 years 11 months ago)
removed duplicated check (checking for value ranges should be Asterisks job, not ours)
./VerboseCommand.java
1.5
MAIN:srt:20060112103511
by srt on
12 January 2006, 04:35:12 -0600
(2 years 11 months ago)
changed AGICommand to be an interface rather than an abstract class and introduced AbstractAGICommand.
./AGICommand.java
1.5
./AbstractAGICommand.java
1.1
./AnswerCommand.java
1.2
./ChannelStatusCommand.java
1.3
./ControlStreamFileCommand.java
1.3
MAIN:srt:20060112101235
by srt on
12 January 2006, 04:12:35 -0600
(2 years 11 months ago)
Added note about multiple options for exec() to the docs
./ExecCommand.java
1.5
MAIN:srt:20060111161203
by srt on
11 January 2006, 10:12:03 -0600
(2 years 11 months ago)
fixed DatabaseDelTree command
./DatabaseDelTreeCommand.java
1.3
MAIN:srt:20051127173104
by srt on
27 November 2005, 11:31:05 -0600
(3 years 1 month ago)
Added convenience methods for new AGICommands
./GetFullVariableCommand.java
1.2
MAIN:srt:20051127152239
by srt on
27 November 2005, 09:22:39 -0600
(3 years 1 month ago)
Added SayDateTimeCommand (AJ-23) Added GetFullVariableCommand (AJ-23) Added ReceiveTextCommand (AJ-23) Changed SetPriorityCommand to support labels (AJ-23)
./GetFullVariableCommand.java
1.1
./ReceiveTextCommand.java
1.1
./SayDateTimeCommand.java
1.1
./SetPriorityCommand.java
1.5
MAIN:srt:20051117174135
by srt on
17 November 2005, 11:41:35 -0600
(3 years 1 month ago)
Fixed documentation for timout parameter (its milliseconds for getData and waitForDigit but seconds for getOption). Well done, Asterisk folks!
./GetDataCommand.java
1.7
./WaitForDigitCommand.java
1.3
MAIN:srt:20051108211131
by srt on
08 November 2005, 15:11:31 -0600
(3 years 1 month ago)
*** empty log message ***
./GetVariableCommand.java
1.6
MAIN:srt:20050828133704
by srt on
28 August 2005, 08:37:04 -0500
(3 years 4 months ago)
Added javadoc (AJ-3)
./ControlStreamFileCommand.java
1.2
MAIN:srt:20050828133309
by srt on
28 August 2005, 08:33:09 -0500
(3 years 4 months ago)
Added ControlStreamFileCommand (AJ-3)
./ControlStreamFileCommand.java
1.1
MAIN:srt:20050823005143
by srt on
22 August 2005, 19:51:43 -0500
(3 years 4 months ago)
Added note about custom asterisk functions to javadocs. See http://bugs.digium.com/view.php?id=4855 for details
./GetVariableCommand.java
1.5
MAIN:srt:20050801183843
by srt on
01 August 2005, 13:38:43 -0500
(3 years 5 months ago)
Deprecated execCommand(..) methods in favor of exec(...) in AbractAGIScript Added GetOptionCommand
./GetOptionCommand.java
1.1
MAIN:srt:20050801183749
by srt on
01 August 2005, 13:37:49 -0500
(3 years 5 months ago)
Fixed constructor StreamFileCommand(String file, String escapeDigits, int offset) that ignored the file parameter
./StreamFileCommand.java
1.3
MAIN:srt:20050730225630
by srt on
30 July 2005, 17:56:30 -0500
(3 years 5 months ago)
Added note that file attribute is mandatory
./GetDataCommand.java
1.6
MAIN:srt:20050730203728
by srt on
30 July 2005, 15:37:29 -0500
(3 years 5 months ago)
Enhanced javadoc for getData
./GetDataCommand.java
1.5
MAIN:srt:20050508123929
by srt on
08 May 2005, 07:39:29 -0500
(3 years 8 months ago)
Changed GetDataCommand to include timeout and maxDigits only if needed.
./GetDataCommand.java
1.4
MAIN:srt:20050410074448
by srt on
10 April 2005, 02:44:48 -0500
(3 years 8 months ago)
Fixed setApplication: no longer sets options to null.
./ExecCommand.java
1.4
MAIN:srt:20050407000406
by srt on
06 April 2005, 19:04:06 -0500
(3 years 9 months ago)
Fixed spelling
./package.html
1.2
MAIN:srt:20050406230559
by srt on
06 April 2005, 18:06:00 -0500
(3 years 9 months ago)
Added package level documentation.
./package.html
1.1
MAIN:srt:20050406164727
by srt on
06 April 2005, 11:47:27 -0500
(3 years 9 months ago)
Added SayAlphaCommand which is available in latest CVS HEAD
./SayAlphaCommand.java
1.1
MAIN:srt:20050313112648
by srt on
13 March 2005, 05:26:48 -0600
(3 years 9 months ago)
Removed dependcy on commons-lang
./AGICommand.java
1.4
MAIN:srt:20050311231539
by srt on
11 March 2005, 17:15:39 -0600
(3 years 9 months ago)
Added Constructor with file and timeout
./GetDataCommand.java
1.3
MAIN:srt:20050311222749
by srt on
11 March 2005, 16:27:49 -0600
(3 years 9 months ago)
Fixed parameter javadoc
./SayDigitsCommand.java
1.5
MAIN:srt:20050311195035
by srt on
11 March 2005, 13:50:35 -0600
(3 years 9 months ago)
Added constructor with musicOnHoldClass parameter
./SetMusicOnCommand.java
1.3
MAIN:srt:20050311193211
by srt on
11 March 2005, 13:32:11 -0600
(3 years 9 months ago)
Fixed buildCommand (SAY DIGITS instead of STREAM DIGITS)
./SayDigitsCommand.java
1.4
MAIN:srt:20050311190102
by srt on
11 March 2005, 13:01:02 -0600
(3 years 9 months ago)
Renamed interruptDigits to escapeDigits
./SayNumberCommand.java
1.3
MAIN:srt:20050311141534
by srt on
11 March 2005, 08:15:35 -0600
(3 years 9 months ago)
priority _is_ int...
./SetPriorityCommand.java
1.4
MAIN:srt:20050311135843
by srt on
11 March 2005, 07:58:43 -0600
(3 years 9 months ago)
Fixed property priority to be of type String (was int)
./SetPriorityCommand.java
1.3
MAIN:srt:20050311134113
by srt on
11 March 2005, 07:41:13 -0600
(3 years 9 months ago)
*** empty log message ***
./GetVariableCommand.java
1.4
MAIN:srt:20050310214811
by srt on
10 March 2005, 15:48:11 -0600
(3 years 9 months ago)
Fixed parameter names
./ExecCommand.java
1.3
./GetVariableCommand.java
1.3
./SayDigitsCommand.java
1.3
./SayPhoneticCommand.java
1.3
./SayTimeCommand.java
1.3
|