I want to integrate my web services to telephony systems which use SIP to connect to client hard/soft phones. I am planning to build a redirect server which will get SIP call from existing telephony system whenever it gets call over PSTN. Once the server get this request, it would call my REST web services to find out the client's SIP address and then send 302 response back with that address so that further handshake can happen between them.
Since I am new to this field so I found Kamailio and Asterisk little complicated for this simple purpose. Is there a C#, Java, NodeJS library to build this small SIP service (like we have many to build REST services) without going through hassle to setup huge server? If you know of any other better way to achieve my goal, please let me know.
via ThinkFloyd
No comments:
Post a Comment