filmov
tv
Asterisk tutorial part 02- Asterisk compiling, installing
Показать описание
"Welcome to my comprehensive Asterisk phone system tutorial! In this video, I'll guide you through the setup, configuration, and management of an Asterisk-based phone system, covering everything from installation to advanced features. Whether you're a beginner or an experienced user, this tutorial has something for everyone. Get ready to enhance your communication capabilities with Asterisk!"
Please follow the below steps to install Asterisk:
1.Asterisk dependencies install:
add-apt-repository universe
apt -y install git curl wget libnewt-dev libssl-dev libncurses5-dev subversion libsqlite3-dev build-essential libjansson-dev libxml2-dev uuid-dev
2. Run the following command to download the mp3 decoder library into the source tree.
cd asterisk-18*/
3. Install script:
contrib/scripts/install_prereq install
4. Build and Install Asterisk
./configure
5. Setup menu options by running the following command:
make menuselect
make
make install
make samples
make config
asterisk
5. Asterisk login console:
asterisk -r
Please follow the below steps to install Asterisk:
1.Asterisk dependencies install:
add-apt-repository universe
apt -y install git curl wget libnewt-dev libssl-dev libncurses5-dev subversion libsqlite3-dev build-essential libjansson-dev libxml2-dev uuid-dev
2. Run the following command to download the mp3 decoder library into the source tree.
cd asterisk-18*/
3. Install script:
contrib/scripts/install_prereq install
4. Build and Install Asterisk
./configure
5. Setup menu options by running the following command:
make menuselect
make
make install
make samples
make config
asterisk
5. Asterisk login console:
asterisk -r