Search results

  1. P

    FS PBX 0.9.57 Release: Polycom ZTP Integration & More!

    Hey everyone, We’re excited to announce the release of FS PBX version 0.9.57! This update brings a major new feature that’s been highly requested, as well as a round of bug fixes to make your experience even smoother. Polycom ZTP Integration Is Here! With this release, you can now fully...
  2. P

    419 Page Expired

    Hi @Raven, by default, everything is preconfigured to access the system from an external IP. You can follow this two articles to configure access by domain name or with your internal IP address. https://github.com/nemerald-voip/fspbx/wiki/Troubleshooting-Error-419-(Page-Expired)...
  3. P

    Park Music

    As far as I understand, this isn’t possible. The stream in FreeSWITCH is continuous, meaning you can join or leave at any time, but you cannot pause or rewind it. It functions much like a traditional TV channel, which plays whatever content is live at the moment you tune in.
  4. P

    API

    In FusionPBX, it's a member-only feature. You have to pay for support to get access to API
  5. P

    Provisioning file

    You can navigate to Advanced -> Provision Templates to view all available templates. If the menu link is missing, download the latest updates cd /var/www/fspbx git pull php atisan app:update and then run this command to refresh the menu links php artisan menu:create-fspbx Log out and...
  6. P

    Sip phone app

    @jimfIre17 You can theoretically use any SIP client. The most popular apps that can be used as a generic version and also white labeled are Acrobits and Ringotel.
  7. P

    Call recording

    @whut The original question was about call transcriptions. Not voicemail transcriptions. I agree that voicemails are short and there is almost no delay in returning a result. I would still have a queue for that as well. However, when you transcribe an hour-long conversation, there will be some...
  8. P

    Upgrade from v4.5

    what code do you have on line 115 in this file? /var/www/fusionpbx/resources/classes/config.php
  9. P

    Error on install of FS PBX

    Thank you for reporting this. I tried to push out the fix as soon as possible.
  10. 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
  11. 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...
  12. 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.
  13. 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
  14. 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.
  15. P

    dtmf problem transfer

    Are you using FS PBX?
  16. 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
  17. 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.
  18. 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.
  19. 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
  20. P

    SOLVED Problem configuring routes. Not working.

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