Skip to content

Tiniyo voice call applications allow user to manipulate incoming call on tiniyo cloud platform. direct call and restaurant IVR is sample application.

Notifications You must be signed in to change notification settings

tiniyo/voiceapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice applications

golang tiniyo voice call apps. this voice application has direct call and restaurent voice ivr.

Build docker file.

$ docker build -t voiceapps:latest .

Run docker file on port 8080

$ docker run -p 8080:8080 voiceapps:latest

Install and configure ngrok

Install snapd & ngrok

sudo apt update
sudo apt install snapd
sudo snap install ngrok

Run ngrok for 8080 port

$ ngrok http 8080
ngrok by @inconshreveable                                                                                                                                                    
Session Status                online
Session Expires               1 hour, 49 minutes
Version                       2.3.35
Region                        United States (us)
Web Interface                 http://127.0.0.1:4040
Forwarding                    http://04f88df36fbf.ngrok.io -> http://localhost:8080
Forwarding                    **https://04f88df36fbf.ngrok.io** -> http://localhost:8080
                                                                                                   
Connections                   ttl     opn     rt1     rt5     p50     p90                     
                              0       0       0.00    0.00    0.00    0.00

Configure application on Tiniyo platform.

use public https://04f88df36fbf.ngrok.io url from ngrok and configure application on tiniyo for the sip endpoint to test.

About

Tiniyo voice call applications allow user to manipulate incoming call on tiniyo cloud platform. direct call and restaurant IVR is sample application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published