Tech

How to Interdomain Dialing on the Vodia Phone System

Published on:

July 14, 2023

Vodia gives users the ability to dial other tenants within the system using full NANPA numbers, extensions or extension alias numbers. To access this feature, a multi-tenant license is essential; it empowers you to establish multiple tenants within the system, each resolving to its designated domain. This functionality streamlines communication and fosters an interconnected network within the Vodia Phone System, ensuring efficient and flexible calling across tenants.

Vodia gives you the ability to dial across the phone system to other tenants with a full NANPA number, or with an extension or an alias number for the extension. To use this feature you will need to be running the multi-tenant license; this will enable you to create multi-tenants and have them resolve to that particular domain. For those familiar with the Vodia PBX, here's how to set it up properly.  

doman

Dial Plans 

Vodia uses its dial plan to call outbound - it's usually paired with a SIP trunk but, in this case, we will use the "Loopback" mode”

dialplan

Optional: You could deploy the same dial plan you already have on the system, but you will still need to create the "Loopback" in your dial plan. 

If you want other users to be able to dial across domains, you will need to create the entry in the dial plan; if it's a global dial plan you can just create it there. 

Assuming you already have some entry information in your dial plan, you will need to specify the preference. 

Order of Operation 

Your dial plan has to be clear: do you want to dial another tenant number without leaving the SIP trunk? If so, you will have to define when you want the call to terminate to a SIP trunk. 

In our test, if anyone dials a tenant number, it should go to a local SIP trunk which points to the local IP; in this case it's 127.0.0.1 (see below). 

As you can see, we have created a dummy number on compro.audiomercy.com on extension 4001; in this screenshot extension, 4001 from pbx.audiomercy.com calls number 781-555-6666 on pbx.compro.audiomercy.com.

Try the following:

Create a SIP trunk and rename it. Here are the settings you will need to activate: 

  1. Name to interdomain "keep it simple" ;) 
  2. Type: SIP Gateway
  3. Global Enabled 
  4. Inter-office - Trunk settings set to yes 
  5. Dial plan for outbound calls: here you can choose any dial plan; for now we will need to create a new dial plan, so let's continue building the trunk 

Registration settings 

  1. Under proxy enter 127.0.0.1  
  2. Routing/Redirection as is

Number / Call Identification 

  1. Request: URI "let the system decide" which is the default
  2. From "Based on incoming call" 
  3. To " Same as Request - URI
  4. Remote-Party-ID "Based on incoming call" 
  5. Everything else stays as default
  6. Save

Dial plans

For the dial plan, you can create a new plan or use your existing one 

For the Trunk: use "Try Lookback"; for the pattern use * and pattern * 

You will need to go back into the SIP trunk and choose the new dial plan under the setting "Dial plan for outbound calls"  

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