I have a requirement to develop a VoIP client with wpf/silverlight. I heard that Microsoft Lync is a good option but I would like to use the developed application against Asterisk server (VoIP server) instead of Lync 2010 server.

I already have an application developed with Microsoft UCCAPI which works fine with Asterisk server. so I want to know whether Lync sdk supports the same

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

I think only Lync server supports SIP.

link|improve this answer
Hi, does anyone has answer ? – Coder323 May 17 '11 at 3:00
feedback

You could use all Lync SDK Development phases including Lync SDK, UCMA, UCMA workflow and UI Suppression mode.

Also Lync supports only the SIP protocol but you can integrate your client to work with diffrent protocols like h.323 by creating an UCMA user endpoint to recieve the SIP request and try to negotiate with the h.323 endpoint and start the process of encoding and decoding the stream.

I hope this may help.

Thanks

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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