CAMEL Gateway Link Configuration
You can use configuration parameters in create_config.py to define links between CAMEL Gateway and MATRIXX Network Enablers.
Sample CAMEL Gateway Link Configuration
0
(zero) to the following question, links between
Network Enablers and processing servers are configured, and the questions described in CAMEL Gateway Link Configuration are omitted:
create_config.info question: How many links do you want?0
Parameter | Description | Example Value |
---|---|---|
Link Name | The name to give this link. You must specify a unique name for each link.
|
Link_1 |
Local Port | The number of the CAMEL Gateway port.
|
5004 |
Remote IP Address | The IP address for Network Enabler. Defaults to localhost .
Note: Specifying * or anyfor this property enables the signaling link to accept
connections from any address but only from a specific remote port. |
localhost |
Remote Port | The number of the Network Enabler port. Defaults to 29050.
|
29050 |
Link Initiation | The link initiation type. Enter connect for links that actively try to connect to Network Enabler. Enter listen for links that listen for
connections from Network Enabler.
|
connect |
SIGTRAN Network Role | The role of Network Enablers. Enter ASP (application pod
process) or SGP (signaling pod process).
|
ASP |
ASP Identifier | The ID of the ASP.
|
Accept the default (leave blank) |
Originating Point Code | The originating point code for the CAMEL Gateway.
|
404 |
Destination Point Code | The destination point code for Network Enabler. Defaults to '.'
|
. |
SCCP SCMG Message Route | Set to y to enable CAMEL Gateway to use this signaling link to
route Signaling Connection Control Part (SCCP) management (SCMG) messages through the SCCP protocol.
|
Accept the default (n ) |
SCCP Segment Size | The maximum size of segments sent in messages. Specify a value in the range 0 to 3952. Enter:
Note: The SCCP segment size configuration applies to all routes. Enter '.' to configure SCCP segment size per route.
|
0 |
CAMEL Gateway Link Configuration
The following example create_config.info section shows CAMEL Gateway link configuration based on the example values in CAMEL Gateway Link Configuration.
CAMEL Gateway Link 1:What is the link name?link_1
Camel Gateway Link 1:What is the local port?5004
Camel Gateway Link 1:What is the remote address?localhost
Camel Gateway Link 1:What is the remote port?29050
Camel Gateway Link 1:What is the link initiation?connect
Camel Gateway Link 1:What is the SIGTRAN Network Role?ASP
Camel Gateway Link 1:What is the ASP identifier?
Camel Gateway Link 1:What is the originating point-code?404
Camel Gateway Link 1:What is the destination point-code?.
Camel Gateway Link 1:Do you want SCCP SCMG messages sent on this route (y/n)?y
Camel Gateway Link 1:What is the maximum SCCP segment size?0