Recent content by pbxgeek

  1. 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...
  2. 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.
  3. 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...
  4. P

    Upgrade from v4.5

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

    Error on install of FS PBX

    Thank you for reporting this. I tried to push out the fix as soon as possible.
  6. 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
  7. 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...
  8. 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.
  9. 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
  10. 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.
  11. P

    dtmf problem transfer

    Are you using FS PBX?
  12. 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
  13. 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.
  14. 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.
  15. 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