Hello everybody,
I've installed the latest stable Milestone (Sailfin 1.0 Milestone 6) (sailfin-installer-v1-b59-windows.jar,size 64M ) .
But i have same serious problems.
There are some strange error cases :
1-) Often Invite doesn't come to Sip
Servlet ...(invite_not_arrive_to_doInvite.pcap )
2-) Often Invite come and my sipServlet behave like a B2BUA. Creates new Invite and sent to other client .
Although sip servlet sent the invite succesfully 2nd client doesn't get it .
3-) Sometimes first 2 case passes but Ringing Or 200 Ok that sent from client doesn't arrive sip Servlet's doprovisionalResponse or dosuccessResponse methods.
4-) Rarely first 3 case passes but ACK that sent from caller client doesn't arrive Sip Servlet's doAck method.
server.log
I am not
testing under load.
My Sip Servlet (that i wrote in Eclipse 3.4 via Ericson's Service Development Studio (SDS) 4.1 plug-in)
running in Windows machine. (192.168.2.88)
I installed Windows on VMware Workstation in same machine that sip servlet runs. I defined two network interface in that virtual Windows.One of them 192.168.2.100 and the other is 192.168.2.101
I am running Sip Servlet in debug-mode. Although i saw sip messages come to 192.168.2.88 (that sip servlet runs) , As i explained earlier sip messages doesn't come to doMethods.(doInvite,doProvisionalResponse,doSuccessResponse,doAck)
But do not think there is a problem with virtual Windows.When i runned sip clients different machines. Some problems occured.
Isn't that strange ?
May i learn which class firstly get the sip messages and direct to domethods.
Is (Sailfin 1.0 Milestone 6) (sailfin-installer-v1-b59-windows.jar,size 64M ) stable ?