Search results

  1. P

    Assembly AI error..

    Hmmm, actually, there is no way to reset the pending transcription that is stuck at the moment. I should probably add a Retry button. I'll address this in future updates. Good news is you probably won't have this issue again now that it works. The URL wasn't mentioned in the video because you...
  2. P

    Assembly AI error..

    @willy Lafort any time you make a change in the .env file you need to run this command. Saving the file is not enough as it keeps using the cached values until you run the command: cd /var/www/fspbx php artisan config:cache
  3. P

    scheduled announcements - can't get it to work

    You can also navigate to /horizon page and see under Completed jobs if the Scheduled Announcement job is being executed
  4. P

    scheduled announcements - can't get it to work

    I already have clients who tried it; it confirmed it works for them. The default setting may be cached for an hour after you change it. Wait a little bit and try to schedule another call.
  5. P

    Feature suggestion for call blocking

    I was trying to keep the module simple. Question though. When you select a reject option, you also don't get billed, and in my tests from my cell phone, I heard a message generated by my cell phone carrier that the number is not in service. Same thing, no?
  6. P

    Device template missing ?

    Yes, we don't plan on using that page going forward. You can still access it by typing the URL directly in the browser. If you need the URL, I can dig it up for you.
  7. P

    Feature suggestion for call blocking

    It has an option to send them to VM. It's close to what you are trying to do. I'll think of adding another option in there.
  8. P

    Device template missing ?

    You haven’t typed anything in the filter yet. The list is very long. You can also scroll.
  9. P

    Introducing Scheduled Announcements in FS PBX

    That means the update didn't go through. Make sure you don't have anything to stash before you run git pull. Then run the update again
  10. P

    Device template missing ?

    Should be all there. I just pulled one up - GRP26xx (v1.0.8)
  11. P

    On-call schedule handling

    If they can send you a schedule, the best way to do it is to update the business hours. Or you can eventually teach them how to update the business hours on their own. It will take time to prepare and send the schedule to you. They may eventually realize it's just as easy to modify the hours.
  12. P

    On-call schedule handling

    @RCCradio We offer automated business hours that allow you to easily modify your schedule using a user-friendly interface that doesn't require any programming skills. This option is ideal if your schedule is relatively consistent. Additionally, we provide Call Flows, enabling you to switch the...
  13. P

    Introducing Scheduled Announcements in FS PBX

    FS PBX 1.8.9 introduces Scheduled Announcements, a new way to automatically play audio messages to selected extensions on specific days and at scheduled times. Scheduled Announcements can be used for: School bells Shift-change tones Break reminders Safety notices Daily announcements Other...
  14. P

    Dynamic E911 Setup on FSPBX – Has Anyone Done This?

    @dbz195 Emergency call notifications are a built-in feature in FS PBX, functioning as well as, if not better than, those in Grandstream. It was designed specifically to comply with all legal requirements and meet hotel standards.
  15. P

    Mailgun Alternatives

    Unfortunately, not many providers do. Mailgun includes a fair number of inbound emails in the free plan. There shouldn't be any issue for anyone to use it. You can continue using smtp2Go for everything else. Let Mailgun own only MX records for a subdomain, for example, fax.yourdomain.com. Then...
  16. P

    Mailgun Alternatives

    Yes, but not as a drop-in replacement — because Gmail's model is fundamentally different from Mailgun/Postmark. Those two are email-parsing-to-webhook services; Gmail is a mailbox you read from. The crucial difference: Mailgun / Postmark do PUSH. User sends an email to...
  17. P

    fspbx reinstall

    Try one more time now. I think that the PHP problem was not fully resolved for new installs. But it is now. @willy Lafort
  18. P

    Mailgun Alternatives

    As a Mailgun alternative?
  19. P

    voicemail transcript

    @willy Lafort We have an article for IBM https://www.fspbx.com/docs/configuration/transcription-providers/ibm-watson/ It should work unless IBM changed something, but your error suggests you didn't supply an API key and/or Speech URL, which vary per project. After editing the .env file, be sure...
  20. P

    SS/TLS from GoDaddy

    I think the need for a custom certificate will go away shortly. Freeswitch just announced a new release where certificate replacement no longer requires a restart. We will thoroughly test this version first before rolling it out.