Hi. Newbie and dumb question here (followed with bad English) :-)
I followed instructions on
http://wiki.glassfish.java.net/Wiki.jsp?page=SipServletProxyExample and I have some questions about it.
When I run (deploy) this proxy example it's url is (for example)
http://localhost:8080/SipSample/ (it shows page with Directory Listing information, since there is no index.jsp), so if someone sends INVITE message, server calls doInvite method (like tomcat calls doGet or doPost). Am I right so far?
If I am, then I have one more question. SIPp example creates client with this line:
"sipp -sn uac -rsa 192.168.1.2:5060 -p 5080 192.168.1.8:5090". It presumes that Proxy is active on "192.168.1.2:5060". How is this exactly done and can I somehow replace this with "localhost:8080/SipSample/"
Thanks in advance!
[Message sent by forum member 'brixy' (brixy)]
http://forums.java.net/jive/thread.jspa?messageID=227193