public interface SentinelSs7Usage
Modifier and Type | Method and Description |
---|---|
void |
incrementAnsweredCalls(long delta)
Incremented by sentinel core whenever a call is answered
|
void |
incrementAssistRequestInstructions(long delta)
Incremented by sentinel core whenever a assistRequestInstructions is received
|
void |
incrementAssistRequestInstructionsUncorrelated(long delta)
Incremented by sentinel core whenever a assistRequestInstructions is received but was not correlated with an existing session
|
void |
incrementCallLimitReached(long delta)
Incremented by sentinel core whenever a call ends because it reached the maximum configured call duration limit.
|
void |
incrementCallsReleased(long delta)
Incremented by sentinel core whenever a session is released
|
void |
incrementCdrNotWritten(long delta)
Incremented by Sentinel Core when a cdr is not written
|
void |
incrementCdrWritten(long delta)
Incremented by Sentinel Core when a cdr is written
|
void |
incrementCompletedWithinCredit(long delta)
Incremented by sentinel core whenever a call is disconnected normally (completed within credit)
|
void |
incrementEndedBySwitchFault(long delta)
Incremented by sentinel core whenever a call fails due to an SS7 error
|
void |
incrementInitialDP(long delta)
Incremented by sentinel core whenever a initialDP is received
|
void |
incrementInitialDPSMS(long delta)
Incremented by sentinel core whenever a initialDPSMS is received
|
void |
incrementInvalidRequestToRelayDialogWithNoInitialDP(long delta)
Incremented by sentinel core whenever the dialog is to be relayed, but not destination address could be found
|
void |
incrementNoDestinationAddressToRelayDialog(long delta)
Incremented by sentinel core whenever the dialog is to be relayed, but not destination address could be found
|
void |
incrementOpenRefuse(long delta)
Incremented by Sentinel core whenever a call attempt is
refused by Sentinel.
|
void |
incrementOpenRequest(long delta)
Incremented by sentinel core whenever a call is attempted.
|
void |
incrementRelayDialog(long delta)
Incremented by sentinel core whenever the dialog is to be relayed
|
void incrementOpenRequest(long delta)
delta
- the incrementvoid incrementOpenRefuse(long delta)
delta
- the incrementvoid incrementInitialDP(long delta)
delta
- the incrementvoid incrementInitialDPSMS(long delta)
delta
- the incrementvoid incrementRelayDialog(long delta)
delta
- the incrementvoid incrementNoDestinationAddressToRelayDialog(long delta)
delta
- the incrementvoid incrementInvalidRequestToRelayDialogWithNoInitialDP(long delta)
delta
- the incrementvoid incrementAssistRequestInstructions(long delta)
delta
- the incrementvoid incrementAssistRequestInstructionsUncorrelated(long delta)
delta
- the incrementvoid incrementAnsweredCalls(long delta)
delta
- the incrementvoid incrementCompletedWithinCredit(long delta)
delta
- the incrementvoid incrementEndedBySwitchFault(long delta)
delta
- the incrementvoid incrementCallLimitReached(long delta)
delta
- the incrementvoid incrementCallsReleased(long delta)
delta
- the incrementvoid incrementCdrWritten(long delta)
delta
- void incrementCdrNotWritten(long delta)
delta
- Copyright © OpenCloud. All Rights Reserved.