Versions Compared

Key

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

...

  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 
    Note

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

    Note

    % 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>
    Note
    Ensure that the name of the The same trunk group name must be identical to the one used above while creating Recorder profile on the PSXused 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.

    Note

    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 trunkGroup <TRUNK GROUP NAME> srsIpAddress <SRS IP ADDRESS> srsPort <SRS PORT> transport <tcp | udp>
      
      % request global sipRec startRecord gcid <GCID> callLeg egress trunkGroup <TRUNK GROUP NAME> srsIpAddress <SRS IP ADDRESS> srsPort <SRS PORT> transport <tcp | udp>
    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

      Click startRecord.

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

      Code Block
      languagenone
      % request global sipRec stopRecord gcid <GCID>
    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

      Click stopRecord.

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

      Code Block
      languagenone
      show table global 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

...