Vodia PBX now allows users to schedule reports beyond daily intervals, supporting weekly, monthly, and quarterly options. Reports can be combined, such as “0:00/week 0:00/month,” to send both weekly and monthly reports at midnight. However, caution is needed when scheduling quarterly reports on busy systems due to performance concerns. The web interface now offers period selection for reports, such as the current or previous day, week, or month. While this simplifies report generation, large systems should be mindful of potential slowdowns when accessing large amounts of data. The "Try" button continues to generate daily reports.
A common requirement in PBX systems is to generate reports. Many of those reports are generated daily. The PBX was already offering such reports for ACD and other accounts at midnight, where “midnight” was a term that could be specified in a field where the email address for the report had to be put.
Interestingly, it was already possible to specify more than one time when the report should be generated. We are now building on that possibility and extend it beyond the day.
The old syntax just accepted the time of day (in 24-hour format) when the report should be generated. Because the PBX checks every 15 minutes, it had to be in 15-minute intervals, like 3:45. We now extended that format to accept either the weekday (“sun”, “mon”, … “sat”) or just “week” for Sunday. It is also possible to use “month” for monthly reports and “quarter” for quarterly reports.
It is also possible to combine those reports. For example “0:00/week 0:00/month” will send both weekly and monthly reports at midnight.
It should be noted here that sending out a quarterly report on very busy systems is not a good idea. This will cause the PBX to perform a table scan on all CDR records which can take minutes before that process is done.
The “Try” button will always generate daily reports.
We have taken the concept also into the web interface. The domain ACD page where you can see the agents activity now also spots a new button where you can select the period that should be reported. By default it is the current day, but you can select the previous day, the previous week (assuming that the week starts on Sunday), the current month and the previous month.
Like with the midnight CDR, you need to be careful if you have very busy systems to load the whole month of CDR. The system does limit the search to the current ACD, but if there are millions of CDR this will keep the system busy for a few seconds.
The login stat below the Agent activity and the call dropout report is always per day. This is something we might address in future versions—one of the main challenges is to display agents that use the login and logout a lot without filling up the whole screen.
In our recent webinar, "Integrate OpenAI’s Realtime API with Vodia PBX," we explored how integrating AI with your communication systems can revolutionize the way your business operates. From automating repetitive tasks to improving workflow efficiency, the webinar covered how the collaboration between Vodia PBX and OpenAI’s Realtime API can streamline operations, enhance collaboration - especially for Microsoft Teams users - and provide intelligent automation to stay ahead in a competitive landscape. If you missed the live session or want to revisit the insights, the recording is now available for you to access.
Join our exclusive webinar to explore how Vodia PBX seamlessly integrates with OpenAI’s Realtime API, unlocking powerful new capabilities for your communication systems. This session will showcase how AI-driven features can streamline workflows, improve operational efficiency and elevate the PBX experience for both general users and those on Microsoft Teams. Whether you’re looking to stay ahead of the competition or leverage the latest AI trends, this webinar offers practical knowledge and actionable strategies. Register now to secure your spot and take the first step toward transforming your telecom infrastructure with AI innovation!
This document details the beta version of the Vodia PBX that connects to the OpenAI realtime API, enabling users to interact with a chatbot via telephone. The backend JavaScript code facilitates the connection, handling audio input and output, and the WebSocket connection to the OpenAI API. The setup requires a Vodia PBX version 69.5.3 or higher, an API key, and a license with an IVR node. The demo can be accessed by editing the ivrnode.js template and creating an IVR node in the tenant. The system supports various VoIP devices and offers good voice quality. Future improvements include voice activity detection and the ability to take actions based on OpenAI responses.