Add_workflow_for_techpubs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Panel | ||||||
---|---|---|---|---|---|---|
In this section:
|
Use these commands to configure call notification server (Cns) groups and clusters as part of the SBC's call notification feature. Refer to Sending Unsolicited Call Notifications to Application Servers for more information on the call notification feature.
Use the cnsGroupProfile
object to specify information on a group of up to 8 servers to receive call notifications. The profile also specifies how to distribute the notifications among the servers.
Code Block |
---|
% set global servers cnsGroupProfile <profile name> cnsGroupData <sequence: 0 - 7> callNotifyTGId remoteAddress remotePort transport description loadDistribution <roundRobin | sequence> uri |
Caption | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
|
Use the cnsGroupCluster
object as a container for cnsGroupProfiles
. The configuration of each individual callNotificationCriteria
object specifies a cnsGroupCluster
to specify which server or servers are the recipient of notifications when a call matches that particular set of criteria. Currently a cnsGroupCluster
can contain only one cnsGroupProfile
.
Code Block |
---|
% set global servers cnsGroupCluster <cluster ID> cnsGroupClusterData <sequence: 0> cnsGroupId <CNS group profile name> description |
Caption | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
For command examples, refer to Configuring the SBC to Send Unsolicited Call Notifications to Application Servers. |