Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    HELP - FreeSwitch again, now from a clean slate

    Scheduled Pinned Locked Moved pfSense Packages
    33 Posts 4 Posters 28.0k 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.
    • chpalmerC
      chpalmer
      last edited by

      Without trying to show too much of my ignorance here,

      Not me!  Ill totally claim ignorance…    ;D

      I would also love to see some form of a how to...  Need to do some googling to get started but figured Id at least get a little more familiar with what config does what on Freeswitch...

      Triggering snowflakes one by one..
      Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

      1 Reply Last reply Reply Quote 0
      • chpalmerC
        chpalmer
        last edited by

        Looks like I need to familiarize myself a bunch more with FreeBSD commands….    :P ;D

        Triggering snowflakes one by one..
        Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

        1 Reply Last reply Reply Quote 0
        • C
          cybrsrfr
          last edited by

          FusionPBX on pfSense

          1. Install FreeSWITCH easiest way is to install the FreeSWITCH pfSense package.
          2. Install the vHosts pacakge. (vHosts - virtual hosts)
          3. Setup fusionpbx.local in the dns forwarder package to point to the LAN IP of pfSense.
          4. Setup 'fusionpbx' website in the vHosts package with port 8001 or the port of your choice that is not used.
          5. After adding fusionpbx restart the vhosts web service. Then make sure you can view the phpinfo example page.
          6. From the console via ssh run the following or from Diagnostics -> Command
          cd /usr/local/vhosts/;fetch http://fusionpbx.com/downloads/fusionpbx-1.0.tar.gz
          cd /usr/local/vhosts/;tar xvf fusionpbx-1.0.tar.gz
          7. Open the web browser and you should see the install page. By default SQLite will be selected. The defaults should be fine.
          8. From the install page press save.
          9. Login to the FusionPBX with superadmin or admin with a password of FusionPBX.
          10. For configurations help please see.
          http://www.fusionpbx.com
          http://wiki.fusionpbx.com
          http://fusionpbx.com/support.php
          http://doc.pfsense.org/index.php/FreeSWITCH
          http://wiki.freeswitch.org

          1 Reply Last reply Reply Quote 0
          • F
            fribert
            last edited by

            Not a lot of new features in the fusionpbx compared to the pfsense package, but it looks a bit better.
            Is the fusionpbx going to be made a package as well (nudge nudge  :P)

            1 Reply Last reply Reply Quote 0
            • chpalmerC
              chpalmer
              last edited by

              Thanks Mark!

              Appreciate all the help….    :)

              Triggering snowflakes one by one..
              Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

              1 Reply Last reply Reply Quote 0
              • C
                cybrsrfr
                last edited by

                There is a lot of new tools too give you greater access to FreeSWITCH, and make it easier to use.

                • Public is now called 'Inbound Routes'
                • Template manager allows you to change the look and feel.
                • Menu manager allows you to change
                • XML Editor is for advanced users that want access to FreeSWITCH on a deeper level.
                • PHP Editor again for advanced users that know PHP
                • Script Editor allowing advanced users ability to add or modify scripts.
                • Dialplan and Inbound routes has a tool for 'add' that makes adding new entries much easier and faster.
                • Users can log into view their voicemail's
                • Users can be assigned to one or more extensions.
                • Database backend that can use SQLite, PostgreSQL, or MySQL. On pfSense it requires SQLite.

                And some new features. Keep in mind this took months to make multi-platform.

                • Additional features in Hunt groups
                • Additional features in the Auto Attendant
                • Conference interface to make it easier to add voice conference rooms with or without a pin number
                • Softphone that is if you have a have a sound card installed on the system
                • Ability to run multi-tenant with multiple instances of FreeSWITCH
                • Contact list

                Features that I'm currently working on.
                Call Broadcast make a recording and send it to a group of contacts.
                Call Forward transfer calls destined for an extension out to a cell phone.
                Call Queues possible before but this interface will make it easier.
                Automatic Phone provisioning

                1 Reply Last reply Reply Quote 0
                • T
                  TreeTopFlyer
                  last edited by

                  FusionPBX install on pfSense worked like a charm Mark.  Mucho gracias mi amigo.

                  1 Reply Last reply Reply Quote 0
                  • F
                    fribert
                    last edited by

                    Ok, got fusionpbx up and running.
                    Is there an way to import the current config, or is it entering all over again?

                    1 Reply Last reply Reply Quote 0
                    • F
                      fribert
                      last edited by

                      Grrrr, a warning on the fusionpbx install, it smashes up your existing config, damnation, thank god for frequent backups.
                      So this is a warning if you want to use this and have a working config!
                      An import of the existing would be appropriate.

                      1 Reply Last reply Reply Quote 0
                      • C
                        cybrsrfr
                        last edited by

                        It should be obvious that making a backup before doing such a thing is always a good idea to make a backup. However, the install should make a backup of your config and call into a directory called config.orig.

                        There isn't an import yet.  No one has offered to help with the import either monetarily or with developer help. I do get complaints that it isn't there. Complaints don't provide me any motivation. You have no idea what I've sacrificed over the past year and a half to build this and make it available for you and others.

                        I may still build the import but it isn't my first priority. A future FusionPBX pfSense package is higher priority and features to get or stay ahead of competition, and provide tools that make FusionPBX fit more peoples needs are all a higher priority.

                        1 Reply Last reply Reply Quote 0
                        • C
                          cybrsrfr
                          last edited by

                          Improved the vhosts package several minor improvements. The major change is that it now works on pfSense 2.0 with FreeBSD 8.0. vhosts on pfsense 2.0 will now make it much easier to run FusionPBX on pfSense 2.0.

                          1 Reply Last reply Reply Quote 0
                          • chpalmerC
                            chpalmer
                            last edited by

                            @mcrane:

                            Improved the vhosts package several minor improvements. The major change is that it now works on pfSense 2.0 with FreeBSD 8.0. vhosts on pfsense 2.0 will now make it much easier to run FusionPBX on pfSense 2.0.

                            Thank You!    :)

                            Triggering snowflakes one by one..
                            Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

                            1 Reply Last reply Reply Quote 0
                            • F
                              fribert
                              last edited by

                              Hi mcrane

                              Don't take my grrr, as a complaint, but a warning on the install would be nice  ;D
                              And the excuse with 'you should alway backup' just doesn't do! That's simply a cop out for failing to do the warning.

                              1 Reply Last reply Reply Quote 0
                              • chpalmerC
                                chpalmer
                                last edited by

                                came off wrong. Struck comment

                                Triggering snowflakes one by one..
                                Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

                                1 Reply Last reply Reply Quote 0
                                • F
                                  fribert
                                  last edited by

                                  He he he, or version 2 or…
                                  Oh well, I'm going to ponder on the idea of reentering everything :-)

                                  1 Reply Last reply Reply Quote 0
                                  • First post
                                    Last post
                                  Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.