• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

SailFin Sip Application Server Problem...

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ?
 
Hey! You're stepping on my hand! Help me tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic