Resources | system | dspRes | dspCallCurrentStatistics

dspCallCurrentStatistics

Displays the System Call DSP resource current table details.

Exists on Condition (/system/isOAM !='true' and (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and /system/cnfPodType = 'sc')))

Operational Data

ParameterDescription
systemName Name of the system
numCallSuccessNoDspAllocFailure number of call was successful without DSP resource allocation failure during the current interval time.
numCallSuccessWithDspAllocFailure number of call was successful with DSP resource allocation failure during the current interval time.
numCallFailNoG729 number of call failed due to lack of G729 DSP resource during the current interval time.
numCallFailOtherOnG729 number of call fails due to reason other than lack G729 DSP resource during the current interval time.
numCallSuccessNoG729 number of call was successful even though lack of G729 DSP resource during the current interval time.
numCallFailNoG726 number of call failed due to lack of G726 DSP resource during the current interval time.
numCallFailOtherOnG726 number of call fails due to reason other than lack G726 DSP resource during the current interval time.
numCallSuccessNoG726 number of call was successful even though lack of G726 DSP resource during the current interval time.
numCallFailNoG711Packet number of call failed due to lack of G711 Packet DSP resource during the current interval time.
numCallFailOtherOnG711Packet number of call fails due to reason other than lack G711 Packet DSP resource during the current interval time.
numCallSuccessNoG711Packet number of call was successful even though lack of G711 Packet DSP resource during the current interval time.
numCallFailNoG723 number of call failed due to lack of G723 DSP resource during the current interval time.
numCallFailOtherOnG723 number of call fails due to reason other than lack G723 DSP resource during the current interval time.
numCallSuccessNoG723 number of call was successful even though lack of G723 DSP resource during the current interval time.
numCallFailNoIlbc number of call failed due to lack of ILBC DSP resource during the current interval time.
numCallFailOtherOnIlbc number of call fails due to reason other than lack ILBC DSP resource during the current interval time.
numCallSuccessNoIlbc number of call was successful even though lack of ILBC DSP resource during the current interval time.
numCallFailNoEvrcb0 number of call failed due to lack of EVRCB0 DSP resource during the current interval time.
numCallFailOtherOnEvrcb0 number of call fails due to reason other than lack EVRCB0 DSP resource during the current interval time.
numCallSuccessNoEvrcb0 number of call was successful even though lack of EVRCB0 DSP resource during the current interval time.
numCallFailNoAmr number of call failed due to lack of AMRNB DSP resource during the current interval time.
numCallFailOtherOnAmr number of call fails due to reason other than lack AMRNB DSP resource during the current interval time.
numCallSuccessNoAmr number of call was successful even though lack of AMRNB DSP resource during the current interval time.
numCallFailNoAmrwb number of call failed due to lack of AMRWB DSP resource during the current interval time.
numCallFailOtherOnAmrwb number of call fails due to reason other than lack AMRWB DSP resource during the current interval time.
numCallSuccessNoAmrwb number of call was successful even though lack of AMRWB DSP resource during the current interval time.
numCallFailNoG722 number of call failed due to lack of G722 DSP resource during the current interval time.
numCallFailOtherOnG722 number of call fails due to reason other than lack G722 DSP resource during the current interval time.
numCallSuccessNoG722 number of call was successful even though lack of G722 DSP resource during the current interval time.
numCallFailNoTone number of call failed due to lack of TONE DSP resource during the current interval time.
numCallFailOtherOnTone number of call fails due to reason other than lack TONE DSP resource during the current interval time.
numCallSuccessNoTone number of call was successful even though lack of TONE DSP resource during the current interval time.
numCallFailNoEvrc number of call failed due to lack of EVRC DSP resource during the current interval time.
numCallFailOtherOnEvrc number of call fails due to reason other than lack EVRC DSP resource during the current interval time.
numCallSuccessNoEvrc number of call was successful even though lack of EVRC DSP resource during the current interval time.
numCallFailNoG7221 number of call failed due to lack of G722.1 DSP resource during the current interval time.
numCallFailOtherOnG7221 number of call fails due to reason other than lack G722.1 DSP resource during the current interval time.
numCallSuccessNoG7221 number of call was successful even though lack of G722.1 DSP resource during the current interval time.
numCallFailNoEfr number of call failed due to lack of EFR DSP resource during the current interval time.
numCallFailOtherOnEfr number of call fails due to reason other than lack EFR DSP resource during the current interval time.
numCallSuccessNoEfr number of call was successful even though lack of EFR DSP resource during the current interval time.
numCallFailNoOpus number of call failed due to lack of OPUS DSP resource during the current interval time.
numCallFailOtherOnOpus number of call fails due to reason other than lack of OPUS DSP resource during the current interval time.
numCallSuccessNoOpus number of call was successful even though lack of OPUS DSP resource during the current interval time.
numCallFailNoEvs number of call failed due to lack of EVS DSP resource during the current interval time.
numCallFailOtherOnEvs number of call fails due to reason other than lack of EVS DSP resource during the current interval time.
numCallSuccessNoEvs number of call was successful even though lack of EVS DSP resource during the current interval time.
numCallFailNoSilk8 number of call failed due to lack of SILK_8 DSP resource during the current interval time.
numCallFailOtherOnSilk8 number of call fails due to reason other than lack of SILK_8 DSP resource during the current interval time.
numCallSuccessNoSilk8 number of call was successful even though lack of SILK_8 DSP resource during the current interval time.
numCallFailNoSilk16 number of call failed due to lack of SILK_16 DSP resource during the current interval time.
numCallFailOtherOnSilk16 number of call fails due to reason other than lack of SILK_16 DSP resource during the current interval time.
numCallSuccessNoSilk16 number of call was successful even though lack of SILK_16 DSP resource during the current interval time.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:dspRes/dspCallCurrentStatistics={systemName}

  • No labels