SIP programming looks much simpler than I originally thought:
and
http://docs.oracle.com/cd/E13209_01/wlcp/wlss40/javadoc/jsr289/javax/servlet/sip/SipServlet.html
I would be interested in developing something along the lines of the Java World sample, but how do you test it? I would like to test it against a hosted Asterisk PBX, but that seems expensive.
The only other option I can think of would be to deploy Asterisk, but that doesn't sound like much fun.
While I'm aware that there is, or will be, a Java API for the Asterisk Manager Interface, I'm interested in just plain-vanilla SIP.
how do I test a Java SIP client?
SIPServlet
to
create a basic server with at least a doRegister
implementation. Once
you have that, you can test a client with registration process.Your questions is not very clear, hence I have provided the answer for different situations.