Search results

  1. P

    Yealink Device Provisioning

    You need to point the phone to your provisioning server. It needs to know where to go and download the config
  2. P

    Call back - Get to Original caller Automattically Feature

    It's probably doable with some custom LUA script and a database table where you can keep the records of who called whom. You would need to hire a developer. This is a dynamic system that will change daily. If you want something simple, you can assign direct phone numbers to each person and...
  3. P

    Upgrade from v4.5

    You for sure need PHP 8.1 to start. 7.4 will likely to have errors. There might be other things you will need to adjust.
  4. P

    Call recording

    I would be very careful with that module. No proper queues have been implemented yet to process transcriptions. If you happen to have 1000 pending transcriptions, it will overload the server. I hope to see FusionPBX to have that fixed soon
  5. P

    Call recording

    It's usually passed over HTTPS, which is secure, but if you want even more secure, have a private network, and then the data will travel without passing through the public internet.
  6. P

    dtmf problem transfer

    Are you using FS PBX?
  7. P

    Call recording

    I have a script that pushes recordings to AWS servers. It can easily be repurposed for any other servers. It's for FS PBX though. Not for FusionPBX. FS PBX is a fork of FusionPBX
  8. P

    Deleting a domain through postgres function

    CASCADE requires special handling when the database is restored. For an easier restoration process, developers of FusionPBX opted not to have any CASCADE records. At least this is my best guess as to why they did it. Very good script by the way. Thank you for sharing.
  9. P

    Installing FS PBX on existing FusionPBX install?

    We can do a Zoom call too, so I can show you around. The system has so much to offer, it's hard to describe in forum posts and a few videos that we have.
  10. P

    Call out from Direct number with voice flex

    you are missing something. The caller ID needs to be assigned to the extension and the setting I posted above also has to be added. Restart your gateway after changes and just for good measure, flush the cache
  11. P

    SOLVED Problem configuring routes. Not working.

    Did you add your provider to ACL list? Also, flash cache, reload XML?
  12. P

    Installing FS PBX on existing FusionPBX install?

    @ou812 I'll be glad to help. DM me and we can connect
  13. P

    yealink T54W and incompatible destination dialing

    I hope you also made sure that TLS actually worked 100% on some device. It's not always easy to get it going the first time. So it may seem like nothing works until the right combination is used. There is a lot involved in setting it up
  14. P

    Call out from Direct number with voice flex

    This setting is important. Make sure you have it. Attach your INVITE for further troubleshooting
  15. P

    No response from provider after 407

    The two biggest differences I see are: 1) you use port 5060 for FusionPBX. This is usually an internal profile. Use port 5080 (external profile) for communications with your trunks. 2) The To headers are different. You're not sending the call to the same destination.
  16. P

    Interface with door release

    Why not make a speed dial on the reception phone to dial the door lock and open it?
  17. P

    yealink T54W and incompatible destination dialing

    I only run TLS for all phones for this reason. I haven't had any routing issues in 6 years after we switched. Before that, each customer was a whole new challenge.
  18. P

    yealink T54W and incompatible destination dialing

    It's most likely the client side with the Ubiquiti gateway that has an issue with routing problems. To confirm, take the phone and put it on a different connection. If you can't take it out of the client's side, use an LTE modem. You can check the third number in the firmware (Example...
  19. P

    Installing FS PBX on existing FusionPBX install?

    Hello, I missed this message. The short answer is to use the new script. But you can backup and restore your existing database after the install. This is the best approach for your scenario. There is no need to have FusionPBX 5.3. There is very little FusionPBX left in FS PBX. The version really...
  20. P

    STIR/SHAKEN deadline for US providers approaching (June 20th, 2025). Are you ready?

    Hey everyone, Just a quick heads-up for all US providers, resellers, and wholesalers: The FCC’s deadline to implement your own STIR/SHAKEN certificate-based authentication is coming up fast—June 20, 2025. What does this mean for you? You’ll need to get your SPC token and obtain your own...