Versions Compared

Key

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

...

ParameterPresenceTypeDefaultDescription
nameMstring The name of this callDataChannel.
interceptStandardOenumerationpacketcable Specifies the Intercept Standard.
vendorIdOenumerationnone Specifies the vendor of the LI server.
embedTapIdInCccIdOenumerationdisabled Flag that specifies that whether or not to embed the tapId in the CCCID
Image AddedpriStateOenumerationdisabled Flag that specifies if communications to primary LI Server is enabled or not
secStateOenumerationdisabled Flag that specifies if communications to secondary LI Server is enabled or not
priModeOenumerationoutOfService Flag that specifies mode of the primary server: active, standby, out of service
secModeOenumerationoutOfService Flag that specifies mode of the primary server: active, standby, out of service
priIpAddressOipv4-address0.0.0.0 The primary LI Server's IP address where Call Data Channel messages are sent.
secIpAddressOipv4-address0.0.0.0 The secondary LI Server's IP address where Call Data Channel messages are sent.
priPortOunion0 The primary LI Server's UDP port where Call Data Channel messages are sent.
kaTimerOuint165 The Keep Alive Timer in seconds.
retriesOint323 The number of retries before LI Call Data Channel is considered failed.
ipInterfaceGroupNameMreference The name of the IP interface group used to stream to the LI Server
diamNodeMreference The name of the Diameter node configured under the admin user space
Image AddedliPolDipForRegdOodMsgOenumerationdisabled This flag indicates whether policy dip to psx should happen for Registerd user's OOD messages.
rtcpInterceptionOenumerationdisabled This flag indicates whether rtcp information needs to be intercepted or not.
mediaIpInterfaceGroupNameMreference The name of the IP interface group used to stream media packets to the LI Server
dsrProtocolVersionOuint80 DSR (X2) Protocol Version.
mediationServerO The Mediation Servers properties.
Image AddeddiameterPeerO The calea diameter Peers for this Node
Image AddeddiameterRealmRouteO calea realm Routes for this Node

Operational Data

ParameterDescription
mediationServerMediaStatus The mediation server statistics.
mediationServerSignalingStatus The mediation server statistics.
Image AddedcaleaDiamPeerStatus Diameter node peer table entries.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/addressContext/{name}/intercept/callDataChannel/{name}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/addressContext/{name}/intercept --data '
<callDataChannel>
     <name>{name}</name>
     <ipInterfaceGroupName>{ipInterfaceGroupName}</ipInterfaceGroupName>
     <diamNode>{diamNode}</diamNode>
     <mediaIpInterfaceGroupName>{mediaIpInterfaceGroupName}</mediaIpInterfaceGroupName>
</callDataChannel>
'

...