Raj
Raj

Reputation: 4010

Web based SIP Softphone app with open source api

I am planning to build a web based softphone which can be used with any SIP server (now need to support Genesys). Can you please suggest any C# based open source solution?

I was exploring these option and heard about Lync client SDK for SIP interaction. Can I use Lync Client SDK to build SIP softphone which can register work with 3rd party SIP server like Genesys etc?

Upvotes: 0

Views: 1928

Answers (1)

Matthew Proctor
Matthew Proctor

Reputation: 110

Not unless you have a Lync environment (hosted, on-premises, etc.) that is integrated via SIP with your Genesys platform - using a Session Border Controller or similar mechanism.

Unfortunately you can not communicate using the Lync Client SDK directly with a non-Lync platform.

Upvotes: 1

Related Questions