ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Setting up FusionPBX

    Scheduled Pinned Locked Moved IT Discussion
    fusionpbxfreeswitch
    34 Posts 8 Posters 7.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bigbearB
      bigbear @scottalanmiller
      last edited by

      @scottalanmiller said in Setting up FusionPBX:

      @romo said in Setting up FusionPBX:

      They have freeSWITCH 1.9 in development which makes me think 1.8 should already be out.

      1.6 branch originally came out in 2015, 1.6.18 which is the current recommended release came out June 15,2017. So they look pretty active.

      Actively releasing "something" doesn't take much effort. That they are not releasing for the last month and a half on the current OS version of their selected OS worries me just a little. I know that these things take time, but generally extremely little time AND they should have been working on it before the OS released. They chose their OS and there is nothing wrong with Debian, but if they are going to choose it, they need to embrace it.

      Thats an interesting view in regards to Freeswitch. My view before coming into this community and picking up FreePBX was that freeswitch had a many many more active developers and related projects than asterisk. I have been to a lot of conferences and I cant think of any CLEC or ITSP that is running something asterisk anymore, and almost everyone is using FreePBX, Kamailio and OpenSIPS in their stack.

      I believe one of the original reasons freeswitch started was disagreements over dropping AIX for SIP. So the core freeswitch devs were once part of Asterisk.

      I will say that FreePBX has become very well put together and easy to install, etc. From talking with developers thus far I am not sure Fusion wants to be that. My original though was "lets really make a FreePBX competitor" but the more I get into it I feel like "I am going to develop an app that works like Dialpad that works with Fusion" and forget all about my original motives... 😄

      1 Reply Last reply Reply Quote 0
      • bigbearB
        bigbear @scottalanmiller
        last edited by

        @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.

        1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @scottalanmiller
          last edited by

          @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.

          scottalanmillerS 1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller @JaredBusch
            last edited by

            @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.

            1 Reply Last reply Reply Quote 0
            • M
              markjcrane
              last edited by markjcrane

              Debian 9 install.
              Had someone look at the install on Debian 9.
              In the install script debian/resource/config.sh set php_version=7

              wget 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.deb

              With this dependency change the FreeSWITCH package install should work.
              Not a perfect solution however as the repo is still Jessie.

              JaredBuschJ 1 Reply Last reply Reply Quote 2
              • JaredBuschJ
                JaredBusch @markjcrane
                last edited by JaredBusch

                @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=7

                wget 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.deb

                With 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.

                1 Reply Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch
                  last edited by

                  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.

                  0_1502261716423_7e398f24-74b1-43da-ad2f-a1fd089b22dd-image.png

                  bigbearB 1 Reply Last reply Reply Quote 1
                  • bigbearB
                    bigbear @JaredBusch
                    last edited by

                    @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.

                    0_1502261716423_7e398f24-74b1-43da-ad2f-a1fd089b22dd-image.png

                    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.

                    1 Reply Last reply Reply Quote 2
                    • A
                      alimrahimi
                      last edited by

                      Any recommendation for SIP trunk provider?

                      JaredBuschJ 1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch @alimrahimi
                        last edited by

                        @alimrahimi said in Setting up FusionPBX:

                        Any recommendation for SIP trunk provider?

                        Twilio and VoIP.ms

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @JaredBusch
                          last edited by

                          @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.

                          1 Reply Last reply Reply Quote 0
                          • M
                            markjcrane
                            last edited by markjcrane

                            @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.

                            1 Reply Last reply Reply Quote 3
                            • Alex JonesA
                              Alex Jones
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • 1
                              • 2
                              • 2 / 2
                              • First post
                                Last post