Asterisk PBX With Linux

To obtain the latest stable source code via wget, enter the following commands on
the terminal
# cd /usr/src/
# wget -–passive-ftp ftp.digium.com/pub/asterisk/asterisk-1.*.tar.gz
# wget -–passive-ftp ftp.digium.com/pub/asterisk/asterisk-sounds-*.tar.gz
# wget -–passive-ftp ftp.digium.com/pub/zaptel/zaptel-*.tar.gz
# wget -–passive-ftp ftp.digium.com/pub/libpri/libpri-*.tar.gz


Extracting the Source Code
# cd /usr/src/
# tar zxvf zaptel-*.tar.gz
# tar zxvf libpri-*.tar.gz
# tar zxvf asterisk-*.tar.gz
# tar zxvf asterisk-sounds*.tar.gz


Obtaining Asterisk Source Code from CVS

• Export the CVSROOT path:
# cd /usr/src/
# export CVSROOT=:pserver:anoncvs:anoncvs@cvs.digium.com:/usr/cvsroot
• Download HEAD from CVS:
# cvs checkout zaptel libpri asterisk
• Download STABLE 1.0 from CVS:
# cvs checkout –r v1-0 zaptel libpri asterisk
• Download STABLE 1.2 from CVS:
# cvs checkout –r v1-2 zaptel libpri asterisk
• Download optional modules from CVS:
# cvs checkout asterisk-sounds asterisk-addons



Install Asterisk on Linux


  • First Install Libpri
        make clean
        make 
        make install


  • Install Zaptel

        make clean
        ./configure
        make menuselect
        make install


  • Install Asterisk

        make clean
        ./configure
        make menuselect
        make
        make install
        make samples


  • Install Asterisk Addons

        make clean
        ./configure
        make menuselect
        make
        make install

        make samples



Comments

Popular posts from this blog

Install and configure Apache Maven for AEM on Windows 10

Sitecore 9.2 Installation using SIF Step by step

Error: .Net SqlClient Data Provider: Msg 12809, Level 1 remove all users with password before setting the containment property to NONE.