Setting up FusionPBX
-
@scottalanmiller said in Setting up FusionPBX:
@romo said in Setting up FusionPBX:
@scottalanmiller said in Setting up FusionPBX:
FreeSWITCH
From their documentation:
Debian 8 Jessie (preferred) The development team uses and builds against Debian 8 "Jessie". They recommend Debian because of its stable, yet updated, kernel and wide support.
The also have prebuilt binaries for Centos /RHEL 7 and Windows
Seems like they'd be pretty anxious to be on Debian 9 if Debian is their focus. You'd think that they would have been testing on beta before the release date.
Debian 9 has a lot of great security stuff. I am working on hardening my new stretch install (tmux, lynx and netwalker installed) for a sort of terminal based replacement for my RDSH install.
I worked with a guy who was all terminal, I always wanted to give it a try.
-
@scottalanmiller said in Setting up FusionPBX:
@romo said in Setting up FusionPBX:
@scottalanmiller said in Setting up FusionPBX:
@romo said in Setting up FusionPBX:
@scottalanmiller said in Setting up FusionPBX:
FreeSWITCH
From their documentation:
Debian 8 Jessie (preferred) The development team uses and builds against Debian 8 "Jessie". They recommend Debian because of its stable, yet updated, kernel and wide support.
The also have prebuilt binaries for Centos /RHEL 7 and Windows
Seems like they'd be pretty anxious to be on Debian 9 if Debian is their focus. You'd think that they would have been testing on beta before the release date.
Again from their docs:
Debian 9 "Stretch" was released 17th June 2017 at this time FreeSWITCH version 1.6 is not built for the platform. It is expected to be fully supported when version 1.8 is released.
Um..... how active is FreeSWITCH? Is it a bit stalled perhaps? I know that they aren't dead, but this sounds a lot like a project that has very, very little going on.
I would not say this, unless you apply it globally. RHEL 7 has been out for what 3 years now and Sangoma has just last month released FreePBX for it.
-
@jaredbusch said in Setting up FusionPBX:
@scottalanmiller said in Setting up FusionPBX:
@romo said in Setting up FusionPBX:
@scottalanmiller said in Setting up FusionPBX:
@romo said in Setting up FusionPBX:
@scottalanmiller said in Setting up FusionPBX:
FreeSWITCH
From their documentation:
Debian 8 Jessie (preferred) The development team uses and builds against Debian 8 "Jessie". They recommend Debian because of its stable, yet updated, kernel and wide support.
The also have prebuilt binaries for Centos /RHEL 7 and Windows
Seems like they'd be pretty anxious to be on Debian 9 if Debian is their focus. You'd think that they would have been testing on beta before the release date.
Again from their docs:
Debian 9 "Stretch" was released 17th June 2017 at this time FreeSWITCH version 1.6 is not built for the platform. It is expected to be fully supported when version 1.8 is released.
Um..... how active is FreeSWITCH? Is it a bit stalled perhaps? I know that they aren't dead, but this sounds a lot like a project that has very, very little going on.
I would not say this, unless you apply it globally. RHEL 7 has been out for what 3 years now and Sangoma has just last month released FreePBX for it.
Good point, although that's a downstream. Asterisk was out for RHEL 7 at release date, I believe.
-
Debian 9 install.
Had someone look at the install on Debian 9.
In the install script debian/resource/config.sh set php_version=7wget http://http.us.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb
apt install ./libssl1.0.0_1.0.1t-1+deb8u6_amd64.debWith this dependency change the FreeSWITCH package install should work.
Not a perfect solution however as the repo is still Jessie. -
@markjcrane said in Setting up FusionPBX:
Debian 9 install.
Had someone look at the install on Debian 9.
In the install script debian/resource/config.sh set php_version=7wget http://http.us.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb
apt install ./libssl1.0.0_1.0.1t-1+deb8u6_amd64.debWith this dependency change the FreeSWITCH package install should work.
Not a perfect solution however as the repo is still Jessie.Nice. I can poke at that in a bit. I was still going to install on 8 though. My point was to test out FusionPBX, so I am not too worried about making it work on
$preferredos01
just for testing. -
Well Tuesday = Last friday right?
I finally setup FusionPBX on a Debian 8 system Tuesday afternoon.
I have done nothing with it, but the install was flawless.
-
@jaredbusch said in Setting up FusionPBX:
Well Tuesday = Last friday right?
I finally setup FusionPBX on a Debian 8 system Tuesday afternoon.
I have done nothing with it, but the install was flawless.
I have blown mine up three now, but learned a decent amount in the process. At Cluecon this week a customer was there with 40,000 end points on Fusion with multiple servers. I think they said it was Bank of Brazil.
Be sure to use the new letsencrypt.sh script under resources as opposed to the instrucitons on the docs site, way easier.
-
Any recommendation for SIP trunk provider?
-
@alimrahimi said in Setting up FusionPBX:
Any recommendation for SIP trunk provider?
Twilio and VoIP.ms
-
@jaredbusch said in Setting up FusionPBX:
@alimrahimi said in Setting up FusionPBX:
Any recommendation for SIP trunk provider?
Twilio and VoIP.ms
Same ones I'd recommend.
-
@markjcrane said in Setting up FusionPBX:
Debian 9
Thought I should give an update.
FreeSWITCH 1.8 officially supports Debian 9. FusionPBX install script shown on the downloads page for FusionPBX website will install Debian 9 (stretch). Also a few days ago I spent some time helping someone get it working on Raspberry Pi Raspbian based on Debian 9 stretch. We ran the FusionPBX install script will work fine for Raspberry Pi 3 Model b.
-
This post is deleted!