Command Syntax

 

> show table profiles media
	announcementPackage
	codecEntry
	codecListProfile
	codecRoutingPriority
	mediaQosKpiProfile
	packetServiceProfile 
	toneAndAnnouncementProfile
	toneAsAnnouncementProfile
	toneCodecEntry
	tonePackage
	toneProfile

 

Command Parameters

Media Parameters

ParameterDescription
announcementPackage 

This table contains announcement packages for the node.

  • name

  • packageId

  • name

  • segmentId

codecEntry 

Parameters for a particular codec.

  • codec

  • codingRate

  • packetSize

  • activeCodecSet

  • modeSet

  • fecRedundancy

  • preferredRtpPayloadType

  • maxInterleaveDepth

  • modeChangeNeighbor

  • failureHandling

  • toneTreatment

codecListProfile 

Purge and Precedence List of Mime Sub Types for any Codec.

  • name

  • precedenceListItems

  • purgeListItems

codecRoutingPriority

Codec Routing Priority configuration.

  • ingressCodecGroup – Name of the ingress codec in this group
  • egressCodecGroup – Name of each egress codec in this group
  • codecPriority – Codec priority for this codec route.
mediaQosKpiProfile 

Name of the Media Qos Kpi profile

  • name

  • profileActive

  • rFactor

  • rFactorThreshold

packetServiceProfile Packet Service profile configuration.
toneAndAnnouncementProfile

Tone and Announcement Profile configuration.

  • name

  • signalingTonePackageState

  • signalingTonePackage

  • precedence

  • makeInbandToneAvailable

  • useThisLrbtForEgress

  • useThisLrbtForIngress

  • dynamicLrbt

  • announcementPackageState

  • announcementPackage

  • sigTonePackage

  • override

toneAsAnnouncementProfile toneType

Tone As Announcement Profile configuration for playing Local Ringback Tone (LRBT) for each specified codec entry.

  • toneProfile – Tone Profile
  • toneCodecEntry – The name of the toneCodecEntry used for this profile.
  • segmentIdThe segment ID for the announcement segment file that is mapped to the specified announcement package.

toneCodecEntry

Defines the codec types to use for the Tone As Announcement Profile.

  • name
  • codec
  • law
  • codingRate
tonePackage

This table includes any tone packages configured for the node.

  • name

  • packageId

  • toneTypeName

  • toneProfile

toneProfile <toneProfile name>

This table contains tone profile details.

  • break1 – Duration of the first off cadence in milliseconds.
  • break2 – Duration of the second off cadence in milliseconds.
  • break3 – Duration of the third off cadence in milliseconds.
  • dualTone – Configuration of dual tone attributes.
    • tone1Frequency – Specifies Tone 1 Frequency in Hertz.

    • tone1Power - Specifies Tone 1 Power in dBm.

    • tone2Frequency - Specifies Tone 2 Frequency in Hertz.

    • tone2Power - Specifies Tone 2 Power in dBm.

  • generationMethod – The tone generation method.
  • make1 – Duration of the first on cadence in milliseconds.
  • make2 – Duration of the second on cadence in milliseconds.
  • make3 - Duration of the thrid on cadence in milliseconds.
  • modulatedTone – Configuration of modulated tone attributes.
    • carrierFrequency

    • carrierPower

    • signalFrequency

    • signalModulationIndex

  • repeat – Number of overall cadence (1, 2, and 3 in sequence) cycles to generate.
  • repeat1 – Number of cadence 1 cycles to generate.
  • repeat2 – Number of cadence 2 cycles to generate.
  • repeat3 – Number of cadence 3 cycles to generate.


Default Tone Profiles:

  • defBusy
  • defCallWaiting1
  • defCallWaiting2
  • defCallWaiting3
  • defCallWaiting.
  • defCpeAlerting
  • defDial
  • defReorder
  • defRing
  • defSit1
  • defSit2.
  • defSit3
  • fccBusy
  • fccDial
  • fccRingback

Command Examples

> show table profiles media codecRoutingPriority
INGRESS  EGRESS
CODEC    CODEC   CODEC
GROUP    GROUP   PRIORITY
---------------------------
G722     G7221   1
         G7291   2

> show table profiles media tonePackage
         PACKAGE  TONE TYPE
NAME     ID       NAME          TONE PROFILE
-------------------------------------------------
DEFAULT  1        busy          defBusy
                  dial          defDial
                  ring          defRing
                  sit1          defSit1
                  sit2          defSit2
                  sit3          defSit3
                  reorder       defReorder
                  cpeAlerting   defCpeAlerting
                  callWaiting1  defCallWaiting1
                  callWaiting2  defCallWaiting2
                  callWaiting3  defCallWaiting3
                  callWaiting4  defCallWaiting4

> show table profiles media toneProfile defBusy
generationMethod dualTone;
dualTone {
    tone1Frequency 480;
    tone1Power     -24;
    tone2Frequency 620;
    tone2Power     -24;
}
make1            500;
break1           500;
make2            0;
break2           0;
make3            0;
break3           0;
repeat           0;
repeat1          1;
repeat2          1;
repeat3          1;


> show table profiles media toneProfile fccBusy
generationMethod dualTone;
dualTone {
    tone1Frequency 400;
    tone1Power     -5;
    tone2Frequency 0;
    tone2Power     0;
}
make1            500;
break1           500;
make2            0;
break2           0;
make3            0;
break3           0;
repeat           0;
repeat1          1;
repeat2          1;
repeat3          1;

 

  • No labels