Start the compilation process using the make command :-
sudo make
Once its completed you will see the following message which means that the Asterisk was successfully compiled :-
+--------- Asterisk Build Complete ---------+ + Asterisk has successfully been built, and + + can be installed by running: + + + + make install + +-------------------------------------------+
Run the make install:-
sudo make install
After the successfully Asterisk installation you will see the following message :-
+---- Asterisk Installation Complete -------+ + + + YOU MUST READ THE SECURITY DOCUMENT + + + + Asterisk has successfully been installed. + + If you would like to install the sample + + configuration files (overwriting any + + existing config files), run: + + + + For generic reference documentation: + + make samples + + + + For a sample basic PBX: + + make basic-pbx + + + + + +----------------- or ---------------------+ + + + You can go ahead and install the asterisk + + program documentation now or later run: + + + + make progdocs + + + + **Note** This requires that you have + + doxygen installed on your local system + +-------------------------------------------+
After that install the Asterisk sample configuration files :-
Pingback: How to Install Asterisk-GUI in Ubuntu - henyhely.in