Search results

  1. D

    recordings manager

    Good to know, maybe in the future this can be an option
  2. D

    recordings manager

    In FusionPBX, there is an option to go back and edit an existing recording without having to create a new one. This works well for end users who only want to update the recording message without changing anything else. If users have to create a new recording each time, they will also need to...
  3. D

    recordings manager

    I’m pretty sure I remember there being a place where I could edit AI generated recordings, possibly in the Recordings Manager. Am I mistaken, or am I thinking of FusionPBX? I know FusionPBX has this option.
  4. D

    Firewall sip-auth-fail

    Yes, you can but you have keep in mind, not everyone has a static ip, this will only be temporary solution.
  5. D

    FreeSWITCH 1.11.1 Post-Upgrade SQLite RAM Storage Fix

    Just to confirm, this only applies to users who have updated FS to 1.11.1 but not FSPBX 1.9.x? or both?
  6. D

    User locked out

    The IP is not listed in F2B. I received more information: the user updated the email address on an extension that had his email listed. After changing the voicemail email address under the extension to the correct email, he was locked out shortly after. The user confirmed that the email...
  7. D

    User locked out

    I don't see a change in the email address; it's using the same one I set up. let me find out from the end user what they may have done.
  8. D

    User locked out

    What would cause this to get triggered? I checked the user logs and do not see any failed login attempts. The logs show that the user logged in successfully.
  9. D

    Firewall sip-auth-fail

    Where are the firewall settings located in FSPBX? I would like to disable sip-auth-fail and only keep sip-auth-ip enabled. The reason for this is that some users mistype their passwords and end up blocking themselves. Also, if they are on the same network, it can end up blocking every device...
  10. D

    FreeSWITCH 1.11.1 support + automatic Let's Encrypt TLS for SIP

    After running this command, it looks like FreeSWITCH only updated to version 1.10, not 1.11. Seems like it's pulling the original FreeSwitch version it was installed with fspbx I confirmed this by running: sudo fs_cli -x version FSPBX version I'm on is: v1.8.7
  11. D

    Dynamic E911 Setup on FSPBX – Has Anyone Done This?

    Good to know, for future deployments
  12. D

    Dynamic E911 Setup on FSPBX – Has Anyone Done This?

    If I’m not mistaken, each room would need its own DID for this setup to work, based on what I’ve learned so far. I’m not sure if FSPBX or even FusionPBX supports this type of setup. I believe the outbound caller ID is handled per call using the assigned outbound DID name/number (based on the...
  13. D

    Mailgun Alternatives

    Yes, Google Workspace email, using OAuth
  14. D

    Mailgun Alternatives

    Can we use Google OAuth? Gmail
  15. D

    SS/TLS from GoDaddy

    Here's the code i have used --- FYI i have not fully tested this. Created the script in: /etc/dehydrated/hooks/freeswitch-deploy.sh renewal hook inside the dehydrated configuration. This hook automatically runs when dehydrated -c and renews the certificate to deploy the new certificates...
  16. D

    SS/TLS from GoDaddy

    @yaboc Sure i'll post it here, once i reach home(end of day)
  17. D

    Fax failing to receive

    Not sure why incoming faxes are failing. I can see that the system is attempting to receive the fax under active calls, but it ultimately fails. I have the fax configured the same way as on FusionPBX, where it is working without any issues. I also matched the default settings from FusionPBX...
  18. D

    admin permission

    Thanks, I’ll give that a try. Yes, you’re correct I only want the Admin group to be able to change the timezone, nothing else in the setting page.
  19. D

    admin permission

    Hi, Does anyone know where, in Group Manager, I can enable the Settings button >> General on the dashboard to allow the Admin group to change the timezone? I’m pretty sure I’m just overlooking the setting somewhere in Group Manager >> Admin Group.
  20. D

    SS/TLS from GoDaddy

    Yes, it's every 3 months. The script does have an auto-restart for FreeSwitch, will keep you posted if it works and post the code here.