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

    FreeSWITCH package for pfSense 1.2.1 and 2.0 released. PBX or Proxy

    Scheduled Pinned Locked Moved pfSense Packages
    314 Posts 39 Posters 285.4k 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.
    • C
      cybrsrfr
      last edited by

      chpalmer: The snapshots I tested where saved on a laptop that has a power issue and will no longer power up.

      tester_02: on the public tab use an anti-action as a catch all then for the action set it to info and leave the data field empty. The go to the console and watch for info a call coming in from each gateway. 'info' will send information to the console which will show in green. You can then use any of that information with the condition and direct your calls accordingly. So all you will need to do is look for something unique among the info to determine how to route the call.

      On your voicemail issue it sounds like you are having a one way sound audio problem. You should test by calling another extension inside the same network. It could be simply settings needing to be adjusted on the phone.

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

        @mcrane:

        tester_02: on the public tab use an anti-action as a catch all then for the action set it to info and leave the data field empty. The go to the console and watch for info a call coming in from each gateway. 'info' will send information to the console which will show in green. You can then use any of that information with the condition and direct your calls accordingly. So all you will need to do is look for something unique among the info to determine how to route the call.

        The only unique thing that I could get was the ip.
        so I set the network_addr to be equal to the ip.  That did not work, so I pit the ip to be ^(ip)$ but it does not work.  I've looked at some freeswitch forums but it's not leading me to the right direction, I keep getting..
        Regex: [1001] network_addr(66.51.127.173) =~ /(66.51.127.173)/

        It has to just be a syntax thing. Any idea what the proper sytax could be?

        As for the voicemail issue…'ll play with the phone and see what's going on.  Strange thing is I can have a conversation on the phone (so I know audio works), it's just the voicemail recorder that does not hear it.

        One last question, what do you have for dialplan settings on your phone?  Do you blank them out and let freeswitch do the plan?

        Thanks again!

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

          Thanks mcrane…  I dropped back to 1.2.3 for now. Its working for me.

          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

            Just a report:

            My provider is getting this line from me now (instead of the standard  sip:1234567890@myipaddy:5080;transport=udp)

            sip:gw+Voip Line 1@myipaddy:5080;transport=udp

            pfsense 1.2.3  package 0.8.3.1

            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

              pfSense FreeSWITCH package 0.8.3.3

              Trimmed whitespaces from freeswith.xml file and other xml files so that FreeSWITCH will now install on pfSense 2.0.

              Note:
              The latest pfSense 2.0 snapshot now use PHP 5.2.9. This new version of PHP uses an updated libxml which should fix the XML problems that have been experienced in pfSense 2.0.

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

                @chpalmer:

                Just a report:

                My provider is getting this line from me now (instead of the standard   sip:1234567890@myipaddy:5080;transport=udp)

                sip:gw+Voip Line 1@myipaddy:5080;transport=udp

                pfsense 1.2.3  package 0.8.3.1

                Was playing some more last night.  "The Voip Line 1" comes from my gateway name. Dont know where the gw+ comes from. Is there a way to fix this?

                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

                  In order for me or anyone else to help you please provide more information on your configuration.

                  Or try IRC freenode at: #pfsense-freeswitch

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

                    Sorry…

                    1.2.3-PRERELEASE-TESTING-VERSION
                    built on Tue Mar 3 22:30:29 EST 2009

                    package now... 0.8.3.3

                    This is a fresh install of both the firewall and Freeswitch just to make sure...

                    The config I was using worked up till the last two packages. Ptretty much default otherwise.

                    Reinstall- Ive tried starting over without any backups from configs.

                    Provider is pointed back to my gateway name "Voip Line 1" and not my user id. "1231231234"

                    Anything else I can tell you?

                    Im lost...

                    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
                    • J
                      jflaugh
                      last edited by

                      It looks like this topic is the place to ask questions so here it goes.
                      My issue is I installed a Vertical Xcelerator IP and I want to use the IP phones outside of my network I thought this would be a simple task but it is not with SIP.
                      I was told by Vertical that UDP/TCP port 5060 and UDP port range 35000 to 65000 needs forwarded and 1:1 NAT needs setup. I looked into 1:1 NAT but the from what I understand I need a second static ip and that is not possible. So in my quest to pull this off I found FreeSWITCH with the proxy option.

                      What I want to accomplish… Put my SIP/IP/VOIP PBX behind my PFsence and have external hard phone connection + have the PBX connect to a SIP provider. Can FreeSWITCH help me.

                      Here is my network setup
                      PFsence 1.2.2
                      external 207.255.XXX.110/24
                      internal 192.168.78.1/24
                      Ip PBX 192.168.78.30

                      If there is anyone that could advise me on the best solution to get my SIP out on the inernet I would greatly appreciate the help.
                      Thanks
                      Jeremy

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

                        If you've got the server internal, and the phones external, just forward the ports and you should be fine…you shouldn't need 1:1 or FS proxy, unless I'm missing something.

                        1 Reply Last reply Reply Quote 0
                        • J
                          jflaugh
                          last edited by

                          I think the issue I am having is RTP and NAT no playing nicely I need someting to accept and forward the RTP packets that NAT is not expecting.

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

                            Forwarding rules may do this.  I had success doing this another way, see http://forum.pfsense.org/index.php/topic,12830.0.html, but I don't know if pieces of that may work for you…

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

                              I have fresh install of pfSense 1.2.2 & fresh install of FreeSWITCH 0.8.3.4.
                              FreeSWITCH don't start.

                              Here details:

                              
                              # cd /usr/local/freeswitch/bin/
                              # ./freeswitch
                              Cannot lock pid file /usr/local/freeswitch/log/freeswitch.pid.
                              # rm /usr/local/freeswitch/log/freeswitch.pid
                              # ./freeswitch
                              Cannot lock pid file /usr/local/freeswitch/log/freeswitch.pid.
                              # ps aux | grep freeswitch
                              #
                              
                              
                              1 Reply Last reply Reply Quote 0
                              • C
                                cybrsrfr
                                last edited by

                                Sorry uploaded the new build but forgot to rename and replace the old one. Remove the package and reload it and you should get the new version that will work.

                                Mark

                                1 Reply Last reply Reply Quote 0
                                • 0
                                  0tt0
                                  last edited by

                                  Hi,

                                  Just for the record: FreeSWITCH is now running here (hasn't been under the latest 2-3 versions).
                                  Am using 0.8.3.4 on pfsense 1.2.2

                                  Cheers,

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

                                    @chpalmer:

                                    @chpalmer:

                                    Just a report:

                                    My provider is getting this line from me now (instead of the standard   sip:1234567890@myipaddy:5080;transport=udp)

                                    sip:gw+Voip Line 1@myipaddy:5080;transport=udp

                                    pfsense 1.2.3  package 0.8.3.1

                                    Was playing some more last night.   "The Voip Line 1" comes from my gateway name. Dont know where the gw+ comes from. Is there a way to fix this?

                                    Found this regarding my issue.  http://www.nabble.com/Contact-header-on-INVITE-td22376608.html

                                    In case anyone else runs into it…  :)

                                    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
                                    • I
                                      iced98lx
                                      last edited by

                                      The 0.8.3.4 package is 1.2.2 safe with no need for PHP work around. It also fixes the recording glitch where 2 seconds of recording got tagged on the end. Easy upgrade no issues, great work Mcrane!

                                      Chris

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        phdonnelly
                                        last edited by

                                        @tester_02:

                                        I also have an issue where if I call in and the calls goes to voicemail, I cannot leave a message.  As I talk into the phone to leave the message, it stops and says it is below minimum record length, even thought I am still talking.  This is not an issue if I am calling from extension to extension.

                                        Hey, I had the same exact issue with voicemail, just though I'd let you know, placing an "Answer" action immediately before the voicemail action fixed things right up for me. It's odd because it was working before without it, but it's an easy enough fix.

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

                                          Although I am not sure, it doesn't seem as if anyone's aware of the issues in the recent several 2.0AA snapshots, with installing FreeSwitch.  Each time I've tried to install it, it hangs at:

                                          Configuring package components…
                                          Additional files... libcurl.so.5

                                          At this point, the whole web-gui hangs, reboot results in errors regarding curl (specifically: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/curl.so' - /usr/local/lib/libcurl.so.5: invalid file format in Unknown on line 0), nothing else works correctly until removal of both of these files and a reload of the 2.0AA full update...

                                          Not sure if this is best posted here, or on the 2.0AA Problems support section, but it seems to be the only package having this sort of trouble...

                                          edit:  for the addition of error details...

                                          Running 2.0-ALPHA, updated almost daily on
                                          Athlon 1.4Ghz, 768MB PC100, 3 NIC's (2x10/100, 1xGB), 20G HDD,
                                          Currently Dual-WAN (1 cable 6M/512K, 1 DSL 7M/768K), Single LAN
                                          Working on adding 1 WiFi WAN and 2 cellular (when we're home with our phones)

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

                                            pfsense 2.0 package installer seems to have a problem with requesting remote files using libcurl. So for those that really want it I have created a manual install. That is php code that can be run from Diagnostics -> Command -> PHP Execute.

                                            The manual install php code is attached to this forum post but you have to be logged into the forum to see it.

                                            pfsense_2.0_manual_install.txt

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