The first step to installing the CGIN resource adaptor is to configure the deployment file.
Modify deploy.properties
Modify the file $CGIN_CONNECTIVITY_PACK_HOME/deploy.properties
, using the following variables:
Variable | Variable usage and description | Example |
---|---|---|
client.home |
absolute path to a Rhino client installation; by default, this is set to assume that the CGIN connectivity pack was unpacked within an installed Rhino instance |
client.home=${user.home}/RhinoSDK/client |
cginra.properties |
properties to use when deploying the CGIN RA; by default, this uses a simulated TCAP configuration |
cginra.properties=stack=signalware,signalware.backends=turbine2:20146 |
Both properties must be set. |
The default deployment properties are:
# Configuration settings for deployment done by ant script deploy.xml # client.home is the absolute path to the Rhino client installation. # As released, this assumes that the CGIN connectivity pack has been # installed as a subdirectory of the Rhino install. # If that assumption is not correct, change this property to the right path. client.home=${cgin.basedir}/../client # cginra.properties is a set of config properties that are passed to the CGIN RA. # An effect of those properties is to choose a particular TCAP stack. # Hence there's a choice of definitions for cginra.properties, # all but one of which should be commented out. # Choose the most relevant one and tweak it as necessary for your TCAP stack. # For the Signalware TCAP stack: #cginra.properties=stack=signalware,signalware.backends=turbine2:20146 # For CGIN's simulated TCAP stack: cginra.properties=tcapsim.listen-addresses=localhost:10102,tcapsim.remote-addresses=localhost:10101,stack=tcapsim,tcapsim.sctp-stack=tcp,local-sccp-address="type=C7,ri=pcssn,pc=2,ssn=102" # For the TeleSys MACH7 stack: #cginra.properties=stack=mach7,mach7.backends=127.0.0.1:10102,mach7.slee-cluster-id=2,mach7.comm-mode=TCP,local-sccp-address="type=C7,ri=pcssn,pc=2,ssn=102" # For the OCSS7 TCAP stack: #cginra.properties=stack=ocss7,ocss7.local-ssn=102,ocss7.urlList=localhost:9702 # The entity name used by the CGIN RA. cginra.entityname=cginra