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.
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.
Copyright © 2021 Jogjafile Inc.
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.