|
CONFIDENTIAL | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CallBrandingTableEntry
This interface is used to provide read-only access to the data in the call branding table on the bridge.
  The iterator returned from CallBrandingTable will iterate through the entires in the call branding
table and will return this interface to read and present that information if necessary for the developer or end user
application.
  The DNIS matching algorythm is order dependent. An index of zero indicates the first
entry in the table and higher order indexes indicate subsequent entries. The matching algorythm on the bridge tests
the first entry for a match followed by the second, and so on until a matching entry is found.
  The
DNIS matching string can contain wild cards defined in the administration and maintenance manual. It is not always
useful to present the DNIS strings for specific reservation groups because the matching algorythm is order
dependent.
| Field Summary | |
|---|---|
static java.lang.String |
CALL_FLOW_FUNCTION_DNIS_DIRECT
Predefined return values from String getCallFlowFuntion() |
static java.lang.String |
CALL_FLOW_FUNCTION_ENTER_QUEUE
Predefined return values from String getCallFlowFuntion() |
static java.lang.String |
CALL_FLOW_FUNCTION_FLEX_FLOW
Predefined return values from String getCallFlowFuntion() |
static java.lang.String |
CALL_FLOW_FUNCTION_HANGUP
Predefined return values from String getCallFlowFuntion() |
static java.lang.String |
CALL_FLOW_FUNCTION_SCAN_FLOW
Predefined return values from String getCallFlowFuntion() |
| Method Summary | |
|---|---|
int |
getAnnunciatorNumberForGreeting()
|
int |
getCallBrandingReference()
The Branding table line number. |
java.lang.String |
getCallFlowFunctionCode()
|
java.lang.String |
getDnisMatchingExpression()
The DNIS matching string is defined in the administration and maintenance guide. |
java.lang.String |
getLineCompanyName()
|
java.lang.String |
getLineName()
|
int |
getPromptSet()
|
int |
getReservationGroup()
|
java.lang.String |
getReservationGroupName()
|
boolean |
isUsingConferencePromptSetWhenInConference()
There are two kinds of messages played to people in a conference. |
| Field Detail |
|---|
static final java.lang.String CALL_FLOW_FUNCTION_SCAN_FLOW
static final java.lang.String CALL_FLOW_FUNCTION_FLEX_FLOW
static final java.lang.String CALL_FLOW_FUNCTION_HANGUP
static final java.lang.String CALL_FLOW_FUNCTION_ENTER_QUEUE
static final java.lang.String CALL_FLOW_FUNCTION_DNIS_DIRECT
| Method Detail |
|---|
int getCallBrandingReference()
java.lang.String getDnisMatchingExpression()
java.lang.String getCallFlowFunctionCode()
CALL_FLOW_FUNCTION_FLEX_FLOW,
CALL_FLOW_FUNCTION_HANGUP,
CALL_FLOW_FUNCTION_ENTER_QUEUE,
CALL_FLOW_FUNCTION_DNIS_DIRECTjava.lang.String getLineName()
java.lang.String getLineCompanyName()
int getAnnunciatorNumberForGreeting()
int getPromptSet()
int getReservationGroup()
java.lang.String getReservationGroupName()
boolean isUsingConferencePromptSetWhenInConference()
|
CONFIDENTIAL | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||