Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed note of recordingType from reviewer comments.

Add_workflow_for_techpubs
AUTH1
JIRAIDAUTHSBX-60438
REV5
REV6
REV3
REV4
REV1
REV2

Panel

In this section:

Table of Contents
maxLevel4

 

Use this object to configure Call Recording Criteria to associate with SRS groups. The SBC supports up to 128 call recording criteria entities.

Info

To configure SRS Group Profiles, refer to Servers - SRS Group Profile - CLI.

 

Command Syntax

Code Block
% set global servers callRecordingCriteria <criteria name>
	calledPartyId <0-9>
	callingPartyId <0-9>
	criteriaState <disable | enable>
	egressTgId <EgSipTrunk | ingSipTrunk>
	ingressTgId <EgSipTrunk | ingSipTrunk>
	nextHopIP <IP address>
	numberOfCalls <0-99999>
	previousHopIP <IP address>
	recorderType <SIPRec | mct>
	recordingDuration <0-3600 seconds>
	recordingStopCriteria <manual | numOfCalls>
	recordingType <allLegs | bothLegs | egressLeg | ingressLeg>
	srsGroupId <SRS Group identifier>

 

Command Parameters

Caption
0Table
1Call Recording Criteria Parameters
3Call Recording Criteria Parameters
ParameterLength/RangeDescription
<Call Recording Criteria name>0-23 charactersUnique Call Recording Criteria name.

calledPartyId   

0-9 digits<called party number>The called party number for which the call is recorded.  (default = NULL)

callingPartyId 

0-9 digits<calling party number>The calling party number for which the call is recorded. (default = NULL)

 criteriaState   

N/A

The administrative state of this Call Recording Criteria.

  • disable (default)
  • enable

egressTgId  

N/A 

Egress trunk group Id. The call terminating to this trunk group is recorded.

  • EgSipTrunk – Egress SIP trunk group Id.
  • ingSipTrunk – Ingress SIP trunk group Id.

ingressTgId  

N/A 

Ingress trunk group Id. The call originating from this trunk group is recorded.

  • EgSipTrunk Egress SIP trunk group Id.
  • ingSipTrunk – Ingress SIP trunk group Id.

nextHopIP    

IPv4/IPv6 format

<IP address> – IP address of the next hop. (default - 0.0.0.0)

numberOfCalls0-99999

The number of calls to occur to stop the recording criteria. (default = 5)

NOTE: This attribute displays when recordingStopCriteria = numOfCalls.

NOTE: This parameter is not supported for SIPrec.

previousHopIP

IPv4/IPv6 format

<IP address> IP address of the previous hop. (default = 0.0.0.0)

recorderType   

N/A 

Call recorder type.

  • SIPRec
  • mct (default)

recordingDuration  

0-3600 

Duration of the recording, in seconds. (default = 0)

NOTE: This parameter is only available if recorderType = mct.

recordingStopCriteria

N/A

Recording stop criteria.

  • manual (default)
  • numOfCalls (not applicable to SIPrec)

recordingType   

N/A 

Call legs to record.

  • allLegs (default)
  • bothLegs
  • egressLeg
  • ingressLeg (see note below)

NOTE: If callRecordingCriteria is configured for SIPrec and the recordingType is set to either allLegs or bothLegs, the option defaults to ingressLeg.

srsGroupId  

0-23N/A

<SRS Group Profile name> – SRS Group Profile identifiername to associate with this Call Recording Criteria.

 

Pagebreak