A Chef cookbook to install and configure asterisk servers
This cookbook downloads and builds asterisk from sources
Right now this cookbook is just a quick and dirty proof of concept companion for the modularit-kamailio cookbook:
https://github.com/CanaryTek/modularit-kamailio
A base CentOS 6 server
Not much yet. Read the file...
Once you have your server running, if you wan't to manage your configs by yourself insted of using Chef, you can set the following attribute in the server's chef node:
`node['asterisk']['voicemail']['manage_configs']=false`
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Kuko Armas kuko@canarytek.com