Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antirek/bounce-call

Every call like a ball
https://github.com/antirek/bounce-call

Last synced: 13 days ago
JSON representation

Every call like a ball

Awesome Lists containing this project

README

        

# bounce-call

## Screenshot

![Demo](https://raw.githubusercontent.com/antirek/bounce-call/master/images/demo.png)

## Install

> git clone https://github.com/antirek/bounce-call.git

> cd bounce-call

> npm install

> bower install

> node app.js

## Config

`````javascript
{
port: 3100, //порт веб-сервера
asterisk: {
host: 'localhost',
port: 5038,
username: 'admin',
password: 'admin'
}
};

`````