Can I install Asterisk in Fedora4?
Any instraction page for installing Asterisk and configuring it in linux or BSD ?
Thank you
Can I install Asterisk in Fedora4?
Any instraction page for installing Asterisk and configuring it in linux or BSD ?
Thank you
Yes sure.
First you have to download the tar file of asterisk. Then extract it to the /usr/src/asterisk directory.
Then execute commands.
make clean
make
make install
After this you run the command
make samples.
This will leads to make samples of configuration files in /etc/asterisk directory.
cheers,
ijb