Hi all,
I've got my application up and running on 3 different sites now. There are no problems on two of them, but the third one is giving me problems. Occasionally, all numbers become busy, and the service must be restarted (I haven't implemented reconnect inside the service, so restarting is usually what we do).
Is there a way for me to get some sort of notification about this in my application? I.e. such that it could reconnect automatically?
I'm using SipXTapiDotNet which encapsulates sipxtapi.dll, and I'm listening to both Line-, Call- and Media events, and I'm currently in the process of adding a listener to KeepAlive events. Anything else I should consider?
Regards,
Daníel