Search results

  1. P

    Understanding logs

    I don't see 32 minutes, but I do see someone being parked for 14 minutes. I bet 14 minutes felt like 32 to them.
  2. P

    Caller ID lookup

    Yes, there is a FusionPBX script for this that can work in FS PBX.
  3. P

    Call Pickup via BLF

    You need this in your config file. features.pickup.direct_pickup_enable = 1 features.pickup.direct_pickup_code = ** It should work
  4. P

    DISA for FSPBX?

    That is strange. This is added to each tenant. Maybe you deleted it for this particular tenant? I checked a couple of servers, and they all have it. In any case, you can add it based on the screenshot.
  5. P

    SOLVED Upgrade broke displaying of many things

    Last time I checked, PHP 8.2 was not officially supported. This may cause some of the issues you are having. PHP 8.1 was the recommended version.
  6. P

    DISA for FSPBX?

    Use small letters in the search. It should find it. I'll update the instructions
  7. P

    DISA for FSPBX?

    Here are the instructions on how to set up DISA for FS PBX: https://www.fspbx.com/docs/additional-information/disa-setup/
  8. P

    Mikrotik RB 3011 + FusionPBX (NAT)

    You may need to explain to Freeswitch that it is behind NAT. Add these variables. Flush the cache and restart FreeSwitch. Adjust your SIP profile accordingly.
  9. P

    DISA for FSPBX?

    I got it working on my system, but had to push a small fix to make the process user-friendly. SO make sure you have the latest commit. Stand by while I'm writing the article with instructions. I'll be back shortly
  10. P

    DISA for FSPBX?

    Let me take a look at this and get back to you. I want to make sure it's 100% functional.
  11. P

    Suddenly calls started failing with no changes to server in months

    FusionPBX and FS PBX are exactly the same when it comes to SIP profiles. As a matter of fact, SIP profiles are a Freeswitch thing and have nothing to do with either FS PBX or FusionPBX. By default, your external profile uses port 5080 unless you change it. Adrian is correct in pointing out that...
  12. P

    Suddenly calls started failing with no changes to server in months

    This is a public forum. Don't post your credentials here. Remote sessions are reserved for customers subscribed to a support plan. I'm happy to do best effort support on the forum for free, but you need to provide the required logs.
  13. P

    Suddenly calls started failing with no changes to server in months

    It's fine to use the log viewer, but just don't paste all 59000 lines. The log rotates when it fills up, allowing it to store weeks' worth of calls. If you can isolate just the call in question and paste it here, it would be best. I personally prefer FS CLI because I can start it before the call...
  14. P

    Suddenly calls started failing with no changes to server in months

    There are 59000 lines in this log. Please isolate the log for one call. I can't possibly read all of those lines. Turn on FS CLI right before the call and turn it off after the call ends. Then copy and paste only those lines.
  15. P

    Suddenly calls started failing with no changes to server in months

    Calls failing are usually a Freeswitch or dialplan issue. Please post your FS CLI log when making a call, and I'll try to help you.
  16. P

    WebRTC ↔ Gateway Call Fails Due to Codec Negotiation / Transcoding

    This is very likely an issue with NAT and Docker. Try testing WSS from an external service and see if you have the same problem.
  17. P

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

    Yes, you are missing IPv4. Likely misconfiguration in Variables or SIP profiles. It can't properly start. If you watch the Freeswitch CLI while reloading sofia you will see errors that might point you in the right direction.
  18. P

    WebRTC ↔ Gateway Call Fails Due to Codec Negotiation / Transcoding

    Use late negotiation. It will negotiate the codec supported by both sides. They will probably decide on G. 711. No transcoding will be needed and it will free up your CPU.
  19. P

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

    Do you see any activity in Freeswitch CLI?
  20. P

    Video calls are not working

    Did you flash the cache and restart FreeSwitch after making these changes?