public interface SentinelSipUsage
Modifier and Type | Method and Description |
---|---|
void |
incrementAcks(long delta)
Incremented by Sentinel whenever an ack is received from a call party.
|
void |
incrementActivityEndEvent(long delta)
Incremented by Sentinel when an ActivityEndEvent occurs.
|
void |
incrementAnsweredCalls(long delta)
Incremented by Sentinel whenever a call is answered.
|
void |
incrementByes(long delta)
Incremented by Sentinel whenever a bye is received from a call party.
|
void |
incrementCancels(long delta)
Incremented by Sentinel whenever a cancel is received from a call party.
|
void |
incrementCdrNotWritten(long delta)
Incremented by Sentinel when a CDR is not written.
|
void |
incrementCdrWritten(long delta)
Incremented by Sentinel when a CDR is written.
|
void |
incrementCompletedWithinCredit(long delta)
Incremented by Sentinel whenever a call is disconnected normally (completed within credit).
|
void |
incrementError(long delta)
Incremented by Sentinel whenever an error event is received from a call party.
|
void |
incrementFeatureTimeout(long delta)
Incremented by Sentinel whenever a feature timeout timer even is received.
|
void |
incrementHttpDeletes(long delta)
Incremented by Sentinel whenever a HTTP DELETE request is received.
|
void |
incrementHttpGets(long delta)
Incremented by Sentinel whenever a HTTP GET request is received for
third party call setup.
|
void |
incrementHttpHeads(long delta)
Incremented by Sentinel whenever a HTTP HEAD request is received.
|
void |
incrementHttpPosts(long delta)
Incremented by Sentinel whenever a HTTP POST request is received for
third party call setup.
|
void |
incrementHttpPuts(long delta)
Incremented by Sentinel whenever a HTTP PUT request is received.
|
void |
incrementIgnoredExtensionEventAtSessionEnd(long delta)
Incremented by Sentinel when an extension event is received, but session management is in the end state.
|
void |
incrementInfo(long delta)
Incremented by Sentinel whenever an info event is received from a call party.
|
void |
incrementInstructionExecutionFailure(long delta)
Incremented by Sentinel when an InstructionExecutionFailure occurs.
|
void |
incrementInvites(long delta)
Incremented by Sentinel whenever an invite is received.
|
void |
incrementMessage(long delta)
Incremented by Sentinel whenever a message event is received from a call party.
|
void |
incrementNoAckReceived(long delta)
Incremented by Sentinel whenever a NoAckReceived is received.
|
void |
incrementNoPrackReceived(long delta)
Incremented by Sentinel whenever a NoPrackReceived is received.
|
void |
incrementNotify(long delta)
Incremented by Sentinel whenever a notify event is received from a call party.
|
void |
incrementOptions(long delta)
Incremented by Sentinel whenever an options event is received from a call party.
|
void |
incrementPlatformConfigurationProfileNotFound(long delta)
Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do so
|
void |
incrementPlatformConfigurationTableNotFound(long delta)
Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do so
|
void |
incrementPrack(long delta)
Incremented by Sentinel whenever a prack event is received from a call party.
|
void |
incrementProvisional(long delta)
Incremented by Sentinel whenever a provisional event is received from a call party.
|
void |
incrementPublish(long delta)
Incremented by Sentinel whenever a publish event is received from a call party.
|
void |
incrementRedirect(long delta)
Incremented by Sentinel whenever a redirect event is received from a call party.
|
void |
incrementRefer(long delta)
Incremented by Sentinel whenever a refer event is received from a call party.
|
void |
incrementRegister(long delta)
Incremented by Sentinel whenever a register event is received
|
void |
incrementServiceCompleted(long delta)
Incremented by Sentinel whenever a session is released.
|
void |
incrementServiceTimerEvent(long delta)
Incremented by Sentinel when a service timer event is received for execution point delivery.
|
void |
incrementServiceTimerExtensionEvent(long delta)
Incremented by Sentinel when a service timer event is received for extension event delivery.
|
void |
incrementServiceTriggered(long delta)
Incremented by Sentinel whenever a call of any type is attempted.
|
void |
incrementSubscribe(long delta)
Incremented by Sentinel whenever a subscribe event is received from a call party.
|
void |
incrementSuccess(long delta)
Incremented by Sentinel whenever a success event is received from a call party.
|
void |
incrementUnknownTimer(long delta)
Incremented by Sentinel whenever an unknown timer event is dropped.
|
void |
incrementUpdate(long delta)
Incremented by Sentinel whenever an update event is received from a call party.
|
void incrementServiceTriggered(long delta)
delta
- the incrementvoid incrementServiceCompleted(long delta)
delta
- the incrementvoid incrementHttpDeletes(long delta)
delta
- the incrementvoid incrementHttpGets(long delta)
delta
- the incrementvoid incrementHttpHeads(long delta)
delta
- the incrementvoid incrementHttpPosts(long delta)
delta
- the incrementvoid incrementHttpPuts(long delta)
delta
- the incrementvoid incrementInvites(long delta)
delta
- the incrementvoid incrementAcks(long delta)
delta
- the incrementvoid incrementByes(long delta)
delta
- the incrementvoid incrementCancels(long delta)
delta
- the incrementvoid incrementInfo(long delta)
delta
- the incrementvoid incrementPrack(long delta)
delta
- the incrementvoid incrementUpdate(long delta)
delta
- the incrementvoid incrementNotify(long delta)
delta
- the incrementvoid incrementMessage(long delta)
delta
- the incrementvoid incrementSubscribe(long delta)
delta
- the incrementvoid incrementOptions(long delta)
delta
- the incrementvoid incrementRefer(long delta)
delta
- the incrementvoid incrementRegister(long delta)
delta
- the incrementvoid incrementPublish(long delta)
delta
- the incrementvoid incrementSuccess(long delta)
delta
- the incrementvoid incrementError(long delta)
delta
- the incrementvoid incrementRedirect(long delta)
delta
- the incrementvoid incrementProvisional(long delta)
delta
- the incrementvoid incrementAnsweredCalls(long delta)
delta
- the incrementvoid incrementNoAckReceived(long delta)
delta
- the incrementvoid incrementNoPrackReceived(long delta)
delta
- the incrementvoid incrementCompletedWithinCredit(long delta)
delta
- the incrementvoid incrementCdrWritten(long delta)
delta
- void incrementCdrNotWritten(long delta)
delta
- void incrementActivityEndEvent(long delta)
delta
- void incrementInstructionExecutionFailure(long delta)
delta
- void incrementIgnoredExtensionEventAtSessionEnd(long delta)
delta
- void incrementServiceTimerEvent(long delta)
delta
- void incrementServiceTimerExtensionEvent(long delta)
delta
- void incrementFeatureTimeout(long delta)
delta
- void incrementUnknownTimer(long delta)
delta
- void incrementPlatformConfigurationProfileNotFound(long delta)
delta
- the incrementvoid incrementPlatformConfigurationTableNotFound(long delta)
delta
- the incrementCopyright © OpenCloud. All Rights Reserved.