ymlam
40b7bd426b
[maven-release-plugin] prepare for next development iteration
il y a 1 an
ymlam
33308e7d2f
[maven-release-plugin] prepare release 1.0.32
il y a 1 an
ymlam
93d7d53439
Easier understandable algorithm for determining within operating hours.
il y a 1 an
ymlam
c480c88ba9
Close window of missing clock action on a heavily loaded system.
The clock thread may not wake up during the daily pause
and daily resume minute, and when it does not, the corresponding
wall clock action will be missed.
The fix is in checkout the time of operations every time the
clock thread wakes up.
There is no longer need for the clock to wake up in the middle of
a wall clock minute. So we improved the user experience by waking
up this thread at the beginning of every minute.
il y a 1 an
ymlam
50e0fbe29b
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
10dfc674f6
[maven-release-plugin] prepare release 1.0.31
il y a 2 ans
ymlam
5577211a22
report remaining job count, instead of 0, as ready when posting canceled broadcast status
il y a 2 ans
ymlam
fc6784f93a
No longer reqires data returned from posting to portal.
il y a 2 ans
ymlam
2b3295588b
Count active jobs only over dispatched jobs whose status is not final.
il y a 2 ans
ymlam
1952dce39c
Allow derived class to add resume conditions.
il y a 2 ans
ymlam
acf1af3825
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
f486d99b48
[maven-release-plugin] prepare release 1.0.30
il y a 2 ans
ymlam
30e69b4aba
Fix bug of not terminating broadcast -- affects EmailEngine only
il y a 2 ans
ymlam
efc7f23d2b
Resume by clock only resumes if pause is by clock
il y a 2 ans
ymlam
d40481679e
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
45d04a785b
[maven-release-plugin] prepare release 1.0.29
il y a 2 ans
ymlam
940e276ab2
Updates to support Live Call 2, i.e. agent first
il y a 2 ans
ymlam
917478021a
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
fd0185ecfd
[maven-release-plugin] prepare release 1.0.28
il y a 2 ans
ymlam
244f78b435
Fix bug of generating bad XML when launch_record_id is not supplied in request.
il y a 2 ans
ymlam
bfb8db9793
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
5fe7cb2170
[maven-release-plugin] prepare release 1.0.27
il y a 2 ans
ymlam
952d8acb7e
Relax requirement of launch_record_id in broaddast request.
There is no meaningful processing of launch_record_id, which
is really just a pass through back to portal.
il y a 2 ans
ymlam
05cb407a46
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
ed0f5ef6cd
[maven-release-plugin] prepare release 1.0.26
il y a 2 ans
ymlam
fba1269d2d
Fix bug of missing trailing VoiceCall status updates to portal.
Reason is due to premature terminating postback threads because
the serviceActivityCount is decremented erreously when updating
intermediate job statuses with portal.
Fix is in classifying job status as final or non-final.
As it is, all JobStatus in CommEngine are final; however,
derived classes may have non-final JobStatus.
il y a 2 ans
ymlam
4ab8cd54d1
Fix bug of not terminating all service and postback threads at end of broadcast.
il y a 2 ans
ymlam
47aac1fe3d
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
99abefce70
[maven-release-plugin] prepare release 1.0.25
il y a 2 ans
ymlam
9055d74fc3
Fix bug of not updating activity count on exception
il y a 2 ans
ymlam
d2ef935eea
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
4b9d88def7
[maven-release-plugin] prepare release 1.0.24
il y a 2 ans
ymlam
be2dea5835
Remove broadcast expire feature.
il y a 2 ans
ymlam
e5c0187f3c
Transmit ABORT reason when setting BroadcastState to ABORT
il y a 2 ans
ymlam
02761bb49c
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
4e77808570
[maven-release-plugin] prepare release 1.0.23
il y a 2 ans
ymlam
e4da5bf0c7
Fix bug of not posting the correct debit for voice calls.
Fixed by decrementing serviceActivityCount only by postJobStatus method.
Also jobs being scheduled are taken into considering when deciding
to advance broadcast state COMPLETED to ALLDONE.
il y a 2 ans
ymlam
eac461e622
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
91a1db3ee8
[maven-release-plugin] prepare release 1.0.22
il y a 2 ans
ymlam
f285c75523
Added CSV logging function to Broadcast.
CSV logger name as it appears in log4j.properties is "csv".
il y a 2 ans
ymlam
db43bd1dfa
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
aac73913d7
[maven-release-plugin] prepare release 1.0.21
il y a 2 ans
ymlam
44e771a8f6
Allow a job to cause broadcast to abort at time posting
Achieved by adding the isBroadcastFatal method to Job class.
il y a 2 ans
ymlam
0364609e68
Re-declare enum JobStatus as an interface so it can be virtually extended by derived Engines
Thie allows for removal of entries from the original enum JobStatus that more
appropriately belong to derivation of CommEngine. Such data complicates
the management of the original JobStateus when adding new CommEngines.
These entries can be declared in a new enums implementing
the JobStatus interface, for each derived CommEngine.
il y a 2 ans
ymlam
dc633b03db
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
ebfa117a90
[maven-release-plugin] prepare release 1.0.20
il y a 2 ans
ymlam
f8ee1ad599
Complete backward compatibility which has a bug in commit 6bd4ca1af3
il y a 2 ans
ymlam
9baa1b9630
[maven-release-plugin] prepare for next development iteration
il y a 2 ans
ymlam
f0827104bf
[maven-release-plugin] prepare release 1.0.19
il y a 2 ans
ymlam
6bd4ca1af3
Backward compatible with portal not having daily_start/daily_stop times
il y a 2 ans