Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1
REV5
REV6
REV3
REV1
REV2

Panel

In This Section:

Table of Contents

Use the following procedure to configure the

Spacevars
0product
 and PSX to establish call recordings triggered from the PSX. 

Triggering Call Recording From PSX

  1. Configure the
    Spacevars
    0product
     for a basic call.

  2. Install SIPREC license on the
    Spacevars
    0product
     using the EMS.

  3. Configure the external PSX.

    Code Block
    languagenone
    % set system policyServer localServer PSX_LOCAL_SERVER mode outOfService state disabled
    % set system policyServer remoteServer <psx name> ipAddress <psx_ip> portNumber <psx_port> state enabled mode active
  4. Create a recorder profile on the PSX and configure call recording criteria of the recorder profile.

    Include Page
    Recordertype_recordingtype
    Recordertype_recordingtype

    Caption
    0Figure
    1Create Recorder Profile

    Image Modified

    Caption
    0Figure
    1Configure Call Recording Criteria

    Image Modified

  5. Create a SIP signaling port on the

    Spacevars
    0product
     towards the recorder, and enable SIPREC.

    Code Block
    languagenone
    % set addressContext <ADDRESS-CONTEXT> zone <ZONE> sipSigPort <SIP SIGNALLING PORT> siprec enabled 
  6. Create a trunk group from the

    Spacevars
    0product
     for recording.

    Info
    titleNote

    Ensure the name of the trunk group is is identical to the one used above while creating Recorder profile in PSX.

  7. Add static routes toward the recorder.

  8. If a secondary recorder is also configured on the PSX for redundancy, create IP peers with both primary and secondary recorder IP addresses and enable options ping for these recorders. While recording, if the primary SRS is identified as DOWN by the

    Spacevars
    0product
     through options ping mechanism, a recording session is initiated towards the secondary SRS and the recording continues.

    Code Block
    languagenone
    % set profiles services pathCheckProfile <path_check_profile> 
    protocol sipOptions recoveryCount <count> replyTimeoutCount 
    <count> sendInterval <interval>
    %set addressContext 
    default zone $sbx_zone_rs_v4 ipPeer <IP_PEER_SRS> ipAddress 
    <ip> ipPort <port> pathCheck profile 
    <path_check_profile> state    enabled 

Triggering Call Recording From CLI

  1. Create a SIP signaling port on the SBC towards the recorder, and enable SIPREC.

    Code Block
    languagenone
    % set addressContext <ADDRESS-CONTEXT> zone <ZONE> sipSigPort <SIP SIGNALLING PORT> siprec enabled 
    Info
    titleNote

    To support SIPREC INVITE over TCP, the sipSigPort, which is configured in the zone for SIPREC must have transportProtocolsAllowed as sip-tcp.

    Code Block
    % set addressContext <ADDRESS-CONTEXT> zone <ZONE> sipSigPort <SIP SIGNALLING PORT> transportProtocolsAllowed sip-tcp
  2. Create a trunk group from the SBC for recording.

    Code Block
    % set addressContext <ADDRESS-CONTEXT> zone <ZONE> sipTrunkGroup <sipTrunkGroup>
    Info
    titleNote

    The same trunk group name must be used in CLI startRecord command and Start Record command of EMA GUI.

  3. Add static routes toward the recorder.

  4. Start recording from the CLI or EMA.

    Info
    titleNote

    When recording is initiated from CLI/EMA, disable call recording criteria (or check that call recording criteria does not match); otherwise, recording is not initiated through CLI/EMA.

     

    1. CLI method

      To configure siprec startRecord request, execute the following command both on the ingress and egress legs:

      Code Block
      languagenone
      % request global sipRec startRecord gcid <GCID> callLeg ingress numOfStreams <Number of recorders  1 or 2> srsIpAddress <SRS IP ADDRESS> srsPort <SRS PORT> transport <tcp | udp> trunkGroup <TRUNK GROUP NAME> 

...

    1. srsIpAddress2 <SRS IP ADDRESS> 

...

    1. srsPort2 <SRS 

...

    1. Port> 

...

    1. transport2 <tcp | udp> trunkGroup2 <SIP Trunk Group> 
      
      % request global sipRec startRecord gcid <GCID> callLeg egress numOfStreams <Number of recorders  1 or 2> srsIpAddress <SRS IP ADDRESS> srsPort <SRS PORT> transport <tcp | udp> trunkGroup <TRUNK GROUP NAME> 

...

    1. srsIpAddress2 <SRS IP ADDRESS> 

...

    1. srsPort2 <SRS 

...

    1. Port> 

...

    1. transport2 <tcp | udp> trunkGroup2 <SIP Trunk Group> 
    2. EMA method

      On the SBC main screen, navigate to All > Global > SIPrec. Select Start Record command from the commands drop-down list.

      Caption
      0Figure
      1EMA Start Record Command

      Image Modified

      Image Modified

      Click startRecord.

  1. To stop recording, use one of the methods below.
    1. CLI method:

      Code Block
      languagenone
      % request global sipRec stopRecord gcid <GCID> recorderAddress <IP Address> recorderPort <Port Number>
    2. EMA method:

      On the SBC main screen, navigate to All > Global > SIPrec. Select Stop Record command from the commands drop-down list.

      Caption
      0Figure
      1EMA Stop Record Command

      Image Modified

      Image Modified

      Click stopRecord.

  2. To view the details of the calls being recorded from CLI or EMA
    1. CLI method:

      Info
      titleNote

      If only the GCID value is mentioned in the stopRecord, all the multiple recordings for that GCID are stopped at once.

      Code Block
      languagenone
      show table global 

...

    1. SipRecStatus
                                                                         RECORDING
      GCID    RECORDER ADDRESS   RX RTP ADDRESS      TX RTP ADDRESS      LEG
      ------------------------------------------------------------------------------
      1       10.54.80.200:5070  10.54.80.200:13471  10.54.80.200:13467  ingress
      131072  10.54.80.200:5070  10.54.80.200:13471  10.54.80.200:13467  ingress
      [ok]
    2. EMA method:

      On the SBC main screen, navigate to All > Global > SIP rec Status

      Caption
      0Figure
      1SIPREC Status Example

      Image Modified

Pagebreak