Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antirek/bounce-call
- Owner: antirek
- License: mit
- Created: 2015-12-21T07:25:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T04:50:54.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T14:09:23.141Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 122 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
};`````