sIVR

This solution allows to arrange user calls processing using old plain IVR.
But with some modern features such as voice input and text speaking.
What can make interaction more flexible and convenient.


This is a commercial solution, if you are interested in purchasing or have some questions, please visit a contact page.
There is an evaluation period with installation on your servers (preferred Ubuntu 22.04 x64).



mod_sivr (Freeswitch module)

Distributed as a binary module (can be built for your platform).
Provides a built-in web-based interface that simplifies the management process and eliminating the need to dig in XML over SSH. As well as makes easy integration since all the management functions available over JSON-RPC services.


Basic features:


--- Screenshots ---

         

--- Examples ---

        
<extension name="sivr-test">
 <condition field="destination_number" expression="^(12345)$">
   <action application="sivr" data="test1" />
 </condition>
</extension>