Recent content by DigitalDaz

  1. DigitalDaz

    New QueueMetrics integration officially released

    Its very nice looking :)
  2. DigitalDaz

    Need of the SBC in terms of load?

    It will easily handle 1000 extensions with just a very modestly specced server. Its all about calls per second really that stresses it. A callcenter with 1000 extensions will process a lot more calls than a regular small business. SBCs are OK but don't bring much to the table and create their...
  3. DigitalDaz

    Does The Spam Ever Stop?

    Another thing I thought of doing and this was only a thought, I never implemented it...... This is not hiding the pbx, this is more an additional auth factor for a phone.... So, on most sip phones, grandstream excluded, we have a registration expiry time that we can usually set in seconds. In...
  4. 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...
  5. 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...
  6. 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.
  7. DigitalDaz

    Debian 13?

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

    Debian 13?

    Actually, we do have iptables
  9. 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...
  10. 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
  11. 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...
  12. DigitalDaz

    All outbound calls are going through only one gateway

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