vagrant-asterisk-debian
is a simple vagrant project that simplifies the provision of an Asterisk PBX into a Debian machine. It can be useful if you want to prepare this kind of scenario quickly.
- Vagrant Box:
debian/jessie64
- Asterisk PBX Version:
13.14.0
VirtualBox 5.0.*
Vagrant 1.8.*
Install vagrant-vbguest
plugin. It installs the host's VirtualBox Guest Additions on the guest system.
vagrant plugin install vagrant-vbguest
Create and configure the machine:
vagrant up
Now, you are ready to play with your Asterisk
service asterisk status
Here the output:
asterisk.service - LSB: Asterisk PBX
Loaded: loaded (/etc/init.d/asterisk)
Active: active (running)
MIT