We will start by downloading and compiling asterisk:-
- we will need Asterisk-X.X.XX the main asterisk package
- we will need Asterisk-Addon-X.X.XX which has some adds on for asterisk
- we will need Asterisk-sounds-X.X.XX which has some asterisk sounds we can use
- we will need Zaptel-X.X.XX which has the zap card drivers and modules which we will use for the analog interface and for the timing in asterisk
- we will need libpri-X.X.XX which also good to be in hand for supporting T1/E1/J1 interfaces
Before we start we need to install some requirements I always install the headers and the development packages for mysql , postgresql and openssl in case I wanted to use any of this features with asterisk later on also asterisk require the kernel source, kernel headers, bison and libnewt then we will start by extracting and compiling: tar zxvf libpri-X.X.XX.tar.gz cd libpri-X.X.XX make su - make install
tar zxvf zaptel-X.X.XX cd zaptel-X.X.XX make su - make install
tar zxvf asterisk-x.x.xx.tar.gz cd asterisk-x.x.xx make su - make install make samples
tar zxvf asterisk-addon-X.X.XX.tar.gz cd asterisk-addon-X.X.XX make su - make install
tar zxvf asterisk-sound-X.X.XX.tar.gz cd asterisk-sound-X.X.XX su - make install and You are done with asterisk compiling..
now let us talk about some basics- asterisk configurations exists at /etc/asterisk/
- asterisk sounds exists at /var/lib/asterisk/sounds
- asterisk music on hold files at /var/lib/asterisk/mohmp3/
- asterisk voicemail files and others at /var/spool/asterisk/
- asterisk applications, codecs and channels at /usr/lib/asterisk/modules/
- sip.conf it contain the sip server options , sip registrar and the sip users
- iax.conf it contain the iax server options , iax registrar and the iax users
- extensions.conf it contain the dialplain which we call asterisk heart
- modules.conf it contain which module not to be loaded or loaded
- voicmail.conf it contain the voicemail options
- logger.conf it contain the logger options
Comments
!
No comments ? no updates ? what the how to is perfect ? any body tested ? or I am singing arabic songs in wounderland ?
peace
Live Free Or Die Trying... GPG Key ID:0x6FD809F4
almost a year later...
almost a year later... pity no any opinions. heh ... pity(
Nice Article
Hi .. while doing ma research about asterisk i came across this article .. well nice and clear steps ..i have tried it and it worked but dint try directory yet.. thanks for the valuable info..
well anyone has an idea about dundi in asterisk .. thanks again..
not me
mm after 4 months nop i didn't use DUNDI yet , did u ? and what u were looking to do with asterisk ?
peace
Live Free Or Die Trying... GPG Key ID:0x6FD809F4