I wrote a little Asterisk 1.2 installation script which automatically installs:
All Dependencies
Asterisk-1.2.24
Asterisk-Addons-1.2.7
Zaptel-1.2.20
LibPRI-1.2.5
FreePBX-2.3.0
SpanDSP for FAX Support
on a Debian OS. Its a very basic script, but saves a hell of time during installations.
You will get a perfect PBX system without the need of using Trixbox etc.
This script is not changing or adding any proprietary software. It’s just a simple installation routine… smile.
Why i use Asterisk 1.2
most stable Asterisk so far
FreePBX is not running well on Asterisk 1.4 yet
Asterisk GUI (Asterisk Now) still in Beta…
Download:
You can download the installation script from here
How to use the script?
Install a basic Debian OS 4 Netinstall systemthen copy and execute the asterisk installation script. (make sure you have internet connection).
The install script needs executing rights (chmod +x asteriskinstall)
./asteriskinstall
Done!
Stay tuned, i’m working on a automated installation for a Asterisk cluster.
thanks novecento
i just did that
is running yet but i got
…libxml2 its already…
…livxml2-dev not available but other pack reference it…
…might mean the pack is missing obsolete or only available from other source…
…pack livxnl2-dev has no candidate to install
All dependecies sucsesfully installed
…
…
I started all over
installed the cd
problem is debian starts only in cli mode (not gui) where i could pull files from my windows pc
how i get the script in my debian?
[quote=“tony2003”]I started all over
installed the cd
problem is debian starts only in cli mode (not gui) where i could pull files from my windows pc
how i get the script in my debian?
thanks[/quote]
The whole point is to run the OS in CLI mode.
yo can copy the link and then do a wget from the debian system.
i did the script step by step
this are some lines i got:
debian2:~# ./asteriskinstall
Install Depenencies
Reading package lists… Done
Building dependency tree… Done
E: Couldn’t find package build-essential
All Depenencies Successfully Installed
…
…
FreePBX was downloaded
LAME download started
./asteriskinstall: line 176: [: missing `]'
LAME was downloaded
SPANDSP download started
…
…
Configure Makefile for LAME
./asteriskinstall: checking build system type… i686-pc-linux-gnuoldld
checking host system type… i686-pc-linux-gnuoldld
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… no
checking whether to enable maintainer-specific portions of Makefiles… no
checking for style of include used by make… none
checking for gcc… no
checking for cc… no
checking for cc… no
checking for cl… no
configure: error: no acceptable C compiler found in $PATH
See `config.log’ for more details. Exiting.
So there is a problem in these 3 error lines
all the other lines were ok
what can be the problem?