Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hecatae

Pages: [1]
1
Yate users hangout place / Re: docs.yate.ro - broken links!
« on: July 20, 2023, 06:59:06 AM »
Latest updated Yate can be found here:
https://github.com/yatevoip 6.4.1
It looks like yate.null.ro no longer exists which makes everything harder to work with  :-\

2
FreeSentral - Yate based IP PBX / Does Freesentral support H323 endpoints?
« on: November 05, 2015, 07:37:19 AM »
As subject, currently reading through documentation, can Freesentral support h323 endpoints?

3
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

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

Thank you, that makes sense.

5
Other Yate server issues / Re: Yate Server Security
« on: December 15, 2014, 03:24:42 PM »
Thank you for the above, I was looking for something like fail2ban for my hand compiled freesentral install

6
FreeSentral - Yate based IP PBX / Installing Freesentral on a Raspberry Pi
« on: December 07, 2014, 06:44:39 PM »
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: [Select]
build-essential sox autoconf cvs libssl-dev php5-cli lame madplay openssl php5 php5-ming php5-pgsql postgresql apache2 libpq-dev speex subversion telnet
then
Code: [Select]
cd /usr/src/
svn checkout http://voip.null.ro/svn/yate/trunk yate
svn checkout http://voip.null.ro/svn/freesentral/trunk freesentral

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: [Select]
cd /usr/src/yate
cp packing/deb/yate.init /etc/init.d/yate
chown root.root /etc/init.d/yate

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?



7
Hi,

sorry to resurrect an old thread but is yate 4.3 the last version that is fully compatible with freesentral 1.2?

Pages: [1]