nimbleape / asterisk-dialogflow-ari-bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asterisk Dialogflow ARI Bridge

This application creates a bare bones ARI Bridge. It literally takes calls into an extension and sends their audio to Dialogflow using Asterisk's new External Media capability from 16.6 onwards

Requirements

Install

yarn

Run

Set your config settings in config/default.js (or config/production.js if you're running with NODE_ENV=production)

yarn start

Logging

This project uses Pino as it's logging library which outputs JSON to the console. You can make this easier ot read using pino-pretty or just use the yarn start-pretty command.

Dockerfile

The included Dockerfile is very opinionated. It uses multi stage builds and then uses a "distroless" Node.js image from Google. there's no point exec'ing into it because there's no bash terminal available etc. Use it as Docker should be used :)

About

License:MIT License


Languages

Language:JavaScript 97.1%Language:Dockerfile 2.9%