META-INF.resource-adaptor-jar.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE resource-adaptor-jar PUBLIC "-//Sun Microsystems, Inc.//DTD JAIN SLEE Resource Adaptor 1.1//EN" "http://java.sun.com/dtd/slee-resource-adaptor-jar_1_1.dtd"> <resource-adaptor-jar> <resource-adaptor id="isup"> <description>ISUP resource adaptor</description> <resource-adaptor-name>ISUPResourceAdaptor</resource-adaptor-name> <resource-adaptor-vendor>org.mobicents</resource-adaptor-vendor> <resource-adaptor-version>2.0</resource-adaptor-version> <resource-adaptor-type-ref> <resource-adaptor-type-name>ISUPResourceAdaptorType</resource-adaptor-type-name> <resource-adaptor-type-vendor>net.java</resource-adaptor-type-vendor> <resource-adaptor-type-version>1.0</resource-adaptor-type-version> </resource-adaptor-type-ref> <resource-adaptor-classes> <resource-adaptor-class> <resource-adaptor-class-name> org.mobicents.slee.resources.isup.ra.IsupResourceAdaptor </resource-adaptor-class-name> </resource-adaptor-class> </resource-adaptor-classes> <config-property> <config-property-name>isupJndi</config-property-name> <config-property-type> java.lang.String </config-property-type> <config-property-value> java:/restcomm/ss7/isup </config-property-value> </config-property> <config-property> <description>Value of timeout in milisecond. It controls timeout of client transaction. This value must be lower than isup.general.timeout</description> <config-property-name>isup.client.timeout</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>30000</config-property-value> </config-property> <config-property> <description>Value of timeout in millisecond. It controls how long transaction object lingers in stack before its released - in case no action is performed.</description> <config-property-name>isup.general.timeout</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>120000</config-property-value> </config-property> </resource-adaptor> </resource-adaptor-jar>