Recent content by dv8inpp

  1. D

    Backup module restoration

    If I just want to backup one tenant so I can relocate them to another server what is the best way to do this?
  2. D

    regex - how to get the syntax correct

    I am trying to build a regex for my outbound numbers. Currently I have this ^((?:096)\d{7})$ which works for 096x xxx xxx What I would like to have is it with or without country code ^(?:+855|855)((096)\d{7})$ I have tried this but no luck. I've been to https://regexr.com/ but still not...
  3. D

    Incoming call failing with 'WRONG_CALL_STATE'

    Yes , I had not put netmask onto x.x.x.x/32 my IP address. Thanks for the assist.
  4. D

    Incoming call failing with 'WRONG_CALL_STATE'

    Debian 9 FreeSWITCH Version 1.10.6-release-18-1ff9d0a60e~64bit (-release-18-1ff9d0a60e 64bit) When making an incoming call my call is disconnected with 'WRONG_CALL_STATE' I have attached a fs_cli log file. Where should I be looking
  5. D

    [inbound routes] 404 not found

    Thanks, deleted all the ACL's and it's working now.
  6. D

    [inbound routes] 404 not found

    I am unable to make calls between extensions I get this result in fs_cli [inbound routes] 404 not found 192.168.1.146 Where should I be looking? Version 4.5.24 Git Information Branch: master Commit: 884720489fd3c1a16b537fd84eabd6be06c02590 Origin...
  7. D

    FUSIONPBX SETUP ENGINEER NEEDED

    Seems no one is interested. Check out Fiverr
  8. D

    Small hardware for FusionPBX

    How is the performance? What version rPi are you using?
  9. D

    WebRTC - Installation, getting TLS handshake errors

    I am running 4.5.23 Git Information Branch: master Commit: f5d766ad66503a5cad4215390e2a75b66e1cac2c Origin: https://github.com/fusionpbx/fusionpbx Status: Your branch is up-to-date with 'origin/master'. +6 days ago I followed the Youtube video "CC2018 28 Mark J Crane - FusionPBX and...
  10. D

    Cant see Call Detail Record Statistics

    Ran the Schema upgrade and that didn't report anything. Created a new user in the domain and they can see anything either. Tried another admin user and they can't see anything either. Only Superadmin can. Which log would show where the access is getting denied?
  11. D

    Cant see Call Detail Record Statistics

    How can I test database integrity?
  12. D

    Cant see Call Detail Record Statistics

    When logged in as a user who is a member of both admin and user groups I can't get any statistics on this screen. If logged in as superadmin I can see the details. I also have two additional options - advanced and showall. Any suggestions what might be causing the statistics not to show?
  13. D

    The client lacks sufficient authorization :: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2

    I think this might be the issue # increase key size rsa-key-size = 2048 # Or 4096 # the current closed beta (as of 2015-Nov-07) is using this server server = https://acme-v01.api.letsencrypt.org/directory # this address will receive renewal reminders email = my-email I changed it to v02 and...
  14. D

    The client lacks sufficient authorization :: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2

    I am running Debian 10 and am having trouble renewing my wildcard SSL using these commands cd /opt/letsencrypt ./letsencrypt-auto --config /etc/letsencrypt/configs/example.com.conf certonly The system is reporting this error. How do I obtain/upgrade my ACME client?