문제

C# 또는 기타 언어로 SIP 다이얼러를 만들기위한 오픈 소스 코드 가용이 있습니까?

도움이 되었습니까?

해결책

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.

다른 팁

PjSIP and Sofiasip are two top SIP communication libraries to develop dialers of your choice, however there are already many dialers already developed.

Please check following list of dialers developed over PJSIP sip stack, may someone from list fulfill all of your requirements.

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top