Skip to content

Release 0.8.2 9-17-2024

Overview

This release focuses on the user interface. Over the summer, the entire front-end was rewritten into Vue 3, which has resulted in a much faster and more responsive user experience. The new UI is also more modular, which will allow for easier future development and new features. You can see this in the Rules pages, where charts and related tasks are now available. Reputation Charts uses a modern chart library, and the Webhook editor has a fully validated JSON Editor experience. Also by request, Dark mode is now available, and auto deteced based on your browser settings.

This release also incldues IPV6 support, dual stack or IPV4 only, including support for Callmanager, Phone Dashboard, and Phone Discovery App.

Also, a web based SSL Certificate Management tool is now available, which allows you to manage your Appliance SSL certificates from your browser. You do have to restart via CLI, but uploading and verifying is all done in the browser.

And several new features for CDR Reporting and Call Accounting, including a new CDR Conditions Search, and new Visible Column Management page.

Policy Management

  • Policy Page now live updates from keepalive and policy hits.
  • Added Policy History per Policy tab.
  • Added Mark offline button for policies for troubleshooting.
  • Added reset hit count menu option.
  • Added Rule tabs for Related Tasks and Reports:
    • Call Debug Test
    • Live Calls
    • Policy Usage Chart over the past 24 hours.
  • Fix: Expanded timeout for deleting policies with large history data. Previously would timeout and not delete the policy.
  • Fixed issues with keepalives not being logged correctly, previously would send false alarms about the policy going offline - which were incorrect.

CDR Reporting and Call Accounting

  • New CDR Conditions Search - Add multiple search criteria to search for CDR records. Previously search was one field only.
  • New CDR Date and Time Range - Add a date and time range to search for CDR records. Previously it was date only.
  • New Visible Column Management Dialog page - You can now manage the columns that are visible in the CDR Reporting page. You can select any individual CDR field to be visible or hidden.
  • Saves column visibility settings per User.
  • New ability to search content from any CDR field.

Dashboard

  • Scanner Status - added a history feature so you can see history of Callmanager Cluster scanner events.
  • IPV6 Address and IPV6 Subnet Fields.
  • Saves column visibility settings per User.

Policy Apps

  • Webhook App has a new JSON Editor for the body field.
  • UI Validation on all App fields, with error hints and warnings.

Missed Calls

  • Unsubscribe custom text and unique link for users to unsubscribe from missed call alerts.
  • Added refresh button to the data table.

End User Management

  • Poller Status - added a live poller status and history feature so you can see history of End User poller events.

Jabber Portal

  • Better Error handling and caching of user data.

Appliance

  • New UI Web Packages - Entirely UI has been completely rewritten in Vue 3, it's blazing fast now.
  • Dark Mode - Added a dark mode for the UI.
  • New API - The entire UI relies on REST API and SSEs. This means you can build your own UI, or integrate with other systems.
  • IPV6 Support - Support Callamanger, Phone Dashboard, and Phone Discovery with IPV6 only, dual stack and of course IPV4.
  • SSL Certificate Management - You can now upload your own SSL certificates from the UI, including generating CSRs, and generating new private keys.
  • SMTP Anonymous connections for email alerts are now allowed.
  • API Support with access tokens and renewal tokens.