Search results

  1. P

    Appending a text to caller_id_name before its connected to extension

    What is your use case for this? This means that every single call going to this extension or agent will have the prefix. Normally, you set up prefixes on a queue level, and then an agent gets to know which queue the call came from. For example, Sales queue or Support queue.
  2. P

    Appending a text to caller_id_name before its connected to extension

    Use the caller ID Prefix. It's available for phone numbers, ring groups, IVRs, and queues.
  3. P

    FSPBX - trying to send fax error

    We did a remote session and got it all fixed.
  4. P

    FSPBX - trying to send fax error

    Make sure FreeSWITCH is selecting this route when the fax call goes out. I have the service running smoothly for clients that send thousands of faxes every day.
  5. P

    FSPBX - trying to send fax error

    You need a route that is prefixed with 9999. See the screenshot attached. To separate regular routes and fax routes, we use a prefix.
  6. P

    FSPBX - trying to send fax error

    Are you entering a US-based number or another country? I can check if I get the same error and fix it for you?
  7. P

    419 Page Expired

    It's in this directory. You are correct. It's hidden. Run this command, and it will open. nano .env
  8. P

    API

    FS PBX (https://github.com/nemerald-voip/fspbx) We are currently developing the API. It should be released soon. FS PBX is a forked FusionPBX with lots of additions targeting specifically external integrations
  9. P

    FOP2 port for Fusion

    I sent you a private message regarding the rest of your questions.
  10. P

    FOP2 port for Fusion

    I already have 95% of it built in the FS PBX Contact center module.
  11. P

    FOP2 port for Fusion

    What specific features in FOP2 are you looking for that are not available in FusionPBX?
  12. 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...
  13. 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)...
  14. 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.
  15. P

    API

    In FusionPBX, it's a member-only feature. You have to pay for support to get access to API
  16. 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...
  17. 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.
  18. 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...
  19. P

    Upgrade from v4.5

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

    Error on install of FS PBX

    Thank you for reporting this. I tried to push out the fix as soon as possible.