SBCAdmissionControl_Limit, SBCAdmissionControl_LimitPerUser,
SBCAdmissionControl_Rate, SBCAdmissionControl_MaxBurst;
[\SBCAdmissionControl]
For example, the below configuration allows a maximum of 10
concurrent SIP INVITEs for IP Group 1:
SBCAdmissionControl 1 = 0, 1, -1, 1, 0, 10, -1, 0, 0;
Note: For a detailed description of this table, see 'Configuring
Admission Control' on page 458.
Allowed Audio Coders Table
Web: Allowed Audio Coders
CLI: configure voip > sbc
allowed-coders-group
AllowedCodersGroup0
[AllowedCodersGroup0]
[AllowedCodersGroup1]
[AllowedCodersGroup2]
[AllowedCodersGroup3]
[AllowedCodersGroup4]
This table parameter configures Allowed Coders Groups, which
determines the coders that can be used for a specific SBC leg.
Coders excluded from the Allowed Coders Group are removed from
the SDP offer (only coders common between SDP offered coders
and Allowed Coders are used). In addition, coders defined in top
entries in the Allowed Coders Group are assigned higher priority
than those entered in lower entries.
[AllowedCodersGroupx]
FORMAT AllowedCodersGroup_Index =
AllowedCodersGroup_Name;
[\AllowedCodersGroup]
For example, below represents two configured Allowed Coders
Groups. Group 0 has two coders; Group 1 has one coder. The
highest priority coder is G.723.1.
[ AllowedCodersGroup0 ]
FORMAT AllowedCodersGroup0_Index =
AllowedCodersGroup0_Name;
AllowedCodersGroup0 0 = g7231;
AllowedCodersGroup0 1 = g711Alaw64k;
[ \AllowedCodersGroup0 ]
[ AllowedCodersGroup1 ]
FORMAT AllowedCodersGroup1_Index =
AllowedCodersGroup0_Name;
AllowedCodersGroup1 0 = g711Ulaw64k;
[ \AllowedCodersGroup1 ]
Note: For a detailed description of this table, see 'Configuring
Allowed Coder Groups' on page 460.
Classification Table
Web: Classification Table
EMS: SBC Classification
CLI: configure voip > sbc
routing classification
[Classification]
This table parameter configures the Classification table. This table
classifies incoming SIP dialogs to Source IP Groups. The format of
this parameter is as follows:
[ Classification ]
FORMAT Classification_Index = Classification_MessageCondition,
Classification_SrcSRDID, Classification_SrcAddress,
Classification_SrcPort, Classification_SrcTransportType,
Classification_SrcUsernamePrefix, Classification_SrcHost,
Classification_DestUsernamePrefix, Classification_DestHost,
Classification_ActionType, Classification_SrcIPGroupID;
[ \Classification ]
For example:
Classification 1 = 1, , 10.8.6.15, 5060, 2, *, *, *, *, 1, 4;