Search code examples
c++sipvoippjsip

Is PJSIP OK to implement server side?


I want to develop a simple VoIP system. I want to implement both client and servers (proxy server, register server,...) with the same sip library. Is PJSIP OK to implement servers?
I use PJSIP on the client side and no problem.
is PJSIP suitable to implement servers?

Thanks


Solution

  • PJSIP implements the whole SIP protocol. So yes: it can also be used to implement a server.
    The library comes with many samples, e.g. a proxy server. You can start from there.