Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SIP server failover

Hello everyone,

We are using a SIP provider to reduce our outgoing phone bill. Unfortunately, our SIP provider isn't providing a very reliable network: about once every two or three days, the SIP server we connect to goes down and we have to go to another one by manually changing the interface definition in our Asterisk box.

I'm getting tired of this so I wondered how I could automate the change. Writing an app or script that verifies if the SIP server is still working isn't that hard: it can either fail to anser to a SIP request or reply with an error message.

Unfortunately, implementing that in our Asterisk system isn't trivial: it's a "managed" box that comes with a web interface for management and if I manually install the script on it, it'll be reverted the next time the box is upgraded.

So I wondered if there was a way to perform that in Astaro. When I check the Astaro "server load balancing", I see something that is al most exactly what I want except that there is no apparent way to tell it to check for SIP service. Nor is there a way to point it to a "test script" that will verify connectivity.

Anyone has a suggestion on how I could fix this ?


This thread was automatically locked due to age.
Parents
  • Astaro SIP proxy = VoIP security.  Same thing.  FYI, the vast majority of bugs in 8.2x have now been resolved with the release of 8.202 last week.
  • I don't see how I can configure the SIP connection properties, then. Also, the availability group won't help me: I really need something that will perform the operation at the SIP level as my provider's server will fail by sending back a SIP 404 code: they will still be available to ICMP.

    I know about 8.202 but I didn't have time to test it yet (and recent history tells me I'd better test new Astaro version pretty seriously before going into production).

    Thanks a lot for your suggestion, though.
Reply
  • I don't see how I can configure the SIP connection properties, then. Also, the availability group won't help me: I really need something that will perform the operation at the SIP level as my provider's server will fail by sending back a SIP 404 code: they will still be available to ICMP.

    I know about 8.202 but I didn't have time to test it yet (and recent history tells me I'd better test new Astaro version pretty seriously before going into production).

    Thanks a lot for your suggestion, though.
Children
  • Hi,
    using the VoIP security in the ASG doesn't require anymore hardware, it really depends on how you configure the ASG. The VoIP security under various names has worked very well in the ASGs for a number of versions, some better than others.

    I understand what you are saying about your SIP provider, I used to go through the same exercise with one of my SIP providers until I tracked down their DNS round robin server group IP range. I then created a DNS group in the ASG and pointed the SIP security at it and all worked fine after that.

    Ian[:)]