You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Unable to show "metadata-from": No such page "_space_variables"
. This feature allows you to configure the Monitor Endpoint server where the captured media is sent.

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

monitorEndpoint

N/A

Use this control to configure the monitor endpoint.

  • mct <monitor endpoint name>
  • ipAddress – Logical IP address of the interface.
  • portNumber – UDP/TCP port number of SIP signaling port. (default = 5060).
  • state– Administrative state of MCT. Changes can only be made when state is disabled, and are applied upon next enable action.
    • disabled (default)
    • enabled
  • trunkGroup – Name of trunkgroup used by MCT.


Parameter

Length/Range

Description

monitorEndpoint

N/A

Use this control to configure the monitor endpoint.

  • mct <monitor endpoint name>
  • ipAddress – Logical IP address of the interface.
  • portNumber – UDP/TCP port number of SIP signaling port. (default = 5060).
  • state– Administrative state of MCT. Changes can only be made when state is disabled, and are applied upon next enable action.
    • disabled (default)
    • enabled
  • trunkGroup – Name of trunkgroup used by MCT.

Command Example

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