|
CONFIDENTIAL | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Bridge
The Bridge interface is implemented by all implementation specific Bridge connectors. It provides generic functionality for all Avaya Bridges.
A Bridge instance and connection to a running conferencing bridge is created by the BridgeFactory.getImpl() methods. Then Participant and Conference instances can be accessed by methods from the Bridge instance. Note that unlike Participants and Conferences, Bridge instance parameters are not automatically updated when setting changes are made on the bridge. Most Bridge parameters will only update by calling refreshSystemParameters(). Also unlike Participants and Conferences, the Bridge.getParameter() and getParameters() methods will return null when the network connection to the bridge is disconnected.
BridgeFactory| Field Summary | |
|---|---|
static java.lang.String |
ACPI_CONNECTION_URL
The connection url to use when establishing a BCAPI connection using the ACPI BCAPI Legacy adapter. |
static java.lang.String |
ACTIVE_SPEAKERS_INCLUDE_QA_QUEUE
Flag to indicate whether unmuted members of the qa queue are included as active speakers. |
static java.lang.String |
AUTO_EXTEND_PORTS
Indicates whether or not the maximum number of participants set for any conference on the bridge may be exceeded with further dial-outs or dial-ins. |
static java.lang.Integer |
AUTO_EXTEND_PORTS_DEFAULT_OFF
State (value = -1) indicates that by default the maximum number of participants set for any conference on the bridge may not be exceeded with further dial-outs or dial-ins. |
static java.lang.Integer |
AUTO_EXTEND_PORTS_DEFAULT_ON
State (value = 1) indicates that by default the maximum number of participants set for any conference on the bridge may be exceeded with further dial-outs or dial-ins. |
static java.lang.Integer |
AUTO_EXTEND_PORTS_OFF
State (value = 0) indicates that the maximum number of participants set for any conference on the bridge may not be exceeded with further dial-outs or dial-ins. |
static java.lang.String |
BRIDGE_NAME
The name or IP address of the bridge that the Bridge instance will connect to. |
static java.lang.String |
BRIDGE_VERSION
Bridge version is defined under this key. |
static java.lang.String |
CMD_PORT_NUM
This OPTIONAL parameter defines the ModAPI command port. |
static java.lang.String |
CONF_GAIN
Indicates who can adjust the gain (voice volumes) of all participants in a conference. |
static java.lang.Integer |
CONF_GAIN_ANYONE
State (value = 2) indicates that any participant can adjust the conference gain. |
static java.lang.Integer |
CONF_GAIN_MODERATOR
State (value = 1) indicates that only moderators can adjust the conference gain. |
static java.lang.Integer |
CONF_GAIN_OFF
State (value = 0) indicates that no participant can adjust the conference gain. |
static java.lang.Integer |
CONFERENCE_END
The conference has ended and can no longer be retrieved from the Bridge via the getConference() method. |
static java.lang.Integer |
CONFERENCE_EVENT
Conference events are generated when any feature or state change occurs to the specific conference. |
static java.lang.Integer |
CONFERENCE_START
The conference has started and can be retrieved from the Bridge via the getConference() method. |
static java.lang.String |
CRS_NAME
The name or IP address of the CRS the Bridge instance will be connected to. |
static java.lang.String |
DATABASE_DRIVER_NAME
The database driver name defaults to "com.informix.jdbc.IfxDriver" If the driver is not present the getCallBrandingTable method and getReservationGroupFromDNIS method will not work. |
static java.lang.String |
DATABASE_URL
The database driver URL defaults to the inetAddress of the BRIDGE_NAME plus the correct ports and default passwords for the Bridge database, This attribute is used at login to override the default database url. |
static java.lang.String |
DELTA_COMMAND
This property specifies whether the API uses sparse parameter setting messages or the full Conference and Channel messages. |
static java.lang.String |
DIRECTORY_NAME
The directory name necessary to establish a valid session with the bridge (log on). |
static java.lang.Integer |
DISCONNECT_EVENT
Disconnect events will be generated when the connection to the bridge is lost. |
static java.lang.Integer |
DTMF_EVENT
DTMF events are generated for events involving DTMF digits being dialed on a specific line. |
static java.lang.String |
IMPL_TYPE
Defines the bridge implementation type. |
static java.lang.String |
INCLUDE_OPS_IN_PART_LIST
The flag to indicate whether to include operators in the Participant List is defined under this key. |
static java.lang.Integer |
INTERCEPT_END
The intercept conference has ended for the conference identified by CONFERENCE_ID. |
static java.lang.Integer |
INTERCEPT_START
The intercept conference has started for the conference identified by CONFERENCE_ID. |
static java.lang.Integer |
INTERNAL_EVENT
Internal events are generated for any events that are considered system updates. |
static java.lang.String |
IS_MOD_LECTURE_ALLOWED
Indicates whether or not moderators can start a conference's lecture mode, muting all non-moderator lines. |
static java.lang.String |
LOGGER_DIR
Directory for the logs to be written to. |
static java.lang.String |
LOGGER_PROPERTIES
The path to the Log4j properties file. |
static java.lang.String |
MODAPI_USE_SSL
When using BridgeFactory.IMPL_MODAPI or BridgeFactory.IMPL_MODAPI_FOR_BCAPI_1_6_OR_HIGHER this
parameter controls the use the of SSL encrypted version for the MODAPI protocol unless the ACPI_CONNECTION_URL parameter has been provided. |
static java.lang.String |
NUM_AVAILABLE_CHANNELS
The number of revenue channels on the bridge that are currently not in use. |
static java.lang.String |
NUM_CHANNELS
The number of revenue channels on the bridge. |
static java.lang.String |
NUM_FAULTED_CHANNELS
The number of revenue channels on the bridge that are currently faulted. |
static java.lang.String |
NUM_OOS_CHANNELS
The number of out-of-service revenue channels on the bridge. |
static java.lang.Integer |
OPER_KNOCK
An operator is requesting to join a secured/locked conference. |
static java.lang.String |
OPER_NUM
The operator number of the operator channel to associate with this session. |
static java.lang.String |
OPERATOR_ASSISTANCE
Indicates whether operators provide help to entire conferences or only to the participant who seeks help. |
static java.lang.Integer |
OPERATOR_ASSISTANCE_CONFERENCE
State (value = 1) indicates operator assistance applies to the conference, meaning if a participant in a conference requests help, the operator joins the conference. |
static java.lang.Integer |
OPERATOR_ASSISTANCE_INDIVIDUAL
State (value = 0) indicates operator assistance is individual, meaning only the participant who requests help is temporarily removed from the conference to speak privately with the operator. |
static java.lang.Integer |
OPERATOR_ASSISTANCE_UNAVAILABLE
State (value = 2) indicates operator assistance does not apply. |
static java.lang.Integer |
PAC_EVENT
PAC (PlayAndCollect) event is a participant event generated when playAndCollect data is send by the bridge. |
static java.lang.Integer |
PARTICIPANT_ENTER
A participant has entered the conference. |
static java.lang.Integer |
PARTICIPANT_EVENT
Participant events are generated when any feature or state change occurs to the specific participant, or when a Conference action causes participant state changes. |
static java.lang.Integer |
PARTICIPANT_EXIT
A participant has exited the conference. |
static java.lang.Integer |
PARTICIPANT_USER_ENTER
A participant has entered a user conference. |
static java.lang.Integer |
PARTICIPANT_USER_EXIT
A participant has exited a user conference. |
static java.lang.String |
PASSWORD
The password associated with the user name and used to authenticate the user on the bridge in order to establish a valid session on the bridge. |
static java.lang.String |
PING_TIMEOUT
The number of seconds that the ping message under isConnected() should wait before timing out. |
static java.lang.Integer |
PROPERTY_CHANGE
The Sub-event PROPERTY_CHANGE (value = 22) describes the property changes of a conference, participant, or bridge. |
static java.lang.Integer |
QUEUE_CHANGE
The Q&A queue has changed. |
static java.lang.String |
SELF_MUTE
Indicates who can mute themselves (self-mute). |
static java.lang.Integer |
SELF_MUTE_ANYONE
State (value = 2) indicates that any participant can self-mute. |
static java.lang.Integer |
SELF_MUTE_NON_MODERATOR
State (value = 1) indicates that only non-moderator participants can self-mute. |
static java.lang.Integer |
SELF_MUTE_OFF
State (value = 0) indicates that no participant can self-mute. |
static java.lang.String |
SERVICE_NAME
The user name necessary to establish a valid session with the bridge (log on). |
static java.lang.Integer |
STATE_CHANGE
The Sub-event STATE_CHANGE (value = 21) describes the object state of a conference, participant, or bridge. |
static java.lang.String |
STATUS_TCP_PORT_NUM
This OPTIONAL parameter defines the ModAPI status tcp port. |
static java.lang.String |
STATUS_UDP_PORT_NUM
This OPTIONAL parameter defines the ModAPI status udp port. |
static java.lang.Integer |
SUBCONFERENCE_END
The subconference has ended for the conference identified by CONFERENCE_ID. |
static java.lang.Integer |
SUBCONFERENCE_START
The subconference has started for the conference identified by CONFERENCE_ID. |
static java.lang.String |
SYSTEM_NAME
The name of the bridge. |
static java.lang.Integer |
TALKER_EVENT
Talker events are generated for any Participants creating voice chatter on the bridge. |
static java.lang.String |
THROWS_NOTIMPLEMENTED
By default the compatibility layer from BCAPI 1.x to ACOM 1.5 attempts to fail gracefully without throwing not implemented exceptions. |
static java.lang.String |
USER_NAME
The user name necessary to establish a valid session with the bridge (log on). |
static java.lang.String |
XML_LOGGER_PROPERTIES
The path to the Log4j.xml properties file. |
| Method Summary | |
|---|---|
long |
currentTimeMillis()
Returns the current time on the Bridge in milliseconds since January 1, 1970. |
void |
deRegister(BridgeListener listener)
Remove a listener from the bridge. |
void |
disconnect()
Dispose of Bridge connection. |
java.util.Vector |
getAllConferenceIds()
Return conference IDs of conferences currently being monitored by the Bridge object, including all subconferences and intercept conferences. |
java.util.Vector |
getAllConferenceIds(boolean argIsForAllReservationGroups)
Return conference IDs of conferences currently being monitored by the Bridge object, including all subconferences and intercept conferences. |
java.util.Vector |
getAllConferenceIds(int argReservationGroup)
Return conference IDs of conferences currently being monitored by the Bridge object, including all subconferences and intercept conferences. |
CallBrandingTable |
getCallBrandingTable()
Returns a cached version of the Call Branding Table so that subsequent queries to translate DNIS to reservation group number will not require database access. |
CallBrandingTable |
getCallBrandingTable(boolean argForceRefresh)
Returns a cached version of the Call BrandingTable so that subsequent queries to translate the DNIS to ReservationGroup number will not require database access. |
Conference |
getConference(java.util.Hashtable params)
Get the conference currently being monitored by the Bridge object. |
Conference |
getConference(java.lang.String conferenceId)
Returns the conference that is currently being monitored by the Bridge object. |
Conference |
getConference(java.lang.String argConfEntryCode,
int argReservationGroup)
Get the conference currently being monitored by the Bridge object. |
Conference |
getConference(java.lang.String conferenceId,
java.lang.String entryCode)
Get the conference currently being monitored by the Bridge object. |
java.util.Vector |
getConferenceIds()
Return conference IDs of conferences currently being monitored by the Bridge object. |
java.util.Vector |
getConferenceIds(boolean argIsForAllReservationGroups)
Return conference IDs of conferences currently being monitored by the Bridge object for the specified reservation group. |
java.util.Vector |
getConferenceIds(int argReservationGroup)
Return conference IDs of conferences currently being monitored by the Bridge object for the specified reservation group. |
java.util.Vector |
getDialList(java.lang.String dialListFileName)
Returns a Vector of the entries of a dial list file on the Bridge, only if that file has no access code. |
java.util.Vector |
getDialList(java.lang.String dialListFileName,
java.lang.String accessCode)
Returns a Vector of the entries of a dial list file on the Bridge, if the input accessCode matches the dial list accessCode. |
java.util.Vector |
getDialListFileNames()
Returns a Vector of all the dial list file names on the Bridge. |
EnterQueue |
getEnterConference()
Returns the Enter conference object. |
java.lang.Object |
getParameter(java.lang.String key)
Get the parameter defined by the given key string. |
java.util.Hashtable |
getParameters()
Gets a Hashtable containing the current state of the Bridge object. |
Participant |
getParticipant(java.lang.String key)
Get a participant, whether active or inactive, currently in this bridge. |
int |
getReservationGroupFromDNIS(java.lang.String argDNIS)
This call uses a direct database query to determine the mapping of a DNIS number to a reservation group. |
boolean |
isConnected()
Check the object's connection to bridge. |
void |
openConference(java.lang.String argConfEntryCode,
int argReservationGroup)
Open specified conference on the bridge if it is not yet opened. |
void |
openConference(java.lang.String conferenceId,
java.lang.String code)
Open specified conference on the bridge if it is not yet opened. |
void |
refreshSystemParameters()
Refreshes all system-related parameters, updating them to the current values on the bridge. |
void |
register(BridgeListener listener)
Register a listener for all events received by this bridge. |
void |
register(BridgeListener listener,
java.lang.Integer eventType,
java.lang.String conferenceId,
java.lang.String participantId,
java.lang.String phoneNumber,
java.util.Hashtable parameters)
Register a listener for some events received by this bridge. |
void |
requestDTMFEvents(boolean sendDTMF)
Requests or turns off DTMF events. |
void |
setAsynchronous()
Do not wait for command completion. |
void |
setSynchronous(long timeout)
Sets how long we should wait for command completion. |
| Field Detail |
|---|
static final java.lang.String IMPL_TYPE
static final java.lang.String ACPI_CONNECTION_URL
IMPL_TYPE BridgeFactory.IMPL_ACPI. When using BridgeFactory.IMPL_MODAPI or BridgeFactory.IMPL_MODAPI_FOR_BCAPI_1_6_OR_HIGHER this parameter will
overide the settings in BRIDGE_NAME, MODAPI_USE_SSL, CMD_PORT_NUM, STATUS_TCP_PORT_NUM, STATUS_UDP_PORT_NUM and OPER_NUM. The parameter "ACPI_CONNECTION_URL" must be defined
under the Hashtable or in the Properties file passed to the getImpl() method.
static final java.lang.String BRIDGE_NAME
static final java.lang.String MODAPI_USE_SSL
BridgeFactory.IMPL_MODAPI or BridgeFactory.IMPL_MODAPI_FOR_BCAPI_1_6_OR_HIGHER this
parameter controls the use the of SSL encrypted version for the MODAPI protocol unless the ACPI_CONNECTION_URL parameter has been provided. Note to connect to a S700 you must specify
false. Defaults to true if missing.
static final java.lang.String CRS_NAME
static final java.lang.String BRIDGE_VERSION
static final java.lang.String INCLUDE_OPS_IN_PART_LIST
static final java.lang.String ACTIVE_SPEAKERS_INCLUDE_QA_QUEUE
static final java.lang.String LOGGER_PROPERTIES
static final java.lang.String XML_LOGGER_PROPERTIES
static final java.lang.String LOGGER_DIR
static final java.lang.String CMD_PORT_NUM
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String STATUS_TCP_PORT_NUM
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String STATUS_UDP_PORT_NUM
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String THROWS_NOTIMPLEMENTED
This parameter is used only on the Avaya S6100 Bridge.
static final java.lang.String SERVICE_NAME
This parameter is used only on the Avaya S6100 Bridge.
static final java.lang.String DIRECTORY_NAME
This parameter is used only on the Avaya S6100 Bridge.
static final java.lang.String USER_NAME
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String PASSWORD
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String OPER_NUM
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String DATABASE_URL
static final java.lang.String DATABASE_DRIVER_NAME
static final java.lang.String PING_TIMEOUT
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String DELTA_COMMAND
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String NUM_CHANNELS
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String NUM_AVAILABLE_CHANNELS
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String NUM_FAULTED_CHANNELS
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String NUM_OOS_CHANNELS
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String SYSTEM_NAME
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String OPERATOR_ASSISTANCE
This parameter is used only on the Avaya 700/780 Bridge.
OPERATOR_ASSISTANCE_INDIVIDUAL,
OPERATOR_ASSISTANCE_CONFERENCE,
Constant Field Valuesstatic final java.lang.String CONF_GAIN
This parameter is used only on the Avaya 700/780 Bridge.
CONF_GAIN_OFF,
CONF_GAIN_MODERATOR,
CONF_GAIN_ANYONE,
Constant Field Valuesstatic final java.lang.String IS_MOD_LECTURE_ALLOWED
This parameter is used only on the Avaya 700/780 Bridge.
static final java.lang.String SELF_MUTE
This parameter is used only on the Avaya 700/780 Bridge.
SELF_MUTE_OFF,
SELF_MUTE_NON_MODERATOR,
SELF_MUTE_ANYONE,
Constant Field Valuesstatic final java.lang.String AUTO_EXTEND_PORTS
This parameter is used only on the Avaya 700/780 Bridge.
AUTO_EXTEND_PORTS_OFF,
AUTO_EXTEND_PORTS_DEFAULT_ON,
AUTO_EXTEND_PORTS_DEFAULT_OFF,
Constant Field Valuesstatic final java.lang.Integer CONFERENCE_EVENT
static final java.lang.Integer PARTICIPANT_EVENT
static final java.lang.Integer TALKER_EVENT
Participant.IS_TALKINGstatic final java.lang.Integer INTERNAL_EVENT
static final java.lang.Integer DISCONNECT_EVENT
static final java.lang.Integer DTMF_EVENT
static final java.lang.Integer STATE_CHANGE
Refer to the Programmer's manual for information on the parameter pairs.
static final java.lang.Integer PROPERTY_CHANGE
Refer to the Programmer's manual for information on the parameter pairs.
static final java.lang.Integer CONFERENCE_START
static final java.lang.Integer CONFERENCE_END
static final java.lang.Integer QUEUE_CHANGE
static final java.lang.Integer PARTICIPANT_ENTER
static final java.lang.Integer PARTICIPANT_EXIT
static final java.lang.Integer SUBCONFERENCE_START
static final java.lang.Integer SUBCONFERENCE_END
static final java.lang.Integer INTERCEPT_START
static final java.lang.Integer INTERCEPT_END
static final java.lang.Integer PARTICIPANT_USER_ENTER
static final java.lang.Integer PARTICIPANT_USER_EXIT
static final java.lang.Integer OPER_KNOCK
static final java.lang.Integer PAC_EVENT
static final java.lang.Integer OPERATOR_ASSISTANCE_INDIVIDUAL
static final java.lang.Integer OPERATOR_ASSISTANCE_CONFERENCE
static final java.lang.Integer OPERATOR_ASSISTANCE_UNAVAILABLE
static final java.lang.Integer CONF_GAIN_OFF
static final java.lang.Integer CONF_GAIN_MODERATOR
static final java.lang.Integer CONF_GAIN_ANYONE
static final java.lang.Integer SELF_MUTE_OFF
static final java.lang.Integer SELF_MUTE_NON_MODERATOR
static final java.lang.Integer SELF_MUTE_ANYONE
static final java.lang.Integer AUTO_EXTEND_PORTS_OFF
static final java.lang.Integer AUTO_EXTEND_PORTS_DEFAULT_ON
Conference.AUTO_EXTEND_PARTICIPANTSstatic final java.lang.Integer AUTO_EXTEND_PORTS_DEFAULT_OFF
Conference.AUTO_EXTEND_PARTICIPANTS| Method Detail |
|---|
java.util.Hashtable getParameters()
null
when not connected to the bridge.
null when not connected to the bridgejava.lang.Object getParameter(java.lang.String key)
null when not connected
to the bridge.
key - The String value identifying the desired parameter.
getParameters()
void disconnect()
throws BridgeException
BridgeException - if API fails to disconnectboolean isConnected()
void setAsynchronous()
void setSynchronous(long timeout)
timeout - Milliseconds to wait for command to completejava.util.Vector getConferenceIds()
getConference(java.lang.String)java.util.Vector getConferenceIds(int argReservationGroup)
argReservationGroup - The reservation group number associated with the conferences being returned.
getConference(java.lang.String)java.util.Vector getConferenceIds(boolean argIsForAllReservationGroups)
argIsForAllReservationGroups - true will return list of all active conferences regardless of the
reservation group false will return active conferences in reservation
group zero only.
getConference(java.lang.String)java.util.Vector getAllConferenceIds()
java.util.Vector getAllConferenceIds(int argReservationGroup)
argReservationGroup - The reservation group number associated with the conferences being returned.
getConference(java.lang.String)java.util.Vector getAllConferenceIds(boolean argIsForAllReservationGroups)
argIsForAllReservationGroups - true will return list of all active conferences regardless of the
reservation group false will return active conferences in reservation
group zero only.
getConference(java.lang.String)Conference getConference(java.lang.String conferenceId)
EnterQueue getEnterConference()
Conference getConference(java.lang.String conferenceId,
java.lang.String entryCode)
throws BridgeException
conferenceId - Conference Id of the conferenceentryCode - Conference code used to authenticate the request
BridgeException - if the bridge operation fails, the bridge is disconnected, or if the Conference code is
incorrect.
Conference getConference(java.lang.String argConfEntryCode,
int argReservationGroup)
throws BridgeException
argConfEntryCode - Conference code used to authenticate the requestargReservationGroup - The reservation group number associated with the confEntryCode
BridgeException - if the bridge operation fails, the bridge is disconnected, or if the Conference code is
incorrect.
Conference getConference(java.util.Hashtable params)
throws BridgeException
params - Set of parameters the conference must match.
BridgeException - when the bridge operation fails, the bridge is disconnected, or a Conference with
matching parameters can not be found.Participant getParticipant(java.lang.String key)
key - The participant id.
void openConference(java.lang.String conferenceId,
java.lang.String code)
throws BridgeException
conferenceId - (ignored)code - Conference code to authenticate open attempt, developer should favor participant code for
opening rooms because moderator code is not unique for all call flows.
BridgeException - if the bridge operation fails
void openConference(java.lang.String argConfEntryCode,
int argReservationGroup)
throws BridgeException
argConfEntryCode - Conference code to authenticate open attempt, developer should favor participant code
for opening rooms because moderator code is not unique for all call flows.argReservationGroup - The reservation group associated with the Conference Entry Code, use zero for the
default reservation group.
BridgeException - if the bridge operation fails
long currentTimeMillis()
throws BridgeException
BridgeException - if the bridge is disconnectedvoid register(BridgeListener listener)
listener - The Bridge Listener to add.
void register(BridgeListener listener,
java.lang.Integer eventType,
java.lang.String conferenceId,
java.lang.String participantId,
java.lang.String phoneNumber,
java.util.Hashtable parameters)
listener - The Bridge Listener to add.eventType - Event types to listen for, or null to listen for allevent types.conferenceId - Conference ID of a particular conference's events, or null for events received
by any conference.participantId - The ID of a particular participant's events, or null for events received by any
participant.phoneNumber - Phone number for a specific participant's events, or null for events received
by any participant. NOTE: An empty string will never match an event's phone number.parameters - Optional parameters to filter events received. May be null.void deRegister(BridgeListener listener)
listener - The Bridge Listener to remove from the bridge.
java.util.Vector getDialListFileNames()
throws BridgeException
BridgeException - if there is a problem with the bridge request or connectiongetDialList(java.lang.String)
java.util.Vector getDialList(java.lang.String dialListFileName)
throws BridgeException
BridgeException - if there is a problem with the connection, the dial list of that name is not found, or
there is a dial list access code.Participant.NAME,
Participant.IS_MODERATOR,
Participant.PHONE_NUM,
Participant.QA_PRIORITY,
Participant.COMPANY,
getDialListFileNames(),
getDialList(String,String),
Conference.DIAL_LIST
java.util.Vector getDialList(java.lang.String dialListFileName,
java.lang.String accessCode)
throws BridgeException
BridgeException - if there is a problem with the connection, the dial list of that name is not found, or
the dial list access code does not match the input access code.Participant.NAME,
Participant.IS_MODERATOR,
Participant.PHONE_NUM,
Participant.QA_PRIORITY,
Participant.COMPANY,
getDialListFileNames(),
getDialList(String),
Conference.DIAL_LIST
void refreshSystemParameters()
throws BridgeException
BridgeException - if there is a problem with the connection, or if the bridge fails on the client request.
void requestDTMFEvents(boolean sendDTMF)
throws BridgeException
sendDTMF - true if requesting DTMF events. false if turning DTMF events off.
BridgeException - if there is a problem with the connection, or if the bridge fails on the client request.
CallBrandingTable getCallBrandingTable()
throws BridgeException
BridgeException - if there is a problem with the connection, or if the bridge fails on the client request.
CallBrandingTable getCallBrandingTable(boolean argForceRefresh)
throws BridgeException
argForceRefresh - True if Forcing a refresh of the cached call branding table
BridgeException - if there is a problem with the connection, or if the bridge fails on the client request.
int getReservationGroupFromDNIS(java.lang.String argDNIS)
throws BridgeException
argDNIS - The incoming DNIS to map to the phone number
BridgeException - if there is a problem with the connection, or if the bridge fails on the client request.
|
CONFIDENTIAL | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||