FreeSentral > FreeSentral - Yate based IP PBX

Installing Freesentral on a Raspberry Pi

(1/1)

hecatae:
Working from this: http://www.freesentral.com/index.php/Documentation/Installing

Using Raspbian and an 8gb Micro SD on a Model B+
Raspbian version is Wheezy, all desktop packages have been stripped, apt-get update plusdist-upgrade and rpi-update ran to bring up the kernel to 3.12.34, and all packages up to date.

Needed packages:

--- Code: ---build-essential sox autoconf cvs libssl-dev php5-cli lame madplay openssl php5 php5-ming php5-pgsql postgresql apache2 libpq-dev speex subversion telnet
--- End code ---

then

--- Code: ---cd /usr/src/
svn checkout http://voip.null.ro/svn/yate/trunk yate
svn checkout http://voip.null.ro/svn/freesentral/trunk freesentral
--- End code ---

This will pull down revision Rev 5925 - 2014-11-27 14:57:13 GMT of yate and revision Rev 223 - 2013-11-18 13:56:49 GMT of freesentral.

cd into the yate directory, and follow http://docs.yate.ro/wiki/Compiling_and_Installing_Yate_from_SVN_on_Debian

I will update this when I have completed this step, first issue, to get the postgresql module recognised install libpq-dev.

make completed, ran make install no-api

yate built,

but the instructions to


--- Code: ---cd /usr/src/yate
cp packing/deb/yate.init /etc/init.d/yate
chown root.root /etc/init.d/yate
--- End code ---

do not work, so at present, I cant start Yate as a service

my mistake, edit /etc/init.d/yate and change the daemon from /usr/bin to /usr/local/bin
cd ..
cd freesentral

before running ./install.sh

get your favourite editor and replace the # in /etc/php5/cli/conf.d/ming.ini line 1 with ;

now run ./install.sh

when it asks for web user [apache] enter www-data

why can passwords only be numeric?


Monica Tepelus:
The password for the extensions can only be numeric because they are authenticated when listening to their voicemail from the voicemail.php script.

hecatae:

--- Quote from: Monica Tepelus on December 19, 2014, 03:31:55 AM ---The password for the extensions can only be numeric because they are authenticated when listening to their voicemail from the voicemail.php script.

--- End quote ---

Thank you, that makes sense.

hecatae:
I now own a banana sbc, so will be trying the above out on this device, though I have just found http://forum.doozan.com/read.php?2,4512,4641,quote=1 someone who has got Freesentral running on lighttpd and postgresql

Navigation

[0] Message Index

Go to full version