Search results

  1. D

    Does FusionPBX have built-in retention limit options for call recordings?

    Is this script run automatically or do I need to enable it somewhere?
  2. D

    mod_lcr remembering the last number called and adding it to the dial string

    Found the problem, was a typo in my carrier_gateway
  3. D

    Does mod_lcr still work with the current version of FusionPBX?

    Yes it does. Pain to install though.
  4. D

    Does mod_lcr still work with the current version of FusionPBX?

    Does mod_lcr still work with the current version of FusionPBX?
  5. D

    Ban whole class like 101.XXX.XXX.XXX - Is it a bad idea?

    Thanks https://linoxide.com/linux-how-to/block-ips-countries-geoip-addons/
  6. D

    Ban whole class like 101.XXX.XXX.XXX - Is it a bad idea?

    I notice a lot of attempts from specific ranges such as 106.16.x.x and 49.234.x.x Fail2ban is adding these to the list but the list is getting bigger and bigger. Can I just ban these domains? Can I just ban China?
  7. D

    Non standard SIP ports for SIP Profile

    Turns out I needed to include my callerID as my username
  8. D

    Looking for a SIP client that supports presence.

    I also use 3CX and one of the things I like about their client is it shows people in your group and their status. Can I do this in FusionPBX?
  9. D

    SIP Trunk configuration. Why is this working?

    I have been having trouble receiving calls and the SIP provider provided this wireshark PCAP from their end. I had 203.144.XXX.XXX/32 in the domain ACL as this is the public IP they gave me for their server. I was unable to receive calls until I added 192.168.10.24/32 to my domain ACL...
  10. D

    Non standard SIP ports for SIP Profile

    Forgot to say thanks DigitalDaz So thanks again
  11. D

    Non standard SIP ports for SIP Profile

    Found an earlier post of your that solved the problem. IP registration doesn't show Reg only unreg. Once I set up outbound
  12. D

    Non standard SIP ports for SIP Profile

    I have a provider that uses 5060 for incoming to myPBX and port 50070 for outgong to hisPBX. How do I configure this?
  13. D

    Starting a hosted PBX company

    TXT record for godaddy FusionPBX. Finally got it working needed to use _acme-challenge as the Name not @ or _acme-challenge.domain_name.com
  14. D

    Selecting a VPS

    Do you know if I should either go for on demand or for reserved instances?
  15. D

    Selecting a VPS

    Just looking at a AWS instance 2CPU/4GBRAM/EBS looks like it costs about $43/month Compared to Vultr $20/month. What are the advantages that AWS offers?
  16. D

    Selecting a VPS

    OK I'm getting 38ms , Signed up for Vultr and installed FusionPBX. Works well . No complaints. But now I need to do it on AWS. Just trying to choose a AWS instance gives me a headache. Currently just in the testing phase to ensure it will run without distortion.
  17. D

    Selecting a VPS

    Can any of you share you response time for these servers? In my test to Vultr Singapore server I am getting 38ms ping time, which should be OK
  18. D

    Selecting a VPS

    I live in Cambodia so selecting a local VPS provider, although possible is somewhat expensive, like $40/month for a 20GB/2GB dual core machine. So as it's mainly a latency issue I thought I'd look into overseas VPS providers. Are there any members in a similar situation that can share their...
  19. D

    Suitecrm and FusionPBX click to call

    I've been trying to find a way to do click to call in suitecrmbut all the way's I've found on this forum haven't worked. https://www.pbxforums.com/threads/click-to-call.394/
  20. D

    How do I block connection attempts for my public IP?

    I used sip-auth-challenge.conf in the filters folder to filter using these regex. I also adjusted jail.local to enable sip-auth-challenge and set it for a limit of 1. Do you forsee any issues this might create? failregex = \[WARNING\] sofia_reg.c:\d+ SIP auth challenge \(REGISTER\) on sofia...