MAIN:srt:20060112140833
by srt on
12 January 2006, 08:08:33 -0600
(2 years 7 months ago)
Added convenience methods for db access and logging (verbose).
MAIN:srt:20060112140436
by srt on
12 January 2006, 08:04:36 -0600
(2 years 7 months ago)
removed duplicated check (checking for value ranges should be Asterisks job, not ours)
MAIN:srt:20060112125521
by srt on
12 January 2006, 06:55:21 -0600
(2 years 7 months ago)
Changed the default setup to use a compositestrategy based on resourcebundle and classname strategy
MAIN:srt:20060112125431
by srt on
12 January 2006, 06:54:31 -0600
(2 years 7 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 7 months ago)
Refactored MappingStrategy class hierarchy and introduced the common base class AbstractMappingStrategy
MAIN:srt:20060112103511
by srt on
12 January 2006, 04:35:12 -0600
(2 years 7 months ago)
changed AGICommand to be an interface rather than an abstract class and introduced AbstractAGICommand.
MAIN:srt:20060110230911
by srt on
10 January 2006, 17:09:11 -0600
(2 years 7 months ago)
Added "Asterisk Call Manager/1.2" to supported protocol identifiers
MAIN:srt:20060110103358
by srt on
10 January 2006, 04:33:58 -0600
(2 years 7 months ago)
ResponseEvents without internalActionId are no longer logged as errors thanks to Walter Stroebel
MAIN:srt:20060110102208
by srt on
10 January 2006, 04:22:08 -0600
(2 years 7 months ago)
Fixed name of property "channel" (was: loginChan) thanks to Walter Stroebel
MAIN:srt:20051127160817
by srt on
27 November 2005, 10:08:17 -0600
(2 years 8 months ago)
Added callingPres, callingAni2, callingTns and callingTon properties to AGIRequest (AJ-22)
MAIN:srt:20051127152239
by srt on
27 November 2005, 09:22:39 -0600
(2 years 8 months ago)
Added SayDateTimeCommand (AJ-23) Added GetFullVariableCommand (AJ-23) Added ReceiveTextCommand (AJ-23) Changed SetPriorityCommand to support labels (AJ-23)
MAIN:srt:20051117174135
by srt on
17 November 2005, 11:41:35 -0600
(2 years 9 months ago)
Fixed documentation for timout parameter (its milliseconds for getData and waitForDigit but seconds for getOption). Well done, Asterisk folks!