Search results

  1. Adrian Fretwell

    Stress/Load testing

    Absolutely true and exactly what we find in production. I completely understand why people ask the question, but there aren't any good answers and what works for one person may not work for someone else. I'm not going to get into it here, there are may other threads that discuss this. You can...
  2. Adrian Fretwell

    Recover root passeord

    There are several ways you can do it. You can also do it by booting to something like a sys rescue USB stick and then mount your HDD partition to change the root password. https://www.system-rescue.org/
  3. Adrian Fretwell

    Click-to-call no TOTP

    If I remember correctly from my Fusion days, you can't override a setting to false in that way. Because you have set Enabled to False, it just means that setting is not enabled at the user level in which case the underlying default setting will be used. You also have the added complexity that...
  4. Adrian Fretwell

    Stress/Load testing

    I'll pick up on this as no one else has. I have little or no experience of load testing. I do know that it is quite a complicated art to get it right and produce meaningful results. You have to load test in a way that simulates exactly the scenario that you wish to test. Handling X calls per...
  5. Adrian Fretwell

    Recover root passeord

    If it is a local machine and you can get to the boot loader screen when the machines starts up, then the procedure is pretty much the same for most Linux distributions. The following web page may help: https://linuxconfig.org/recover-reset-forgotten-linux-root-password
  6. Adrian Fretwell

    Subdomain Help

    For the benefit of others reading this thread, we got to the bottom of it. The DNS provider had not set the sub-domains to the same IP address as the main FusionPBX server, despite them saying they had. The dig command proved very useful in diagnosing the issue: https://linux.die.net/man/1/dig
  7. Adrian Fretwell

    SOLVED Outbond not working with regex: INVALID_NUMBER_FORMAT

    You have two capturing groups there so the contents of \d* will end up in $2. The first alternative of your first capturing group will always match nothing (a zero length string), that may be why you are seeing the INVALID_NUMBER_FORMAT error. You can make your first group non-capturing with...
  8. Adrian Fretwell

    anyone deployed on AWS Lightsail

    nft delete chain inet filter trace_chain That should do it.
  9. Adrian Fretwell

    Subdomain Help

    Ok, so do all the subdomain names point to the same IP address? and is this the IP address of your FusionPBX box?
  10. Adrian Fretwell

    anyone deployed on AWS Lightsail

    The system is designed to be run on an internet facing machine, I've even got it running on a Raspberry Pi connected directly to the internet. There is no reason why you can't use the nftables firewall behind a NAT, all you need do is comment out the whole section: # Drop IPv4s not in internet...
  11. Adrian Fretwell

    Zoiper Registration

    Why do you need such short registration times? In most cases 1800 or 3600 seconds is fine. Short registration times can seriously increase the workload on you server if you have subscriptions and BLFs etc. A push server being static will generally want a 3600 second registration or even...
  12. Adrian Fretwell

    Subdomain Help

    I have seen your PM, we will work through what you need and post back here for the benefit of others. I will pick this up in the (UK) morning.
  13. Adrian Fretwell

    Subdomain Help

    I'm not sure what "set them up through GoDaddy" means here. Do you understand A records and CNAME? An A record associates your domain name with an IP address: mypbx.com 1800 IN A 1.2.3.4 A CNAME allows you to reference the A record: customer-1 1800...
  14. Adrian Fretwell

    Move FreeSWITCH DB from SQLite into PostgreSql

    Ok the files in autoload_configs are: callcenter.conf.xml db.conf.xml fifo.conf.xml switch.conf.xml voicemail.conf.xml If you are delivering configuration dynamically with DjangoPBX or similar, modifications to callcenter.conf.xml are not required. The parameters reference variables that are...
  15. Adrian Fretwell

    anyone deployed on AWS Lightsail

    Do those lists exist now? What output do you see if you issues the following commands as root? /usr/sbin/nft list set netdev filter ipv4_block_list /usr/sbin/nft list set inet filter ipv4_white_list
  16. Adrian Fretwell

    anyone deployed on AWS Lightsail

    I've had some issues with the drop fragments rule in the past, you could also try commenting that out at some point. https://github.com/djangopbx/djangopbx/issues/5
  17. Adrian Fretwell

    anyone deployed on AWS Lightsail

    @ardyhash Thankyou for looking at this. I can't see a reason why we can't use 0.0.0.0 as long as listen 127.0.0.1:8009; remains intact.
  18. Adrian Fretwell

    Move FreeSWITCH DB from SQLite into PostgreSql

    Yes, I will help if I can, I'm out most of today and tomorrow, so there may be a delay in my responding. The DjangoPBX install script will give you some help on how we do it. I have replicated the relevant sections below for you: The steps are basically: 1. Make sure you create the FreeSWITCH...
  19. Adrian Fretwell

    Outbound call issues.

    Your provider responded with a 403 forbidden. Your call was rejected for some reason. These debug logs are large and do contain a lot of information, don't become intimidated by that, just sit down and read through it slowly, and, for sure, it will tell you what is happening. I cannot comment...
  20. Adrian Fretwell

    DST a Week Early

    Hi, has anyone else in the UK seen their Yealink phones switch to BST a week early? About 600 of our phones have gone to BST a week early, I suspect it is an issue with the autoDST.xml file provided with the default firmware. I have raised a ticket with Yealink.