|
OpenScape V3.2, Revision 044 20100322 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FailedReason
Reason a communication failed.
Defines all possible reasons a communication might fail for.
On receiption of an
onFailed(ComConnection, ComEndpoint)
event the reason is set and can be retrieved by the method
getFailedReason()
.
Field Summary | |
---|---|
static FailedReason |
BLOCKED
Device is currently blocked and doesn't accept further communications. |
static FailedReason |
DEST_OUT_OF_ORDER
Device is not operable. |
static FailedReason |
NETWORK_CONGESTION
Failure because of a congested network. |
static FailedReason |
NETWORK_NOT_OBTAINABLE
Destination network could not be reached. |
static FailedReason |
NUMBER_UNALLOCATED
The dialed number is not known. |
static FailedReason |
REORDER_TONE
Device unreachable because of network problem. |
static FailedReason |
RESOURCE_UNAVAILABLE
Device can currently not be reached. |
static FailedReason |
UNKNOWN
Unspecified failure. |
Method Summary | |
---|---|
boolean |
compareState(FailedReason reason)
Compares the given reason with this object. |
Field Detail |
---|
static final FailedReason BLOCKED
Immediatelly after termination of a call the device maybe blocked for a certain period of time. An example
would be if an agent of a call center transfers the call to another party. Then the agent's phone device gets
blocked until the transfer has been completed. This allows to bring the call back in case the transfer fails.
Another example is the reservation of a line in key-set configurations.
static final FailedReason RESOURCE_UNAVAILABLE
The preferred device of a user is currently not reachable. The cause might be an overload state in the communication system or a failure in the external network.
static final FailedReason NUMBER_UNALLOCATED
The dialed number fits to the configured numbering plan of the communication system but is not assigned to any device.
static final FailedReason UNKNOWN
There is a failure which cannot be further detailled.
static final FailedReason REORDER_TONE
The preferred device of a user is currently not reachable. The cause might be the trunk beeing busy or the device is not reachable in the network.
static final FailedReason DEST_OUT_OF_ORDER
The device is currently not operable. E.g. a soft client might be switched off.
static final FailedReason NETWORK_CONGESTION
There is the general problem that the whole network is congested. I.e. all target of this network are not reachable.
static final FailedReason NETWORK_NOT_OBTAINABLE
There is the general problem that the whole network is not reachable. I.e. all target of this network are not reachable.
Method Detail |
---|
boolean compareState(FailedReason reason)
Implementation for type safe comparision.
reason
- the reason to be compared.
|
OpenScape V3.2, Revision 044 20100322 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This software is the confidential and proprietary information of Unify, Germany