- Remove all things Rayo related. This has been moved into a downstream cookbook at http://github.com/mojolingo/freeswitch-rayo-cookbook
- Update URL for FreeSWITCH git repository (moved to Stash)
- Add additional dev packages now required for source builds
- Remove mod_enum which was breaking source builds
- mod_http_cache is now correctly installed for Rayo servers
- Use a stored GPG key instead of relying on keyservers
- Fix reloading after user resource execution
- Prevent conflicts between our init script and the one provided by packages
- Prefix package key ID for reliable lookup
- Allow specifying the cookbook from which to load the vars template
- Softly reload FreeSWITCH on config changes, rather than doing a full restart
- Allow creating FS users (directory entries) via a LWRP
- Update source build dependencies
- Only place config templates on initial installation. Avoids unnecessarily bouncing config and restarting FreeSWITCH on every run.
- Speed up the source build
- Add additional development pkgs needed by FS master
- Bump to yum 3.x cookbook
- Ensure that mod_ssml, mod_flite and mod_pocketsphinx get installed for a Rayo server
- Install rayo config in source install
- Add support for CentOS
- Default local_ip to the primary interface's IP
- Add rayo recipe for deploying a Rayo server
- First release