Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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.
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.
ipInterfaceGroupNameMreference The name of the IP interface group used to stream to the LI Server
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
mediationServerO The Mediation Servers properties.

Operational Data

ParameterDescription
mediationServerMediaStatus The mediation server statistics.
mediationServerSignalingStatus The mediation server statistics.
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>
     <mediaIpInterfaceGroupName>{mediaIpInterfaceGroupName}</mediaIpInterfaceGroupName>
</callDataChannel>
'

REST API: DELETE Example

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