All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resource-adaptor-jar.xml Maven / Gradle / Ivy

There is a newer version: 7.1.13
Show newest version
<?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="mgcpra">
		<description>MGCP resource adaptor</description>
		<resource-adaptor-name>
			MGCPResourceAdaptor
		</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>
				jain-mgcp
			</resource-adaptor-type-name>
			<resource-adaptor-type-vendor>
				net.java
			</resource-adaptor-type-vendor>
			<resource-adaptor-type-version>
				2.0
			</resource-adaptor-type-version>
		</resource-adaptor-type-ref>
		
		<library-ref>
			<library-name>library-mgcp</library-name>
			<library-vendor>library-mgcp</library-vendor>
			<library-version>2.0</library-version>
		</library-ref>		

		<resource-adaptor-classes>
			<resource-adaptor-class>
				<resource-adaptor-class-name>
					org.mobicents.slee.resource.mgcp.ra.MgcpResourceAdaptor
				</resource-adaptor-class-name>
			</resource-adaptor-class>
		</resource-adaptor-classes>
		<config-property>
			<config-property-name>jain.mgcp.PORT</config-property-name>
			<config-property-type>
				java.lang.Integer
			</config-property-type>
			<config-property-value>2727</config-property-value>
		</config-property>

		<config-property>
			<description>
				IP/HOST to which MGCP stack should attach - if "null" it
				will cause RA to pick up Container bind address address
			</description>
			<config-property-name>
				jain.mgcp.IP_ADDRESS
			</config-property-name>
			<config-property-type>
				java.lang.String
			</config-property-type>
			<config-property-value>null</config-property-value>
		</config-property>
	</resource-adaptor>
</resource-adaptor-jar>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy