Use this object to configure sets of call recording criteria that triggers call recording. The SBC supports up to 128 call recording criteria entities.


Command Syntax

% 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>
	srsGroupCluster <SRS Group identifier>
    srsGroupProfile <SRS Group Profile name>


Command Parameters


Call 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 

NOTE: recordingType is not taken into account when more than one SRS group is associated with the srs cluster, because the SBC is coded to send the first two streams to ingress and the next two to egress.

srsGroupCluster  

N/A

<srs group cluster ID> – SRS Group Cluster name.

srsGroupProfile  

N/A

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

 



  • No labels