Search code examples
.netwpfc#-4.0clickoncevoip

Does anyone know a good .Net VoIP library?


I have been searching for ages now for a good .Net based VoIP library. After having tried conaito and SIP.Net, I have still haven't found anything that truly fits my needs.

Basically all of these are constructed using ActiveX. Unfortunately ActiveX and WPF don't play well together. And ClickOnce Deployment doesn't register Interop COM components.

I need to find a good and pure .Net managed code implementation.


Solution

  • To close this off, a few years ago we got ABTO llc to build us a custom version of their SIP client.

    It was a managed code implementation that we purchased from them.

    It worked very well, but the project was canned later on.

    Thanks for all the info and answers.