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

Error : DependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.adobe.aem:uber-jar:jar:apis -> version 6.3.0 vs 6.4.0

Operators in Asterisk with Linux

ERROR Exception while handling event Sitecore.Eventing.Remote.PublishEndRemoteEventException: System.AggregateExceptionMessage: One or more exceptions occurred while processing the subscribers to the 'publish:end:remote'