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.
2 年之前
ymlam
05cb407a46
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
ed0f5ef6cd
[maven-release-plugin] prepare release 1.0.26
2 年之前
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.
2 年之前
ymlam
4ab8cd54d1
Fix bug of not terminating all service and postback threads at end of broadcast.
2 年之前
ymlam
47aac1fe3d
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
99abefce70
[maven-release-plugin] prepare release 1.0.25
2 年之前
ymlam
9055d74fc3
Fix bug of not updating activity count on exception
2 年之前
ymlam
d2ef935eea
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
4b9d88def7
[maven-release-plugin] prepare release 1.0.24
2 年之前
ymlam
be2dea5835
Remove broadcast expire feature.
2 年之前
ymlam
e5c0187f3c
Transmit ABORT reason when setting BroadcastState to ABORT
2 年之前
ymlam
02761bb49c
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
4e77808570
[maven-release-plugin] prepare release 1.0.23
2 年之前
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.
2 年之前
ymlam
eac461e622
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
91a1db3ee8
[maven-release-plugin] prepare release 1.0.22
2 年之前
ymlam
f285c75523
Added CSV logging function to Broadcast.
CSV logger name as it appears in log4j.properties is "csv".
2 年之前
ymlam
db43bd1dfa
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
aac73913d7
[maven-release-plugin] prepare release 1.0.21
2 年之前
ymlam
44e771a8f6
Allow a job to cause broadcast to abort at time posting
Achieved by adding the isBroadcastFatal method to Job class.
2 年之前
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.
2 年之前
ymlam
dc633b03db
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
ebfa117a90
[maven-release-plugin] prepare release 1.0.20
2 年之前
ymlam
f8ee1ad599
Complete backward compatibility which has a bug in commit 6bd4ca1af3
2 年之前
ymlam
9baa1b9630
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
f0827104bf
[maven-release-plugin] prepare release 1.0.19
2 年之前
ymlam
6bd4ca1af3
Backward compatible with portal not having daily_start/daily_stop times
2 年之前
ymlam
d9d380c4af
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
6217c11631
[maven-release-plugin] prepare release 1.0.18
3 年之前
ymlam
2a802c659e
Fix bug of at times getting stuck at PAUSING state on reaching daily limit
3 年之前
ymlam
bae1535287
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
c2d4c4952f
[maven-release-plugin] prepare release 1.0.17
3 年之前
ymlam
2555d5e4e0
Sleep between postback IO exceptions
3 年之前
ymlam
ca8e5d9260
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
05238171d9
[maven-release-plugin] prepare release 1.0.16
3 年之前
ymlam
d2f9b87a34
Improved interaction between pause by operator and by clock
3 年之前
ymlam
b26988bc59
Replace daily pause/resume with daily operating hours
3 年之前
ymlam
128aba88ba
Allow BroadcastState transition from PAUSING to CANCELED
3 年之前
ymlam
53bc932e97
Added ability for derived Broadcast class to add to configuration output.
3 年之前
ymlam
5f4adb2d9e
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
112258911a
[maven-release-plugin] prepare release 1.0.15
3 年之前
ymlam
f85acef9b3
Separated reschedule function out of postJobStatus() into its own rescheduleJob()
3 年之前
ymlam
8d374f5ebe
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
477ddb3580
[maven-release-plugin] prepare release 1.0.14
3 年之前
ymlam
c29495bf26
Receive daily_pause and daily_resume in broadcast request
3 年之前
ymlam
abf7b6700e
Better use of 'new JSONObject()'
3 年之前
ymlam
9c8d6cab4d
API to configure daily clock
3 年之前
ymlam
920508c409
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
f2e22c4c4a
[maven-release-plugin] prepare release 1.0.13
3 年之前