In this section:


The criteria for recording calls using the Media Capture Tool (MCT) is configured in PSX and when a call meets the criteria, PSX indicates the need for media forking in the Policy Response to SBC. This feature allows you to configure the Monitor Endpoint server where the captured media is sent.

Access to the Media Capture Tool is restricted to privileged, password-protected user accounts. Tracking of its use is tracked by AUD logging.

Command Syntax

% set global monitorEndpoint mct <monitor endpoint name>
	ipAddress <intfc_ip_address>
	portNumber <sip_signaling_port_#>
	state <disabled|enabled>
	trunkGroup <TG_name>

Command Parameters

Global Monitor Endpoint Parameters

Parameter

Length/Range

Description

<monitor endpoint name>

1-23 charactersThe name of the Monitor endpoint.
ipAddressValid IP address

Logical IP address of the interface.

portNumber1-65535

<value> (default = 5060) – UDP/TCP port number of SIP signaling port.

stateN/A

Administrative state of MCT. Changes can only be made when state is disabled, and are applied upon next enable action.

  • disabled (default)
  • enabled

trunkGroup

1-23 characters

<trunkgroup name> – Name of trunk group used by MCT.



Command Example

% set global monitorEndpoint mct <MCT-1> ipAddress <10.22.33.44> portNumber <5060> state enabled> trunkGroup <SIPTX-EAST>

The command set global monitorTarget <TargetName> state <state> is available to users from the Administrator group only. Users from other groups are not be able to modify it.

  • No labels