Notifications

Release notes on tasks that apply to Notifications.

Version Type Description ID
21.1.0.0 CORR The issues that occurred when the default alias was used for the Standby Scheduled callback notification have been fixed. TI-17523
21.1.0.0 ENH DB-Schema changes for Floodgate Messaging:
  • A new table was added, MassNotificationProdRecipient to allow call bundling. This means that clients with the same number are grouped together and only receive a single notification. The table has three fields: massNotificationProdRecipId, productRecipientId, and massNotificationRecipientId.
  • The ProductRecipientId field was removed from the MassNotificationRecipient table.
TI-17408
21.1.0.0 ENH Additional languages now supported for Vehicle Arrived notifications. TI-14500
21.2.0.0 CORR Reminder in advance calls now only read out trips with the set subtype for the specified date. Previously, the system also read out trips with a different subtype occurring on the same day. (The subtype is set in the Notification > Generator > PASS > ReminderInAdvance > TripRetrieveSubType property.) TI-17993
21.3.1.0 CORR Support for the filtering by subtype of all PASS notifications: ImminentArrival, ReminderInAdvance, Standby, TripConfirmation, TripDenial, TripReminder, and AdvanceDropoffNotice has been added. (The subtypes are set in the Notification/Generator/PASS/*/TripRetrieveSubType. The * refers to the type of PASS notification.) TI-18132
21.3.1.0 CORR Added a new context property: Notification > Generator > PASS > TripConfirmation > BookingConfirmation > CallTimeDelay context property for Booking Confirmation Populator, which allows users to delay the generation of newly created bookings. TI-18263
21.4.1.0 CORR Added a new context property, Notification > Delivery > Voice > CountNoResourcesAsFailedAttempt. If selected, calls with 'NO_RESOURCES: no free channel or media resource' are counted as failed delivery attempts. The calls are then covered by the number of failed attempts limit. TI-18786
21.4.1.0 CORR Added new two context properties to manage the purging of email .dat files:
  1. Notification > Delivery > Email > PurgeFailedDatFilesLookBack - Sets the number of days to preserve .dat files for failed notifications. If set to 0, all .dat files related to failed notifications are deleted the next time an attempted purge takes place. The default value is 30 and the property is stored in the INI file.
  2. Notification > Delivery > Email > DatFilePurgeLookBack - Sets how far back in time users can look back for sent/expired notifications to delete. If set to 0, all .dat files are checked.
TI-19078
21.5.0.0 ENH The following improvements have been added to the Notifications Manager:
  1. Ability to send a generic SMS notification.
  2. Added options to edit or resend an SMS message.
  3. Added fields to the Sort By list.
  4. Added fields to the Find In filters.
  5. Renamed the following fields: - Delivery Date to Scheduled Delivery Date, Delivery Time to Scheduled Delivery Time, Id to Notification Id
  6. Changed the default number of displayed notifications to 100.
TI-17808
21.5.0.0 CORR The issue of a database deadlock causing other Trapeze applications to stop responding has been fixed. TI-19143
21.6.0.0 ENH Data errors are now treated as warnings in the SMS log messages. TI-19625
21.6.0.0 CORR The issue of email notification .dat files not being deleted has been fixed. The files were expected to be deleted after the email was delivered and the record updated indicating the MessageBody as deleted. (This issue applied only to Oracle databases.) TI-19622
21.6.0.0 CORR The issue of blank Service Notice emails sometimes being sent out has been fixed. TI-18550
21.9.0.0 ENH The following changes have been made to manage the number of voice notifications that are sent at any one time with GVP:
  • The context property, Notification > Delivery > Voice > CheckAvailableSIPLines has been renamed to Notification > Delivery > Voice > CheckAvailablePhoneLines. If selected, the check runs regardless of whether SIP is being used.
  • The context property, Notification > Delivery > Voice > VoiceGateway > CLCCommandPort has been removed. The call to scount (suspend count) will be sent to the same IP/port as the main voice gateway.

The number of IVR notifications that are sent during any one interval will be limited based on the number of available lines minus the number of calls currently in progress as determined by the value in the Notification > Delivery > Voice > AvailablePhoneLines context property.

TI-20041
21.10.0.0 CORR Fixed an issue where enabling push notifications for Imminent Arrival and Reminder-In-Advance caused voice notifications to fail. TI-20326
21.16.0.0 CORR

Fixed PASS Notification service fails based on database connection issues.

MODTE-140