org.mobicents.protocols.ss7.isup.message.parameter
public interface CallDiversionInformation extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
_NSO_P_A_WITH_RN
see Q.763 3.6 Notification subscription options presentation allowed with
redirection number
|
static int |
_NSO_P_A_WITHOUT_RN
see Q.763 3.6 Notification subscription options presentation allowed
without redirection number
|
static int |
_NSO_P_NOT_ALLOWED
see Q.763 3.6 Notification subscription options presentation not allowed
|
static int |
_NSO_UNKNOWN
see Q.763 3.6 Notification subscription options Unknown
|
static int |
_PARAMETER_CODE |
static int |
_REDIRECTING_REASON_DDA
see Q.763 3.6 Redirecting reason deflection during alerting
|
static int |
_REDIRECTING_REASON_DIR
see Q.763 3.6 Redirecting reason deflection immediate response
|
static int |
_REDIRECTING_REASON_MSNR
see Q.763 3.6 Redirecting reason mobile subscriber not reachable
|
static int |
_REDIRECTING_REASON_NO_REPLY
see Q.763 3.6 Redirecting reason no reply
|
static int |
_REDIRECTING_REASON_UNCONDITIONAL
see Q.763 3.6 Redirecting reason unconditional
|
static int |
_REDIRECTING_REASON_UNKNOWN
see Q.763 3.6 Notification subscription options Unknown
|
static int |
_REDIRECTING_REASON_USER_BUSY
see Q.763 3.6 Redirecting reason User busy
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNotificationSubscriptionOptions() |
int |
getRedirectingReason() |
void |
setNotificationSubscriptionOptions(int notificationSubscriptionOptions) |
void |
setRedirectingReason(int redirectingReason) |
getCodestatic final int _PARAMETER_CODE
static final int _NSO_UNKNOWN
static final int _NSO_P_NOT_ALLOWED
static final int _NSO_P_A_WITH_RN
static final int _NSO_P_A_WITHOUT_RN
static final int _REDIRECTING_REASON_UNKNOWN
static final int _REDIRECTING_REASON_USER_BUSY
static final int _REDIRECTING_REASON_NO_REPLY
static final int _REDIRECTING_REASON_UNCONDITIONAL
static final int _REDIRECTING_REASON_DDA
static final int _REDIRECTING_REASON_DIR
static final int _REDIRECTING_REASON_MSNR
int getNotificationSubscriptionOptions()
void setNotificationSubscriptionOptions(int notificationSubscriptionOptions)
int getRedirectingReason()
void setRedirectingReason(int redirectingReason)
Copyright © 2011. All Rights Reserved.