Search results

  1. DigitalDaz

    Does The Spam Ever Stop?

    Just a PS to that..... If I spin up a new server and it doesn't get hit within 20 minutes I start to check if everything is working correctly :) A few years ago I did some testing with honeypot type of thing. I had about 13 random VPS around the world. They were effectively invisible from the...
  2. DigitalDaz

    Does The Spam Ever Stop?

    Another thing, if you are able to do it, is stop using UDP, if you can get rid of UDP you will see hardly anything.
  3. DigitalDaz

    Debian 13?

    Looks like a problem building sofia-sip-1.13
  4. DigitalDaz

    Debian 13?

    Actually, we do have iptables
  5. DigitalDaz

    Debian 13?

    I've managed to get the gui working, its down to php, I changed the install script to load surys php8.4 repos. There appear to be thing missing in the php trixie 8.4 repos for example php8.4-imap. They're meant o be installed with pecl now apparently. Freeswitch isn't playing ball right now...
  6. DigitalDaz

    All outbound calls are going through only one gateway

    Have you removed the old routes? Also pastebin a log from fs_cli, you should be able to see it evaluating the dialplan
  7. DigitalDaz

    All outbound calls are going through only one gateway

    So, if the order is 21 for the extension, it is probably ignored. You don't want a dialplan for the extension, you want an outbound route and modify the order of your outbound route so that the specific extension route comes before the generic outbound routes. You may also want to rename the...
  8. DigitalDaz

    All outbound calls are going through only one gateway

    None of that is relevant, post what you have in each individual outbound route
  9. DigitalDaz

    All outbound calls are going through only one gateway

    It will be working as expected, you have probably got a mistake in there somewhere hence the request for the dialplan setup.
  10. DigitalDaz

    Inbound Issues in a 2-server load balancing system (master replication)

    Just as a PS to this and where it really helped recently in a real situation: I always use different datacenters/providers for the primary and secondary. We had a recent issue where routing must have gotten bad between our primary and some of our clients, others were just fine. The way I have...
  11. DigitalDaz

    Inbound Issues in a 2-server load balancing system (master replication)

    You'll also have issues with things like conferencing and queueing. Load balancing just does not work well at all unless you have a very customised setup. This is probably a question for the dsip router guys, eg is it even meant to be able to load balance, I doubt it very much. Certainly, in a 2...
  12. DigitalDaz

    All outbound calls are going through only one gateway

    If you can start by posting us details of the outbound routes someone may be able to help.
  13. DigitalDaz

    Trying to get FusionPBX working, Newbi questions

    Have you added anything to the access control list other than what you have been told to? Also, have you added any dialplans that catch more than they should?
  14. DigitalDaz

    Empty DB with install scripts

    See this post: https://www.pbxforums.com/threads/intalling-on-an-rpi4.8505/#post-34410
  15. DigitalDaz

    Empty DB with install scripts

    There was a discussion on this in the forums recently, I managed to successfully install on a Pi and posted details here. I meant to submit some proper pull requests but haven't had the time yet.
  16. DigitalDaz

    Status of MySQL support

    I'm not sure about the official position on mysql support but I believe there are some functions that use postgres and have no mysql equivalent. Postgres is also easy to replicate to give you high availability.
  17. DigitalDaz

    Looking for a good open source billing system (ASTPP, BillRun, MagnusBilling?....)

    I use a heavily modified version of pyfreebilling. Also, cgrates should always be considered, its just an engine and would need much configuration. For me the number one priority is stopping fraudulent calling. Most of the other, I believe ASTPP included, rate the call at the END. This means if...
  18. DigitalDaz

    Dialplan action based on callerid number?

    Can you post your updated version, others may find this useful?
  19. DigitalDaz

    Alternative DBs

    I know we have a few people who have replicated installations for failover etc. Has anyone tried using an alternative DB. I know I have seen cockroach mentioned a few times but another alternative that has come up that looks quite good is YugabyteDB, anyone taken a look?