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

Compare with Current View Page History

Version 1 Next »

 

 

The request global command is available from both System-level and Configure modes.

To initiate action on global object, use following command syntax.

> request global  
	callCountReset 
	callTrace action command start
	mediaCapture disabledByGcid gcid <gcid#>  
	sipRec 
		startRecord gcid <GCID> callLeg ingress trunkGroup <TRUNK GROUP NAME> srsIpAddress <SRS IP ADDRESS> srsPort <SRS PORT>
		stopRecord gcid <GCID>
   terminateCall GCID <gcid#>

request global Parameters

Parameter

Length/Range

Description

global

N/A

Global objects applicable node-wide.

callCountReset

N/A

This object resets all statistics counts to zero.

callTraceN/A

Call Trace Group configuration for the Node. Use this parameter to restart call trace when it is halted due to MaxTrigger or some other reason. Full syntax is:

> request global callTrace action command start

This command is only exposed after a callTrace configuration is performed. If no entries are present in the callTrace, this command is not available from CLI.
mediaCaptureN/A

Resets call count for media capture with following arguments:

  • disabledByGcid
  • gcid <gcid#> (range: 0-2147483647)
sipRecN/A

Use this object to start/stop recording for the specified call.

  • startRecord
    • gcid – GCID of call to start recording.
    • callLeg Call leg associated with this recording session.
      • egress
      • ingress
    • srsIpAddress – IP address of the Recording Server.
    • srsPort – UDP Port of the Recording Server.
    • trunkGroup – Name of the siprec trunk group associated with this recording session.
  • stopRecord
    • gcid – GCID of call to stop recording.

The SIPREC feature is controlled by a system-wide SBC license (SBC-SIPREC). If the license is not available, any SIPREC recording returned by a PSX is ignored.

Note

Not applicable to the SBC Software Edition.

terminateCall

N/A

Terminates call based on the specified Global Call Identifier (GCID). 

  • GCID <gcid#>
  • No labels