Recording phone calls is essential for compliance, particularly in industries like brokerage, where proof of phone agreements is required. In the snom ONE PBX, recordings are categorized into automatic and manual types. While manual recordings are handled like voicemail messages, automatic recordings, often generated in bulk in busy call centers, present a challenge for archiving and access. The solution is organizing them in a file system by domain and date for easy retrieval and storage on remote services. The 5.1.3 release introduces HTML5 audio playback for seamless in-browser listening, allowing restricted access to specific recordings without altering file system permissions, though IE users face limitations due to unsupported WAV formats.
Recording phone calls is an important feature of any PBX. Phone calls sometime need to be recorded for legal purposes, for example for broker companies that need a proof when trading agreements are made over the phone.
On the snom ONE PBX, we differentiate between automatically made recordings and recordings that were started manually. The manual recordings are treated similar to voicemail messages and are shown in the voicemail section of the web interface. Because there are usually only a handful of such recordings, the manual recordings are no big problem.
The automatic recordings are generally generated in bulk. Especially in busy call centers with thousands of calls every day, it generates a difficult question on how to archive and access the recordings.
The first answer to this question is the file system. By putting the recordings into directories that are organized by the domain and the date, we make it easy to access files for those who have file system access. Also it is easy to permanently store those files on remote storage services. There are several synchronization services available today for this.
However there was always the demand to have the playback for the recordings right from the web interface. HTML5 has added the audio element, which makes it possible to stream the audio directly to the browser without the need to store it and then play it externally. In other words, it becomes possible to play a recording back with a simple click. Also it makes it possible to grant access only to certain recordings, for example only to those made by a certain agent group without having to tweak file system access. This is what we have added to the upcoming 5.1.3 release. For the various recording locations, we have put a little triangle next to the recording record. When the user clicks on it, it makes the audio player visible and starts the playback.
While we were on it, we also started to add the playback feature in other places like the auto attendant IVR control (see screenshot). This makes it easier, faster and more fun to set the attendant up.
Most desktop browsers support this method. Unfortunately, Internet Explorer is again an exception here because it is not able to play back simple WAV files. Encoding the recordings in MP3 or even AAC is not an option for the PBX, so that we are not able to offer this feature for IE users. However, in most installations users have also other browsers installed, so that it will be possible to use this new feature for practically all users. Also the feature availability for mobile users is limited. Here we expect that over time, more and more mobile devices support the HTML5 audio tag with the WAV format.
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.