The IM-SSF defines parameter sets related to: originating and terminating BCSMs, charging and writing call detail records, looking up subscription information, user interaction, and routing to the called party.

Tip

You can list the statistics parameter sets using the rhino-stats tool:

$ ./rhino-stats -l SLEE-Usage.Services.ServiceID[name=IM-SSF,vendor=OpenCloud,version=<version>].

See Usage in the Rhino Administration and Deployment Guide for more details about usage statistics.

O_BCSM and T_BCSM statistic parameter sets

The IM-SSF defines a parameter set with these statistics for originating and terminating BCSMs.

Counter Description
failedToInitialiseEnv

a failure to initialise the components environment in setSbbContext

rolledBackTransactions

transactions that are rolledback

sBBExceptionThrown

how often sbbExecptionThrown is called by Rhino

numberOfTriggers

the number of triggers for this type of BCSM translator

csiNotActive

how often CSI used for the session is marked as not active

triggerNotArmed

how often CSI used for the session does not have the relevant trigger armed

failedToBuildSCCPAddress

failures to build an SCCP address for the external SCP from CSI data

unsupportedProtocol

triggers by way of procotols that are not supported

failedToCreateOutboundSCPDialog

failures to create a dialog to the external SCP

defaultCallHandlingRelease

how often CSI default call handling of Release is used

defaultCallHandlingContinue

how often CSI default call handling of Continue is used

tssfExpiredOnInitialSCPResponse

how often the Tssf timer expires waiting for a response from the extenal SCP to the InitialDP

tssfExpiredOnEventReportSCPResponse

how often the Tssf timer expires waiting for a response from the extenal SCP to an event report

failedToSendMessageToSCP

how often we fail to send a message to the SCP due to the underlying dialog being in an invalid state (such as closed)

Note
Paremeter sets
SLEE-Usage.Services.ServiceID[name=IM-SSF,vendor=OpenCloud,version=<version>].SbbID[name=O_BCSM,vendor=OpenCloud,version=<version>].(default)
SLEE-Usage.Services.ServiceID[name=IM-SSF,vendor=OpenCloud,version=<version>].SbbID[name=T_BCSM,vendor=OpenCloud,version=<version>].(default)

Charging statistic parameter set

These counters are related to the IM-SSF writing call detail records.

Counter Description
failedToInitialiseEnv

a failure to initialise the components environment in setSbbContext

rolledBackTransactions

transactions that are rolledback

sBBExceptionThrown

how often sbbExecptionThrown is called by Rhino

failedToWriteDR

number of CDRs not written due to a failure on write

cDRNotEnabled

number of CDRs not written as the CDR RA is not enabled

callFailedCDR

number of CDRs written for a failed call

callSuccessCDR

number of CDRs written for a successful call

zeroDurationCallCDR

number of CDRs written that have a call duration of 0ms

This sample statistic is the call duration of sessions processed by the IM-SSF. You can monitor the miniumum, maximum, and median call duration with this statistic.

Sample Description
chargedCallDuration

sample of the call duration

Note
Parameter set
SLEE-Usage.Services.ServiceID[name=IM-SSF,vendor=OpenCloud,version=<version>].SbbID[name=Charging,vendor=OpenCloud,version=<version>].(default)

ProfileBasedCSIReader statistic parameter set

These parameters are related to looking up subscription information for an incoming trigger.

Counter Description
failedToInitialiseEnv

a failure to initialise the components environment in setSbbContext

rolledBackTransactions

transactions that are rolledback

sBBExceptionThrown

how often sbbExecptionThrown is called by Rhino

noOImCsi

how often there is no O-IM-CSI for the incoming session

noVtImCsi

how often there is no VT-IM-CSI for the incoming session

Note
Parameter set
SLEE -Usage.Services.ServiceID[name=IM-SSF,vendor=OpenCloud,version=<version>].SbbID[name=ProfileBasedCSIReader,vendor=OpenCloud,version=<version>].(default)

RouteToMediaNode statistic parameter set

These statistics are related to the IM-SSF supporting user interaction and routing to the media server to play announcements.

Counter Description
failedToInitialiseEnv

a failure to initialise the components environment in setSbbContext

rolledBackTransactions

transactions that are rolledback

sBBExceptionThrown

how often sbbExecptionThrown is called by Rhino

failedToForwardInvite

how often the IM-SSF fails to forward the initial INVITE

useDefaultMediaServerAddress

how often we use the configured default address for the media server

failedToRouteToMediaNodeNo​DefaultMediaServerAddress

how many times we fail to route to the media server because no default address is configured

failedToRouteToMediaNodeNo​MessageAnnoucementMapping

how many times we fail to route to the media server because no mapping is configured for the Msg ID For InformationToSend.SEND_INBAND_INFO

failedToRouteToMediaNodeNo​ToneAnnoucementMapping

how many times we fail to route to the media server because no mapping is configured for the Tone ID For InformationToSend.SEND_TONE

noMediaServerAddressMappingForSS7Address

how many times there is no configured mapping for the SS7 address from a ConnectToResource or EstablishTemporaryConnection

noIPCapabilitiesForSS7Address

how many times there are no IP capabilities configured for an EstablishTemporaryConnection

Note
Parameter set
SLEE-Usage.Services.ServiceID[name=IM-SSF,vendor=OpenCloud,version=<version>].SbbID[name=RouteToMediaNode,vendor=OpenCloud,version=<version>].

RouteToDestination

This statistic is related to any exceptional failure to send the INVITE to destination party.

Counter Description
failedToInitialiseEnv

a failure to initialise the components environment in setSbbContext

rolledBackTransactions

transactions that are rolledback

sBBExceptionThrown

how often sbbExecptionThrown is called by Rhino

failedToForwardInvite

how often the IM-SSF fails to forward the initial INVITE

Note
Parameter set
SLEE-Usage.Services.ServiceID[name=IM-SSF,vendor=OpenCloud,version=<version>].SbbID[name=RouteToDestination,vendor=OpenCloud,version=<version>].(default)
Previous page Next page