|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecthp.opencall.media.ccapi.ISDNRedirectCause
This class enumerate the possible redirect values
| Field Summary | |
static ISDNRedirectCause |
DEFLECTION_DURING_ALERTING
deflection during alerting |
static ISDNRedirectCause |
DEFLECTION_DURING_IMMEDIATE_REPONSE
deflection immediate response |
static ISDNRedirectCause |
MOBILE_SUBSCRIBER_NOT_REACHABLE
deflection immediate response |
static ISDNRedirectCause |
NO_REPLY
no reply |
static ISDNRedirectCause |
UNCONDITIONAL
unconditional |
static ISDNRedirectCause |
UNKNOWN
unknown/not available |
static ISDNRedirectCause |
USER_BUSY
user busy |
| Method Summary | |
int |
getCause()
get the Redirect Cause cause value |
static ISDNRedirectCause |
getInstance(int value)
get the CAUSE coresponding to the integer value OR throw exption if not found |
String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ISDNRedirectCause UNKNOWN
public static final ISDNRedirectCause USER_BUSY
public static final ISDNRedirectCause NO_REPLY
public static final ISDNRedirectCause UNCONDITIONAL
public static final ISDNRedirectCause DEFLECTION_DURING_ALERTING
public static final ISDNRedirectCause DEFLECTION_DURING_IMMEDIATE_REPONSE
public static final ISDNRedirectCause MOBILE_SUBSCRIBER_NOT_REACHABLE
| Method Detail |
public String toString()
public int getCause()
public static ISDNRedirectCause getInstance(int value)
throws CCBadParamsException
CCBadParamsException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||