The installation procedures of Debian 8 and the pre-compilation work for Asterisk 13 are shown below:
1. Installation of Debian 8
I believe that you would not have any problems in this step since it is general and common as you can find many information on the web. The most important is to install minimal configuration (plain configuratin)
The above command gets the most current version of Asterisk 13. Using the following command, you will see the actual version number that you got.
8. tar –xzvf asterisk-13-current.tar.gz
9. cd asterisk-13.4.0/
Now at the moment of this writing, the current Asterisk 13 version is 13.4.0. You may rename the asterisk-13-current.tar.gz to asterisk-13.4.0.tar.gz for future use.
10. ./contrib/scripts/install_prereq install
11. ./bootstrap.sh
12. ./configure
If the configuration is successful, you will see the following information.
The above command make the system will be automatically run /usr/sbin/asterisk after reboot. Now you need to run "/usr/sbin/asterisk" program manually.
17. /usr/sbin/asterisk
18. /usr/sbin/asterisk -rvvv
If you are able to see the following figure, it means that the installation Asterisk 13 is successful.