Skip to content

prakashvgr/twilioVoiceItiVR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twilioVoiceItiVR

A sample Twilio IVR that does demonstrates voice biometric authentication by using the VoiceIT API.

Pre-Requisites

Install:

npm install

Configure

  1. Set the environment variable VOICEIT_PASSWORD and VOICEIT_DEV_ID to your VoiceIt developer account credentials.
  2. node src/server.js
  3. Point a Twilio Phone number to VoiceURL to your http://node-app-from-step2/incoming_call

Deploy to Heroku

$ heroku create
$ git push heroku master
$ heroku config:set VOICEIT_PASSWORD=foo VOICEIT_DEV_ID=12345

Point a Twilio Phone number to VoiceURL to your http://my.herokuapp.com/incoming_call

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published