Java based SIP endpoint

137 Views Asked by At

I am looking to implement a sip endpoint using java.

I came across jain-sip. But, it's not clear whether it's used to implement a sip client or sip endpoint itself.

1

There are 1 best solutions below

1
Vladimir Ralev On

You should be able to implement any sip endpoint with jain-sip. It is used in user agents, servers, b2buas, proxies, sbcs and registrars. But if you need something beyond the SIP such as media/RTP then you need additional RTP or relay stack.