Search results

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

    Mailgun Alternatives

    As a Mailgun alternative?
  9. 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...
  10. 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.
  11. P

    SOLVED One specific extension in FusionPBX cannot register any device.

    Did you try testing with a different device or softphone?
  12. P

    Email broken after upgrade

    Start by going to Status -> Logs -> Emails and see if you find any clues there. You can also check the log for any clues. https://www.fspbx.com/docs/troubleshooting/retrieving-logs/
  13. P

    SOLVED One specific extension in FusionPBX cannot register any device.

    I've had this happen to me once or twice. I kind of gave up at the moment too. Did you simply try to restart FreeSWITCH to see if that resolves it? Maybe flush the cache before the restart. I couldn't do it because the system was in production, and I needed a solution quick during a busy day. I...
  14. P

    Hello from Abruzzo, Italy!

    @dmattone How did your evaluation go?
  15. P

    external_rtp_ip

    @willy Lafort, Someone else reported the same issue. The new PHP install script is more secure and prevents web users from writing to the file. I pushed the fix for this in version 1.8.8
  16. P

    external_rtp_ip

    @willy Lafort Please, reach out to me. I'll investigate whether there is a bug. I want to fix it if there is one
  17. P

    fusionPBX voicemail email

    @willy Lafort yes you should update and try again. Settings that work for FusionPBX will work for FS PBX as it's handled by Freeswitch
  18. P

    fusionPBX voicemail email

    @willy Lafort I replied to your other thread about one way audio https://www.pbxforums.com/threads/external_rtp_ip.9162/ do you still have issues after the fix was posted?
  19. P

    fusionPBX voicemail email

    This is the FS PBX subforum, and we don't use the outdated email_queue. We transitioned to much more robust real queues some time ago. You mentioned FusionPBX in the title. Is that what you are using?
  20. P

    Email broken after upgrade

    In your .env file, you are missing the from fields. The update doesn't change those. Something else must've happened. Fill these in MAIL_FROM_ADDRESS=email@yourdomain.com MAIL_FROM_NAME="Your company name"