Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
> request global 
 
	callCountReset 
	   callCountReset
    callTrace action command start
	    dnsClearCache
	    mediaCapture disabledByGcid gcid <gcid#> <0-2147483647> 
    
	sipRec 
		startRecord gcid <GCID> callLeg ingress trunkGroup <TRUNK GROUP NAME>siprec
        startRecord
            gcid <0-2147483647>
            callLeg
                egress
                ingress
            srsIpAddress <SRS IP ADDRESS>
            srsPort <SRS PORT>
		
            transport <tcp | udp>
            trunkGroup <TRUNK GROUP NAME>
        stopRecord gcid <GCID><0-2147483647>
   terminateCall terminateCall GCID <gcid#><0-2147483647>
Caption
0Table
1request global Parameters
 

Parameter

Description

global

Global objects applicable node-wide.

callCountReset

This object resets all statistics counts to zero.

callTrace

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

...

NOTE: 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.

dnsClearCache
Clear the full DNS cache.
mediaCapture

Reset call count for media capture with following arguments:

  • disabledByGcid
  • gcid <gcid#> (range: 0-2147483647)
sipRec

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
    • gcid <0-2147483647> – GCID of call to start recording.
    • srsIpAddress – IP address of the Recording Server.
    • srsPort – UDP Port of the Recording Server.
    • transport – Select the transport protocol over which to send the SIPREC INVITE.
      • tcp
      • udp (default)
    • trunkGroup  – Name of the SIPREC trunk group associated with this recording session.
  • stopRecord
    • gcid – GCID of call to stop recording.

...

NOTE: 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: To support SIPREC INVITE over TCP, the sipSigPort configured in this zone must have transportProtocolsAllowed set to "sip-tcp". (Refer to Zone - SIP Sig Port - CLI)

terminateCall

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

  • GCID

...

  • <gcid #>

 

Pagebreak