Recent content by DigitalDaz

  1. DigitalDaz

    Does The Spam Ever Stop?

    Back in the day I tried all sorts to 'close' my pbx to the world, some of which were more successful than others. One I had was were I ran a kamailio instance on a totally different ip, probably a small vps somewhere. The main pbx had its ports 5060, 5080 etc closed to the world. I had the...
  2. 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...
  3. 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.
  4. DigitalDaz

    Debian 13?

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

    Debian 13?

    Actually, we do have iptables
  6. 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...
  7. 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
  8. 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...
  9. DigitalDaz

    All outbound calls are going through only one gateway

    None of that is relevant, post what you have in each individual outbound route
  10. 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.
  11. 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...
  12. 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...
  13. 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.
  14. 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?