org.mobicents.protocols.ss7.isup.message.parameter
public interface EventInformation extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
_EVENT_INDICATOR_ALERTING
See Q.763 3.21 Event indicator : ALERTING
|
static int |
_EVENT_INDICATOR_CFOB
See Q.763 3.21 Event indicator : call forwarded on busy (national use)
|
static int |
_EVENT_INDICATOR_CFONNR
See Q.763 3.21 Event indicator : call forwarded on no reply (national
use)
|
static int |
_EVENT_INDICATOR_CFOU
See Q.763 3.21 Event indicator : call forwarded unconditional (national
use)
|
static int |
_EVENT_INDICATOR_IIIOPA
See Q.763 3.21 Event indicator : in-band information or an appropriate
pattern is now available
|
static int |
_EVENT_INDICATOR_PROGRESS
See Q.763 3.21 Event indicator : PROGRESS
|
static boolean |
_EVENT_PRESENTATION_INI
See Q.763 3.21 Event presentation restricted indicator (national use) :
no indication
|
static boolean |
_EVENT_PRESENTATION_IPR
See Q.763 3.21 Event presentation restricted indicator (national use) :
presentation restricted
|
static int |
_PARAMETER_CODE |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventIndicator() |
boolean |
isEventPresentationRestrictedIndicator() |
void |
setEventIndicator(int eventIndicator) |
void |
setEventPresentationRestrictedIndicator(boolean eventPresentationRestrictedIndicator) |
getCodestatic final int _PARAMETER_CODE
static final int _EVENT_INDICATOR_ALERTING
static final int _EVENT_INDICATOR_PROGRESS
static final int _EVENT_INDICATOR_IIIOPA
static final int _EVENT_INDICATOR_CFOB
static final int _EVENT_INDICATOR_CFONNR
static final int _EVENT_INDICATOR_CFOU
static final boolean _EVENT_PRESENTATION_INI
static final boolean _EVENT_PRESENTATION_IPR
int getEventIndicator()
void setEventIndicator(int eventIndicator)
boolean isEventPresentationRestrictedIndicator()
void setEventPresentationRestrictedIndicator(boolean eventPresentationRestrictedIndicator)
Copyright © 2011. All Rights Reserved.