Debian "Etch" + Asterisk + Zaptel + Libpri + mISDN + Asterisk Addons + Asterisk-GUI - Page 3

Want to support HowtoForge? Become a subscriber!
 
Submitted by olaf (Contact Author) (Forums) on Mon, 2008-01-07 17:10. ::

Installing Asterisk

cd /usr/src/asterisk-1.4*
./configure

The next step is not mandatory. To install core and extra sounds in different languages:

make menuselect

Select the core-sounds you would like to play and extra sounds. Exit with "x" to save.

make
make install
make samples
make config
asterisk -vvvc
stop now
echo "ztdummy" >> /etc/modules

Note: If you make a mistake and/or the compilation fails, you need to run:

make clean

then

./configure

and

make install

again.

Reboot and test if the system startup is correct.

reboot

asterisk -r
exit

 

Install Asterisk-Addons

cd /usr/src/asterisk-addons*
./configure && make && make install
make samples


Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.
Submitted by Ajit (not registered) on Thu, 2008-09-25 09:56.

It is not "X" , it is "S"...

"Select the core-sounds you would like to play and extra sounds. Exit with "x" to save."

**************************************************

Asterisk Module and Build Option Selection

**************************************************
Press 'h' for help.
ARE YOU SURE?
--- It appears you have made some changes, and
you have opted to Quit without saving these changes!
Please Enter Y to exit without saving;
Enter N to cancel your decision to quit,
and keep working in menuselect, or
Enter S to save your changes, and exit

 


 Rgds,