Resources | addressContext | intercept | callDataChannel

callDataChannel

Specifies the user-configured LI Call Data Control Channel name.

Configuration

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
priStateOenumerationdisabled 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.
noaParamSupportOenumerationdisabled Flag that specifies if NOA parameter support is enabled or not
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
liPolDipForRegdOodMsgOenumerationdisabled 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.
diameterPeerO The calea diameter Peers for this Node
diameterRealmRouteO calea realm Routes for this Node

Operational Data

ParameterDescription
mediationServerMediaStatus The mediation server statistics.
mediationServerSignalingStatus The mediation server statistics.
caleaDiamPeerStatus 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>
'

REST API: DELETE Example

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

  • No labels