SIP incoming call listener in Java?

Viewed 26

I want to listen to a SIP/VoIP account to execute a command on receiving a VoIP call (in Java).

I have googled around to find some good starting point about SIP, but I am struggling with it.

Is out there any good starting point with working example code for a SIP incoming call listener, to detect new incoming phone calls on a desktop (laptop/PC) device?

1 Answers
Related