5 Forwarded Session Recording

5.1 Search-anynodeForwardedSessionRecordingIdentifier

Returns a list of session identifiers that match the provided filter.

Required Permissions

  • API

  • Administration

Request parameters

  • Address

    mandatory if Initialize-anynodeAddress has not been used. Location of the frontend service to be reached.

    Type: String

  • Port

    mandatory if Initialize-anynodePort has not been used. Port of the frontend service to be reached.

    Type: Integer

  • APIVersion = 0

    This parameter states which version of the request should be used.

    Type: Integer

  • SdpMLineAddress

    The IP address of the media channel that is established on a SIP call.

    Type: String

  • SdpMLinePort

    The port of the media channel that is established on a SIP call.

    Type: Integer

  • SdpOrigin

    The origin field of SDP messages.

    Type: String

  • SipCallId

    The SIP Call-ID of the SIP call

    Type: String

  • SipLocalTag

    The local(from anynodes perspective) SIP tag of a SIP call.

    Type: String

  • SipRemoteTag

    The remote(from anynodes perspective) SIP tag of a SIP call.

    Type: String

  • SipUserAgentDialog

    anynode specific identifier for a SIP user-agent dialog.

    Type: String

5.2 Set-anynodeForwardedSessionRecordingMute

Mutes the session specified by the identifier.

Required Permissions

  • API

  • Administration

Request parameters

  • Address

    mandatory if Initialize-anynodeAddress has not been used. Location of the frontend service to be reached.

    Type: String

  • Port

    mandatory if Initialize-anynodePort has not been used. Port of the frontend service to be reached.

    Type: Integer

  • APIVersion = 0

    This parameter states which version of the request should be used.

    Type: Integer

  • string: Identifier

    The session identifier from the function Lookup by local session identification section 5.1.

  • bool: Mute

    Specify if the session should be muted.