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

    FreePBX inbound call issue

    IT Discussion
    5
    73
    5.8k
    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.
    • JaredBuschJ
      JaredBusch
      last edited by

      I am trying to think where else to look, but not getting anywhere.

      S 1 Reply Last reply Reply Quote 1
      • S
        SamSmart84 @JaredBusch
        last edited by

        @jaredbusch said in FreePBX inbound call issue:

        I am trying to think where else to look, but not getting anywhere.

        Yeah it's just so odd.. I can't wrap my head around why the SIP trunk IP changing would break inbound. On the old router config there was literally no reference to the actual SIP trunk IP or anything else I could see that would be affecting it

        triple9T 1 Reply Last reply Reply Quote 0
        • triple9T
          triple9 @SamSmart84
          last edited by

          @samsmart84 Maybe this Sophos KB article will help?

          S 1 Reply Last reply Reply Quote 2
          • S
            SamSmart84 @triple9
            last edited by

            @triple9 said in FreePBX inbound call issue:

            @samsmart84 Maybe this Sophos KB article will help?

            Success! So basically some trial and error with the settings.. I had to turn OFF the Sophos VOIP options as that was actually BLOCKING everything (Go figure). I had made the DNAT rule listed in that link before but didn't have any success - the auto firewall rules with it didn't work evidently. Running the DNAT mixed with creating manual firewall rules for outbound calling and it all seems to be working. I've been testing for about an hour - when I turn the DNAT off it stops working and when it's on it works just fine so I think we've got the right combo at this point.

            Thanks for all your help everyone! That was a pain in the butt to track down.

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

              @samsmart84 said in FreePBX inbound call issue:

              @triple9 said in FreePBX inbound call issue:

              @samsmart84 Maybe this Sophos KB article will help?

              Success! So basically some trial and error with the settings.. I had to turn OFF the Sophos VOIP options as that was actually BLOCKING everything (Go figure).

              That’s actually expected. That’s SIP-ALG. Always have to disable that. It’s basically just SIP blocking.

              S 1 Reply Last reply Reply Quote 2
              • S
                SamSmart84 @scottalanmiller
                last edited by

                @scottalanmiller said in FreePBX inbound call issue:

                @samsmart84 said in FreePBX inbound call issue:

                @triple9 said in FreePBX inbound call issue:

                @samsmart84 Maybe this Sophos KB article will help?

                Success! So basically some trial and error with the settings.. I had to turn OFF the Sophos VOIP options as that was actually BLOCKING everything (Go figure).

                That’s actually expected. That’s SIP-ALG. Always have to disable that. It’s basically just SIP blocking.

                Nice of them to include that as a SIP "feature"

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

                  @samsmart84 said in FreePBX inbound call issue:

                  @scottalanmiller said in FreePBX inbound call issue:

                  @samsmart84 said in FreePBX inbound call issue:

                  @triple9 said in FreePBX inbound call issue:

                  @samsmart84 Maybe this Sophos KB article will help?

                  Success! So basically some trial and error with the settings.. I had to turn OFF the Sophos VOIP options as that was actually BLOCKING everything (Go figure).

                  That’s actually expected. That’s SIP-ALG. Always have to disable that. It’s basically just SIP blocking.

                  Nice of them to include that as a SIP "feature"

                  It’s so dumb. But every vendor does it. So don’t think too badly of Sophos. Only vendor I know that doesn’t do it is Ubiquiti. And they do it, it just works.

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

                    @scottalanmiller said in FreePBX inbound call issue:

                    @samsmart84 said in FreePBX inbound call issue:

                    @scottalanmiller said in FreePBX inbound call issue:

                    @samsmart84 said in FreePBX inbound call issue:

                    @triple9 said in FreePBX inbound call issue:

                    @samsmart84 Maybe this Sophos KB article will help?

                    Success! So basically some trial and error with the settings.. I had to turn OFF the Sophos VOIP options as that was actually BLOCKING everything (Go figure).

                    That’s actually expected. That’s SIP-ALG. Always have to disable that. It’s basically just SIP blocking.

                    Nice of them to include that as a SIP "feature"

                    It’s so dumb. But every vendor does it. So don’t think too badly of Sophos. Only vendor I know that doesn’t do it is Ubiquiti. And they do it, it just works.

                    Sorry to disappoint, but it Ubiquiti does not have it disabled by default.
                    You have to disable it.

                    configure
                    set system conntrack modules sip disable
                    commit;save;exit
                    
                    scottalanmillerS 1 Reply Last reply Reply Quote 2
                    • scottalanmillerS
                      scottalanmiller @JaredBusch
                      last edited by

                      @jaredbusch said in FreePBX inbound call issue:

                      @scottalanmiller said in FreePBX inbound call issue:

                      @samsmart84 said in FreePBX inbound call issue:

                      @scottalanmiller said in FreePBX inbound call issue:

                      @samsmart84 said in FreePBX inbound call issue:

                      @triple9 said in FreePBX inbound call issue:

                      @samsmart84 Maybe this Sophos KB article will help?

                      Success! So basically some trial and error with the settings.. I had to turn OFF the Sophos VOIP options as that was actually BLOCKING everything (Go figure).

                      That’s actually expected. That’s SIP-ALG. Always have to disable that. It’s basically just SIP blocking.

                      Nice of them to include that as a SIP "feature"

                      It’s so dumb. But every vendor does it. So don’t think too badly of Sophos. Only vendor I know that doesn’t do it is Ubiquiti. And they do it, it just works.

                      Sorry to disappoint, but it Ubiquiti does not have it disabled by default.
                      You have to disable it.

                      configure
                      set system conntrack modules sip disable
                      commit;save;exit
                      

                      I know it is enabled, but have you ever seen it fail? It's the one SIP-ALG system that I have seen "just work" in the real world.

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

                        @scottalanmiller said in FreePBX inbound call issue:

                        @jaredbusch said in FreePBX inbound call issue:

                        @scottalanmiller said in FreePBX inbound call issue:

                        @samsmart84 said in FreePBX inbound call issue:

                        @scottalanmiller said in FreePBX inbound call issue:

                        @samsmart84 said in FreePBX inbound call issue:

                        @triple9 said in FreePBX inbound call issue:

                        @samsmart84 Maybe this Sophos KB article will help?

                        Success! So basically some trial and error with the settings.. I had to turn OFF the Sophos VOIP options as that was actually BLOCKING everything (Go figure).

                        That’s actually expected. That’s SIP-ALG. Always have to disable that. It’s basically just SIP blocking.

                        Nice of them to include that as a SIP "feature"

                        It’s so dumb. But every vendor does it. So don’t think too badly of Sophos. Only vendor I know that doesn’t do it is Ubiquiti. And they do it, it just works.

                        Sorry to disappoint, but it Ubiquiti does not have it disabled by default.
                        You have to disable it.

                        configure
                        set system conntrack modules sip disable
                        commit;save;exit
                        

                        I know it is enabled, but have you ever seen it fail? It's the one SIP-ALG system that I have seen "just work" in the real world.

                        Ah, I misunderstood.

                        I have not because I always disable it.

                        1 Reply Last reply Reply Quote 0
                        • S
                          SamSmart84
                          last edited by

                          Reviving my thread -

                          Weirdest thing. We had a power failure/surge over the weekend which knocked down all my servers, switching, etc.

                          My phones have been working FLAWLESSLY since I last posted. But now, after getting everything back up and running, the SAME issue is back.. but the rules that fixed it before are still in place! Outgoing calling works (though it seems highly delayed now.. like 5-8 seconds after dialing a number for it to start ringing) but I CANNOT call in UNLESS I call out first, which fixes it for 2-3 minutes.

                          Once again, it's gotta be a firewall issue. This is stupid.

                          1 Reply Last reply Reply Quote 2
                          • S
                            SamSmart84
                            last edited by SamSmart84

                            Okay.. so now I'm more confused than I've ever been. I deleted my DNAT and my outbound rule for my SIP provider and now it works. Flawlessly. WHAT!? How do the calls know where to go!?!?! Did my Sophos UTM get superpowers after a power spike? 🙂

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

                              @samsmart84 said in FreePBX inbound call issue:

                              Okay.. so now I'm more confused than I've ever been. I deleted my DNAT and my outbound rule for my SIP provider and now it works. Flawlessly. WHAT!?

                              I never understood what your router was doing in the first place. So any number of things might be the issue.

                              S 1 Reply Last reply Reply Quote 1
                              • S
                                SamSmart84 @JaredBusch
                                last edited by

                                @jaredbusch said in FreePBX inbound call issue:

                                @samsmart84 said in FreePBX inbound call issue:

                                Okay.. so now I'm more confused than I've ever been. I deleted my DNAT and my outbound rule for my SIP provider and now it works. Flawlessly. WHAT!?

                                I never understood what your router was doing in the first place. So any number of things might be the issue.

                                Well false alarm.. it's not actually working

                                Firewall Rule:
                                Internal Network > SIP > AnyIPv4

                                DNAT:
                                SIP Trunk > SIP > Public IP > Internal SIP Server

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

                                  Because nothing is hitting your PBX, you need to get a packet capture from the WAN side of the router.

                                  You may need to drop a switch with the ports configured for mirroring and such in between your ISP modem and your Sophos in order to get this. Or Sophos may have the capability.

                                  Contact Sophos about that bit, I have no clue.

                                  1 Reply Last reply Reply Quote 1
                                  • S
                                    SamSmart84
                                    last edited by

                                    I have been watching the logs for the last day or so as I've been testing. I've noticed on the Sophos that when the inbound calls don't work I get a hit on the firewall logs for my DNAT rule for my VOIP Provider > External WAN on port 5060

                                    When inbound calls DO work, I get a hit for my DNAT rule, same IPs, but the port always shows as one of the RTP ports. So either way the calls ARE hitting at least the WAN interface and I'm getting a different response on the firewall depending on whether it works or not.

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

                                      @samsmart84 said in FreePBX inbound call issue:

                                      I have been watching the logs for the last day or so as I've been testing. I've noticed on the Sophos that when the inbound calls don't work I get a hit on the firewall logs for my DNAT rule for my VOIP Provider > External WAN on port 5060

                                      When inbound calls DO work, I get a hit for my DNAT rule, same IPs, but the port always shows as one of the RTP ports. So either way the calls ARE hitting at least the WAN interface and I'm getting a different response on the firewall depending on whether it works or not.

                                      There we go! You should not be getting anything inbound on port 5060. You do not need an inbound port forwarding rule for anything if your trunk is a standard register trunk going outbound. That outbound registration will keep the NAT tunnels alive and allow everything to work with zero port forwarding rules.

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

                                        There are only two occasions when you want to port forward the traffic for your voice over IP.

                                        Condition one if you have external phones.

                                        Condition to is if your sip trunk provider does not use registration but instead uses IP validation. This is a rare case normally.

                                        S 1 Reply Last reply Reply Quote 1
                                        • S
                                          SamSmart84 @JaredBusch
                                          last edited by

                                          @jaredbusch said in FreePBX inbound call issue:

                                          There are only two occasions when you want to port forward the traffic for your voice over IP.

                                          Condition one if you have external phones.

                                          Condition to is if your sip trunk provider does not use registration but instead uses IP validation. This is a rare case normally.

                                          My SIP provider does actually use IP validation instead of registration.

                                          I put in a support ticket with Sophos and they went through all of the rules/logs and confirmed that traffic is getting through both ways on the firewall. When inbound calling it is in fact being forwarded to the PBX, but the PBX is not responding back, which is why I'm getting dead silence on my inbound calls.

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

                                            @samsmart84 said in FreePBX inbound call issue:

                                            @jaredbusch said in FreePBX inbound call issue:

                                            There are only two occasions when you want to port forward the traffic for your voice over IP.

                                            Condition one if you have external phones.

                                            Condition to is if your sip trunk provider does not use registration but instead uses IP validation. This is a rare case normally.

                                            My SIP provider does actually use IP validation instead of registration.

                                            I put in a support ticket with Sophos and they went through all of the rules/logs and confirmed that traffic is getting through both ways on the firewall. When inbound calling it is in fact being forwarded to the PBX, but the PBX is not responding back, which is why I'm getting dead silence on my inbound calls.

                                            Actually no that’s not what was happening before. Before when the inbound calls were not working nothing hit the PBX

                                            S 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • First post
                                              Last post