Sample Docker Images For Asterisk Available
Hello all,
I created a set of Docker images running Asterisk and exposing AMI /
ARI ports that i found to be quite useful for ARI / AMI development and regression.
As they are based on Docker with whaleware, adding new configuration files to roll your own dialplan / queues / voicemail etc is pretty easy. And you can run quite a lot on the same box to simulate clusters.
There is no SIP / RTP configured at the moment.
See https://github.com/l3nz/whaleware/blob/master/examples/asterisk-load-test/README.md
Maybe somebody else might find them useful. There is Asterisk 1.8, 11,
12 and 13. Thanks l.
2 thoughts on - Sample Docker Images For Asterisk Available
est/README.md
Great, will try it out tonight …
Thanks
–
If you need to add files, either you create a new Docker image that
“inherits” from one of the images and add properties files to
/ww/files, or just copy the files into a docker instance and do a docker exec to have Asterisk reload them. See e.g. http://stackoverflow.com/questions/22907231/copying-files-from-host-to-docker-container
Make sure you have a look at what whaleware does, as it acts as a good template and manages a number of things for you (eg configuration).
Just .02/chf l.
2015-04-23 8:47 GMT+02:00 Guenther Boelter: