A sample Twilio IVR that does demonstrates voice biometric authentication by using the VoiceIT API.
- Twilio Account -- Twilio Developer Registration
- VoiceIt Account -- VoiceIt Developer Registration
npm install
- Set the environment variable
VOICEIT_PASSWORD
andVOICEIT_DEV_ID
to your VoiceIt developer account credentials. node src/server.js
- Point a Twilio Phone number to VoiceURL to your
http://node-app-from-step2/incoming_call
$ 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