Skip to content

ikrustev/nexmo-sample-voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexmo Voice Sample

Overview

The sample implements simple IVR offering options to listen to audio file, hear the current time or connect to an agent.

Install dependencies

npm install

Prepare config file

Copy provided template and fill in:

cp env-template .env

Webhook setup.

Start ngrok:

ngrok http 3000 

Use provided js to query ngrok public url and setup the nexmo app webhooks

node set-app-webhook.js

Start

node index.js

Try

Call an LVN that is linked to the configured voice app and follow the voice prompts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published