NET C# VOIP Support

  • Thread starter Thread starter Saju
  • Start date Start date
S

Saju

Hi,
I am interested in developing a small VOIP program using C#. I am very new to this area. Like to know where to start with and what are the facilities available in C# & .NET to support voip. Or do we have to use the telephony API for that? Can anybody lead me to some good documentaion/examples/code downloads related to this?

Thanks

Saju
 
Saju,

There seems to be a VoIP API for Windows CE.NET 4.2, but this is
unmanaged, and I don't know why it doesn't exist for say W2K, XP, etc, etc.

There is a telephony API though, but I don't believe it handles VOIP.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Saju said:
Hi,
I am interested in developing a small VOIP program using C#. I am very
new to this area. Like to know where to start with and what are the
facilities available in C# & .NET to support voip. Or do we have to use the
telephony API for that? Can anybody lead me to some good
documentaion/examples/code downloads related to this?
 
Back
Top