https://github.com/respoke/chan_respoke-musicbot-example
An example of using the chan_respoke dockerfile to create a music-on-hold auto-answer.
https://github.com/respoke/chan_respoke-musicbot-example
Last synced: 6 months ago
JSON representation
An example of using the chan_respoke dockerfile to create a music-on-hold auto-answer.
- Host: GitHub
- URL: https://github.com/respoke/chan_respoke-musicbot-example
- Owner: respoke
- License: mit
- Created: 2015-11-02T14:49:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T22:30:53.000Z (over 10 years ago)
- Last Synced: 2025-02-03T10:46:24.559Z (over 1 year ago)
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chan_respoke-musicbot
A simple Asterisk installation with the Respoke channel driver configured
to connect to a Respoke application as the endpoint 'musicbot' and play
music when called.
## usage
- To build this image, clone the repo and build using docker:
```bash
git clone https://github.com/respoke/chan_respoke-musicbot-example.git
cd chan_respoke-musicbot-example
docker build -t musicbot .
```
- run the image:
```bash
docker run -e RESPOKE_APP_SECRET=your_application_secret \
--net=host musicbot
```
- fire up a web application that connects to the same app, and place a call
to the `musicbot` endpointId
- you should hear music play!
## license
[MIT](https://github.com/respoke/chan_respoke-musicbot-example/blob/master/LICENSE)