Search results

  1. C

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    I've tried SNGREP now, but it doesn't show any outgoing registration either. In the logs I only see the message that the gateway is being bound to the external profile and the hash value for it. But I got it now, for some reason it was a DNS issue. Need to still figure out why, but it work...
  2. C

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    Hmm sngrep might be an option. Yet the log viewer doesn't show much then the stop and start of the gateway connection. At lease I couldn't find much more then that. Not even in the fs_cli
  3. C

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    I think I found the issue! With this: Now the phones are registering. I was able to start the two profiles, yet I don't get why it didn't work with "sofia profile external start" on the cli, cause it told me "profile does not exist" Aside from that I have one last issue. My Gateway doesn't...
  4. C

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    It's really strange. I found some article in stackoverflow which is similar: https://stackoverflow.com/questions/54420987/how-do-i-modify-the-sip-bind-ip-address-on-fusionpbx-freeswitch so I checked the local_ip_v4 var and it seems to be correct: freeswitch@fusionpbx> eval $${local_ip_v4}...
  5. C

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    If I check the SIP Status from within FusionPBX I only see this: So ipv6 is running but shouldn't there be a ipv4 as well? I think in my old version there was. This is what the status shows in the SIP Status According to my Event Guard there is no blocked phone at all.
  6. C

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    should I be able to see events directly on the CLI console? If that's the case, nothing is happening at all. According to the status: show status UP 0 years, 14 days, 0 hours, 55 minutes, 24 seconds, 822 milliseconds, 876 microseconds FreeSWITCH (Version 1.10.12-release git d8481a9 2025-01-13...
  7. C

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    Is the Freeswitch status something I can check on the WebUI as well, or is that only possible via CLI? @pbxgeek: btw. the sngrep tells me that the registration requests are reaching the pbx box. So it has to be Freeswitch or another service. Yet Freeswitch "is" in fact running, so what else can...
  8. C

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    I've checked the IPTables, it has all the necessary ports open. That doesn't seem to be the issue. The traffic is directed to my box, cause I checked it with wireshark and it's trying to reach the IP of my FusionPBX box, still it's not responding. Is it possible that there is a service not...
  9. C

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    I've reinstalled a new FusionPBX since I'm still running a very old implementation of this PBX solution. I've copied the configs a tried to do a switch of the PBX systems to the same IP the original old 3.x version had and phones are connecting with. Now the issue is, that on the new PBX...