In today’s rapidly evolving digital landscape, businesses need communication solutions that are agile and adaptable. The ability to quickly build and deploy flexible Voice and SMS functionalities is paramount for engaging customers effectively. Modern platforms empower developers to create these solutions with ease, offering a secure and scalable infrastructure that can handle fluctuating demand. This translates to more powerful customer interactions, streamlined workflows, and the ability to tailor communication strategies to specific business needs, all while ensuring data privacy and compliance.
Voice Elements
Wed, 21 Jul 2021 18:11:50 +0000
STIR/SHAKEN: What You Need To Know
STIR/SHAKEN: What You Need To Know
Is Stir/Shaken the latest James Bond-inspired beverage? Not in the telephony world. These FCC call handling protocols are serious business. This new authentication framework is designed to reduce fraudulent robocalls and illegal number spoofing. In our industry where call traffic is our livelihood, Inventive Labs is ready to help your company understand and navigate these new calling protocols.
Wed, 24 Mar 2021 23:24:29 +0000
Redundancy Question
Redundancy Question
QUESTION: we are working on adding high-availability to our voice application by deploying 2x VE onprem platforms and 2 copies of our apps. Both VE units participate in a single, 2-legged SIP trunk on the fronting SBC: The SBC uses OPTIONS keepalive to notice if any of the VE platforms are gone due to network/hardware/etc […]
Tue, 03 Nov 2020 20:16:14 +0000
Writing Code – Twilio vs. Voice Elements
Writing Code – Twilio vs. Voice Elements
In the past, my tool of choice for quickly and easily creating telephony applications has been Inventive Labs' Voice Elements. Its ready integration with Microsoft Visual Studio, easy to understand API, and complete feature set make it an easy choice for projects of all types and sizes.
Sun, 25 Oct 2020 21:54:41 +0000
SIP Call Recording on HMP Elements
SIP Call Recording on HMP Elements
Question: I am seeking some guidance on how to implement sip call recording on our voice servers using the HMP elements. We are making 2 outbound call legs and bridging them together. Could you provide guidance on this capability as well as important things to understand when leveraging the recording feature? Answer: On call recording […]
Fri, 07 Aug 2020 22:15:05 +0000
Getting Started with WebRTC
Getting Started with WebRTC
Question: How do I get started with WebRTC? Answer: You should probably start with: https://download.voiceelements.com/WebRtcSampleV2.zip This has the basics and is easy to get started with for Web, but has no mobile. Then for mobile: https://download.voiceelements.com/MobileElementsServer.zip and https://download.voiceelements.com/MobileElements.zip PS. Please note that the latest HMPE will need to be used for all of the latest […]
Tue, 28 Jul 2020 20:47:18 +0000
How to Route an INVITE to an Alternate IP Address
How to Route an INVITE to an Alternate IP Address
Question: Is there a way I can place a call to a PBX that has a common IP address but also manages multiple domains? For example, our PBX is on 192.168.1.2 and within our PBX we host multiple tenancies. For Example: companyA.com and companyB.com. If I dial 204@192.168.1.2 the packets arrive but the PBX rejects […]
Tue, 28 Jul 2020 19:09:28 +0000
Call Recording Through Microsoft Teams
Call Recording Through Microsoft Teams
Question: Can you help us do call recording through Microsoft Teams for compliance? Answer: Yes indeed. Check out Voice Elements for Microsoft Teams: https://www.voiceelements.com/teams/ Our Voice Elements platform implements a Direct Routing connection to Microsoft Teams. We are then able to provide phone service for inbound and outbound calls. Any call to or from your […]
Tue, 28 Jul 2020 18:28:25 +0000
Sending images through SMS
Sending images through SMS
QUESTION: Do you have the capability to send and receive images over SMS? ANSWER: Yes, check out this link: https://download.voiceelements.com/SMS.REST.API.Reference.Documentation.pdf Look for GetMedia, UploadMedia and the sending command SendSms
Tue, 28 Jul 2020 18:12:40 +0000
Customer Support Question
Customer Support Question
QUESTION: I just realized I forgot to ask you about your support! What type of support do you offer with your SIP trunk services? Do you have some sort of coverage 24/7? Do you enforce SLAs? Do you have some capture and analysis tools or maybe a voice eng team to help troubleshoot any of […]
Tue, 28 Jul 2020 16:24:09 +0000
Outbound Caller ID and Name
Outbound Caller ID and Name
Question: The CallerIdName is set to read-only and is not assignable. Is this simply a change from { get; } to { get; set; } and the rest will be fine or is there other changes needed for that to be assignable? The description of the m_ChannelResource.CallerIdName says it’s for the inbound call. How do […]