Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-1.8.0.FINAL
Roadmap-Fix
New issue 138 by [email protected]: Auto returning 100 on an invite for
tomcat server
http://code.google.com/p/sipservlets/issues/detail?id=138
What steps will reproduce the problem?
1.Download MSS 1.7 Final on Tomcat 7.0.26 (using the download <a
href="http://sourceforge.net/projects/mobicents/files/Mobicents%20Sip%20Servlets/Mobicents%20Sip%20Servlets%201.7.0.FINAL/mss-1.7.0.FINAL-apache-tomcat-7.0.26-1204061634.zip/download">zip</a>)
2.Install it on Red Hat 2.6.18
3.Install the call-forwarding-1.7.0.FINAL
4.Change the mss configuration file (conf/mss-sip-stack.properies), add the
following parameters:
org.mobicents.ext.java.sip.TRANSACTION_FACTORY=org.mobicents.ext.javax.sip.MobicentsTransactionFactory
org.mobicents.ext.java.sip.SIP_PROVIDER_FACTORY=org.mobicents.ext.javax.sip.MobicentsSipProviderFactory
org.mobicents.ext.java.sip.SEND_TRYING_RIGHT_AWAY=true
4.Run sipp uas/uac.xml test with 100 CAPS per 1 Hour.
What is the expected output? What do you see instead?
Amount of invite retransmittions should be less than 1%,
on 360K caps i got 12K retransmission of invite on UAC.
This cause to several dead calls (~5).
What version of the product are you using? On what operating system?
Tomcat 7.0.26 on AMD blade linux 2.6.18.
Please provide any additional information below.
This is allready published in the forum (
https://groups.google.com/forum/#!msg/mobicents-public/gqMOFgsS8Fc/g4IDqIuYgXsJ
http://jeanderuelle.blogspot.co.il/2010/08/introducing-jain-sip-ha-or-how-you-can.html?showComment=1341990407109#c6912874198831935732
)
The problem is that the MSS jars that support HA and Clustring are needed.
However, there are a JBOSS jars. I am not sure why this flag:
org.mobicents.ext.java.sip.SEND_TRYING_RIGHT_AWAY=true
must be with the HA/Clustering pack ?