vote up 1 vote down star
2

Is there any Open Source Code availbale for makeing A SIP Dialer in C# or any other language

flag

2 Answers

vote up 1 vote down check

Yes, take a look at PJSIP. It is implemented in very portable C. But it also has a number of wrappers in other languages, like this .NET wrapper.

PJSIP, or rather its UA (SIP Dialer) interface PJSUA is very easy to handle, and takes care of both signalling and media for you. Oh, and it's under GPL license.

link|flag
vote up 1 vote down

MySIPSwitch uses a C# SIP stack mss source. The media support in that stack is not complete but the SIP stack is pretty good. The stack is used to run the service by the same name mss service.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.