| asterisk-java:/asterisk-java/src/java/net/sf/asterisk/fastagi/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
MAIN:srt:20060118133635
by srt on
18 January 2006, 07:36:35 -0600
(2 years 11 months ago)
enhanced javadoc
./AGIRequest.java
1.11
MAIN:srt:20060112140833
by srt on
12 January 2006, 08:08:33 -0600
(2 years 11 months ago)
Added convenience methods for db access and logging (verbose).
./AGIChannel.java
1.8
./BaseAGIScript.java
1.9
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)
./command/VerboseCommand.java
1.5
MAIN:srt:20060112125521
by srt on
12 January 2006, 06:55:21 -0600
(2 years 11 months ago)
Changed the default setup to use a compositestrategy based on resourcebundle and classname strategy
./DefaultAGIServer.java
1.11
MAIN:srt:20060112125431
by srt on
12 January 2006, 06:54:31 -0600
(2 years 11 months ago)
Reduced loglevel for missing resource bundle to info because a missing resourcebundle is ok in the default setup (which is now using a compositestrategy based on resourcebundle and classname strategy)…
MAIN:srt:20060112115024
by srt on
12 January 2006, 05:50:24 -0600
(2 years 11 months ago)
Refactored MappingStrategy class hierarchy and introduced the common base class AbstractMappingStrategy
./AbstractMappingStrategy.java
1.1
./MappingStrategy.java
1.2
./ResourceBundleMappingStrategy.java
1.5
MAIN:srt:20060112114933
by srt on
12 January 2006, 05:49:33 -0600
(2 years 11 months ago)
Added javadoc
./ClassNameMappingStrategy.java
1.2
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.
./command/AGICommand.java
1.5
./command/AbstractAGICommand.java
1.1
./command/AnswerCommand.java
1.2
./command/ChannelStatusCommand.java
1.3
./command/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
./BaseAGIScript.java
1.8
./command/ExecCommand.java
1.5
MAIN:srt:20060112051037
by srt on
11 January 2006, 23:10:37 -0600
(2 years 11 months ago)
added
./ClassNameMappingStrategy.java
1.1
./CompositeMappingStrategy.java
1.1
MAIN:srt:20060111161219
by srt on
11 January 2006, 10:12:19 -0600
(2 years 11 months ago)
added database access methods
./impl/AGIChannelImpl.java
1.9
MAIN:srt:20060111161203
by srt on
11 January 2006, 10:12:03 -0600
(2 years 11 months ago)
fixed DatabaseDelTree command
./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
./AGIChannel.java
1.7
./BaseAGIScript.java
1.7
./command/GetFullVariableCommand.java
1.2
./impl/AGIChannelImpl.java
1.8
MAIN:srt:20051127160817
by srt on
27 November 2005, 10:08:17 -0600
(3 years 1 month ago)
Added callingPres, callingAni2, callingTns and callingTon properties to AGIRequest (AJ-22)
./AGIRequest.java
1.10
./impl/AGIRequestImpl.java
1.11
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)
./AGIChannel.java
1.6
./AbstractAGIScript.java
1.19
./BaseAGIScript.java
1.6
./command/GetFullVariableCommand.java
1.1
./command/ReceiveTextCommand.java
1.1
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!
./AGIChannel.java
1.5
./BaseAGIScript.java
1.5
./command/GetDataCommand.java
1.7
./command/WaitForDigitCommand.java
1.3
./impl/AGIChannelImpl.java
1.6
MAIN:srt:20051110104125
by srt on
10 November 2005, 04:41:25 -0600
(3 years 1 month ago)
*** empty log message ***
./DefaultAGIServer.java
1.10
MAIN:srt:20051108211131
by srt on
08 November 2005, 15:11:31 -0600
(3 years 1 month ago)
*** empty log message ***
./AGIRequest.java
1.9
./command/GetVariableCommand.java
1.6
./impl/AGIRequestImpl.java
1.10
MAIN:srt:20051108003128
by srt on
07 November 2005, 18:31:28 -0600
(3 years 1 month ago)
getDnid() and getRdnis() now return null if unknown for concistency
./AGIRequest.java
1.8
./impl/AGIRequestImpl.java
1.9
MAIN:srt:20051108002539
by srt on
07 November 2005, 18:25:42 -0600
(3 years 1 month ago)
Fixed Caller*ID with Asterisk 1.2 (AJ-21)
./AGIRequest.java
1.7
./impl/AGIRequestImpl.java
1.8
MAIN:srt:20051106005438
by srt on
05 November 2005, 18:54:38 -0600
(3 years 2 months ago)
changed name of property bindPort to port
./DefaultAGIServer.java
1.9
MAIN:srt:20051104214901
by srt on
04 November 2005, 15:49:01 -0600
(3 years 2 months ago)
enhanced logging to make tracking mapping errors easier
./AGIConnectionHandler.java
1.13
MAIN:srt:20051025224325
by srt on
25 October 2005, 17:43:25 -0500
(3 years 2 months ago)
moved implementation of net.sf.asterisk.io to the corresponding impl package
./DefaultAGIServer.java
1.8
MAIN:srt:20051025223734
by srt on
25 October 2005, 17:37:34 -0500
(3 years 2 months ago)
Added javadoc to getFirstLine() and getLines()
./reply/AGIReply.java
1.14
MAIN:srt:20051025222929
by srt on
25 October 2005, 17:29:29 -0500
(3 years 2 months ago)
added javadoc to setMappings
./SimpleMappingStrategy.java
1.4
MAIN:srt:20051025222621
by srt on
25 October 2005, 17:26:21 -0500
(3 years 2 months ago)
added @since 0.2 tag
./AGIServerThread.java
1.2
./SimpleMappingStrategy.java
1.3
MAIN:srt:20051023182304
by srt on
23 October 2005, 13:23:04 -0500
(3 years 2 months ago)
Added AGIServerThread
./AGIServerThread.java
1.1
MAIN:srt:20051014225913
by srt on
14 October 2005, 17:59:13 -0500
(3 years 2 months ago)
changed type of mappings from Properties to Map
./SimpleMappingStrategy.java
1.2
MAIN:srt:20051014214233
by srt on
14 October 2005, 16:42:33 -0500
(3 years 2 months ago)
Added SimpleMappingStrategy
./ResourceBundleMappingStrategy.java
1.3
./SimpleMappingStrategy.java
1.1
MAIN:srt:20050927210726
by srt on
27 September 2005, 16:07:26 -0500
(3 years 3 months ago)
Added getLocalAddress(), getLocalPort(), getRemoteAddress() and getRemotePort() to AGIRequest (AJ-14)
./AGIRequest.java
1.6
./impl/AGIReaderImpl.java
1.3
./impl/AGIRequestImpl.java
1.7
|