Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles: |
Excerpt Include | ||||||
---|---|---|---|---|---|---|
|
Use the following procedure to accomplish the following:
Table of Contents | ||||
---|---|---|---|---|
|
2. Assign the Relay Profile to Ingress and Egress TCP Relay Ports
3. Create IP Peer Routing Label
4. Create a Relay Route to Specify How to Route Incoming Call
Anchor | ||||
---|---|---|---|---|
|
Create a Relay Profile specifying ingress and egress CAC parameters as well as TCP keep-alive value.
Code Block | ||
---|---|---|
| ||
set profiles services relayProfile RP1 maxEgressConn 10 maxEgressRate 50 maxIngressConn 100 maxIngressRate 80 tcp keepAlive 100 |
Anchor | ||||
---|---|---|---|---|
|
Create an ingress egress TCP relay port and assign the relay profile (Use the IP Address of the SIP Signaling port).
Code Block | ||
---|---|---|
| ||
set addressContext AC1 zone AC1Z1 id 2 relayPort 3 ipAddress 10.7.14.41 portNumber 2024 ipInterfaceGroupName IG1 transportProtocolsAllowed tcp relayProfile RP1 state enabled mode inService |
Anchor | ||||
---|---|---|---|---|
|
Create Routing Label for IP Peer.
Code Block | ||
---|---|---|
| ||
set global callRouting routingLabel RL_EGRESS routingLabelRoute 1 routeType ipPeer ipPeer ipPeer1 |
Anchor | ||||
---|---|---|---|---|
|
Create a Relay Route to specify how the call coming in on a particular relay port must be routed.
Code Block | ||
---|---|---|
| ||
set global callRouting route none Sonus_NULL Sonus_NULL relay 3 Sonus_NULL all all ALL none Sonus_NULL routingLabel RL_EGRESS |
Pagebreak |
---|