Announcement

Vodia adopts JSON for CDR and PMS integration

Published on:

December 10, 2013

Vodia Networks Inc announced today the adoption of JavaScript Object Notation or JSON for its IP-PBX solution and hostedi.am cloud phone service. The new JSON based interface of the Vodia IP-PBX solution will enable integration with Call reporting tools, Property Management System (PMS), Home Automation systems and HVAC remote control.

Vodia Networks Inc  announced today the adoption of JavaScript Object Notation or JSON for its IP-PBX solution and hostedi.am cloud phone service. The new JSON based interface of the Vodia IP-PBX solution will enable integration with Call reporting tools, Property Management System (PMS), Home Automation systems and HVAC remote control.

The most important aspect of designing web applications is the selection of a data format and exchange protocol. Although there are a number of protocols available for data exchange, the choice mainly depends on the requirements of the application and the specific function it provides. Up until recently, the most popular protocol for web data exchange was SOAP which formats the data in an XML payload wrapped within a SOAP envelope. While XML works well for many application scenarios, it has its limits. One such area where XML falls short is when designing web applications that can send data to and retrieve data from a server asynchronously (in the background) without interfering with the display and behavior of the existing page (also known as Ajax).

JavaScript Object Notation (or JSON) provides a standardized data exchange format that is better-suited for Ajax-style web applications. JSON uses human-readable text to transmit data objects between a server and web application, as an alternative to XML. One of the biggest advantages of JSON is that it can be parsed by JavaScript allowing you to write very simple JavaScript code that can import JSON text directly.  In the web world, this is a huge advantage compared to competing standards like XML.

Once of the most useful applications of JSON in the PBX context is for exporting CDRs. Vodia PBX now provides the ability to generate JSON based Call Detail Records (CDRs) that can be exported to an external database such as MySQL. Once the CDRs are stored in the database, developers can write their own PHP code to generate call reports from the stored data. Since the JSON CDRs are written directly at the end of each call, reports created in this way are extremely up-to-date and can be used for real-time call reporting tools.

Vodia PBX is also able to use JSON as a data exchange protocol for integration with Property Management Systems (PMS). In the hospitality industry a Property Management System or PMS is a comprehensive software application used to coordinate the operational functions of a hotel. JSON allows Vodia PBX to interface with such Property Management Systems to provide features such as Integrated wakeup, Front desk check-in/check-out, Activation/Deactivation of phones for calls at guest check-in, Activation of guest voicemail box, Cleaning of voice messages in guest voicemail box upon check-out, Do-not-disturb activation/deactivation and Built in room state system for control of room status and maids.

The highly customizable JSON interface of the Vodia PBX can also be used for a number of other applications such as Home Automation and HVAC remote control.

For further details please visit http://www.vodia.com/documentation/actionurl  or contact sales@vodia.com.

Derniers articles

Voir tous

Integrating OpenAI's Realtime API with Vodia PBX: Webinar Recording Now Available

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.

December 18, 2024

Unlock the Power of OpenAI’s Realtime API with Vodia PBX: Join Our Exclusive Webinar!

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!

December 4, 2024

Connecting to OpenAI Realtime API

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.

November 26, 2024