Skip to content

An example of using the chan_respoke dockerfile to create a music-on-hold auto-answer.

License

Notifications You must be signed in to change notification settings

respoke/chan_respoke-musicbot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    git clone https://github.com/respoke/chan_respoke-musicbot-example.git
    cd chan_respoke-musicbot-example
    docker build -t musicbot .
  • run the image:

    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

About

An example of using the chan_respoke dockerfile to create a music-on-hold auto-answer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published