|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Verb>
com.avaya.conferencing.api.acp.control.operations.Verb
public enum Verb
High-level description of operations.
| Enum Constant Summary | |
|---|---|
ABORT_SIGNAL_TO_NOISE_RATIO_MEASUREMENT
Aborts the measurement of the signal-to-noise ratio of an EndPoint that was started by a MEASURE_SIGNAL_TO_NOISE_RATIO operation. |
|
ACCESS
Starts/stops direct access to the specified EndPoint with the Operator. |
|
ACCESS_NEXT_ENTRY
Gets and actions a help request. |
|
AUTOMATIC_GAIN_CONTROL_MODE
Toggles automatic gain control mode. |
|
CALL_LIST_GET
Gets the contents of a dial list from the Conferencing Provider. |
|
CALL_LIST_SET
Creates a new (or modifies an existing) Dial List on the Conferencing Provider. |
|
CALL_LISTS_GET
Gets a list of the dial lists held on the conferencing provider. |
|
CANCEL_HELP
Closes an operator help request. |
|
CONFERENCING_PROVIDER_LINK
Toggles the States.CONFERENCING_PROVIDER_LINK state of an EndPoint. |
|
CREATE
Creates a new adhoc conference. |
|
DELETE_URI
Removes a specific recording from the conferencing provider. |
|
DISCONNECT
Hang-up a conference or an EndPoint. |
|
DTMF_PASSTHROUGH
Modifies the States.PASSTHROUGH_DTMF state of a Conference. |
|
DTMF_REGENERATION
Modifies the States.REGENERATE_DTMF state of an EndPoint or a Conference. |
|
FAULT
Toggles the States.FAULTED state of an EndPoint. |
|
FORCE_CONNECTION_UPDATE
Forces the Connection to reload the ConferencingProvider's configuration. |
|
GET_CURRENT_TIME
Returns the current time as measured by the ConferencingProvider. |
|
GET_RECORDING_URIS
Returns a list of the current recordings stored on the conferencing provider. |
|
HOLD
Places an EndPoint on hold. |
|
LECTURE_MODE
Lecture mode ensures that all callees are gagged. |
|
MAKE_CALL
Dials out to a new EndPoint. |
|
MAKE_CALLS_FROM_LIST
Blast dials a number of conferees. |
|
MEASURE_DTMF_SIGNAL_TO_NOISE_RATIO
Modifies whether the signal-to-noise ratio of the DTMFEvents produced by an EndPoint will include information about the signal-to-noise ratio of the DTMF tones. |
|
MEASURE_SIGNAL_TO_NOISE_RATIO
Measure the signal-to-noise ratio of an EndPoint. |
|
MEDIA_SOURCE_CONNECT
Connects a media source to it's destination. |
|
MODERATOR
Makes an EndPoint a moderator. |
|
MODERATOR_DISCONNECT_MODE
Controls whether the conference is disconnected when the last moderator disconnects. |
|
MODIFY_DETAILS
Modifies a ConferencingObject's properties. |
|
MUTE
Mutes EndPoints. |
|
OBSERVE
Starts direct observation of the specified line with the Operator. |
|
OPEN
Opens a new conference. |
|
OPERATOR_LOGIN
Logs in the Operator. |
|
OPERATOR_LOGOUT
Stops playing back a conference. |
|
PLACE_IN_CONFERENCE
Puts an EndPoint into a conference. |
|
PLACE_IN_MAIN_CONFERENCE
Returns an EndPoint in a subconference to the main Conference. |
|
PLACE_IN_SUBCONFERENCE
Puts an EndPoint into a subconference. |
|
PLAY_AND_COLLECT
Plays a message and collects the resulting DTMF code. |
|
PLAY_CONFERENCE_ROSTER
Plays the conference roster. |
|
PLAY_MESSAGE
Plays an annunciator message. |
|
PLAY_PARTICIPANT_NAME
Plays the callee's information. |
|
PLAYBACK_MODE_PAUSE
Pauses playback of a conference. |
|
PLAYBACK_MODE_RESUME
Resumes a paused playback. |
|
PLAYBACK_MODE_START
Plays back a previous recording along the current EndPoint. |
|
PLAYBACK_MODE_STOP
Stops playing back a conference. |
|
POLLING_ASSIST
Access EndPoint that is requesting help. |
|
POLLING_MODE_START
Starts polling on a conference. |
|
POLLING_MODE_STOP
Stops polling mode for a conference. |
|
POLLING_QUERY
Get the current (i.e. |
|
POLLING_QUERY_DETAIL
Get the current (i.e. |
|
POLLING_RESET
Clears the polling data for EndPoints. |
|
PROTECT_DETAILS
Locks a conference to prevent additional EndPoints entering. |
|
QA_CANCEL_QUESTION
Cancels a EndPoint's question during a question and answer session. |
|
QA_FINISHED_QUESTION
Releases a Conference callee the floor during a question and answer session. |
|
QA_HAVE_QUESTION
Modifies the States.QA_HAS_QUESTION state of an EndPoint. |
|
QA_MODE_START
Opens a conference Question & Answer session where conference callees can join a queue of callees with questions to be answered. |
|
QA_MODE_STOP
Closes a conference Question & Answer session. |
|
QA_MOVE_QUESTION
Moves a EndPoint's question within the question and answer queue during a question and answer session. |
|
QA_NEXT_QUESTION
Gives a Conference callee the floor during a question and answer session. |
|
QA_POSTPONE_QUESTION
Releases a Conference callee the floor during a question and answer session. |
|
QA_PREVIOUS_QUESTION
Releases a Conference callee the floor during a question and answer session. |
|
RECORDING_MODE_PAUSE
Pauses recording of a conference. |
|
RECORDING_MODE_RESUME
Resumes a paused recording. |
|
RECORDING_MODE_START
Starts a recording (into a specified file for Digital recordings) of an EndPoint. |
|
RECORDING_MODE_STOP
Stops an ongoing recording. |
|
REQUEST_HELP
Opens an operator help request. |
|
SECURED_MODE
A Secure conference can only be modified by moderators in the conference. |
|
SECURITY_FEATURES
Turn on/off conference security. |
|
SEND_DTMF
Sends dtmf to an end-point. |
|
SILENCE
Silences EndPoint. |
|
| Method Summary | |
|---|---|
static Verb |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Verb[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Verb FORCE_CONNECTION_UPDATE
public static final Verb MODIFY_DETAILS
public static final Verb MAKE_CALL
public static final Verb MAKE_CALLS_FROM_LIST
public static final Verb MEDIA_SOURCE_CONNECT
public static final Verb SEND_DTMF
public static final Verb ACCESS
public static final Verb OBSERVE
public static final Verb DISCONNECT
public static final Verb MODERATOR_DISCONNECT_MODE
public static final Verb AUTOMATIC_GAIN_CONTROL_MODE
public static final Verb SECURED_MODE
public static final Verb SECURITY_FEATURES
public static final Verb PROTECT_DETAILS
public static final Verb LECTURE_MODE
public static final Verb SILENCE
public static final Verb MUTE
public static final Verb HOLD
public static final Verb MODERATOR
public static final Verb FAULT
public static final Verb CONFERENCING_PROVIDER_LINK
public static final Verb OPEN
public static final Verb CREATE
public static final Verb REQUEST_HELP
public static final Verb CANCEL_HELP
public static final Verb ACCESS_NEXT_ENTRY
public static final Verb PLACE_IN_CONFERENCE
public static final Verb PLACE_IN_SUBCONFERENCE
public static final Verb PLACE_IN_MAIN_CONFERENCE
Conference.
public static final Verb RECORDING_MODE_START
public static final Verb RECORDING_MODE_PAUSE
public static final Verb RECORDING_MODE_RESUME
public static final Verb RECORDING_MODE_STOP
public static final Verb PLAYBACK_MODE_START
public static final Verb PLAYBACK_MODE_PAUSE
public static final Verb PLAYBACK_MODE_RESUME
public static final Verb PLAYBACK_MODE_STOP
public static final Verb POLLING_MODE_START
public static final Verb POLLING_MODE_STOP
public static final Verb POLLING_RESET
public static final Verb POLLING_ASSIST
public static final Verb POLLING_QUERY
public static final Verb POLLING_QUERY_DETAIL
public static final Verb OPERATOR_LOGIN
public static final Verb OPERATOR_LOGOUT
public static final Verb PLAY_PARTICIPANT_NAME
public static final Verb PLAY_CONFERENCE_ROSTER
public static final Verb PLAY_MESSAGE
public static final Verb PLAY_AND_COLLECT
public static final Verb QA_MODE_START
public static final Verb QA_MOVE_QUESTION
public static final Verb QA_NEXT_QUESTION
public static final Verb QA_POSTPONE_QUESTION
public static final Verb QA_PREVIOUS_QUESTION
public static final Verb QA_FINISHED_QUESTION
public static final Verb QA_CANCEL_QUESTION
public static final Verb QA_MODE_STOP
public static final Verb GET_CURRENT_TIME
public static final Verb GET_RECORDING_URIS
public static final Verb DELETE_URI
public static final Verb CALL_LISTS_GET
public static final Verb CALL_LIST_GET
public static final Verb CALL_LIST_SET
public static final Verb MEASURE_SIGNAL_TO_NOISE_RATIO
public static final Verb ABORT_SIGNAL_TO_NOISE_RATIO_MEASUREMENT
MEASURE_SIGNAL_TO_NOISE_RATIO operation.
public static final Verb MEASURE_DTMF_SIGNAL_TO_NOISE_RATIO
public static final Verb DTMF_PASSTHROUGH
public static final Verb DTMF_REGENERATION
public static final Verb QA_HAVE_QUESTION
| Method Detail |
|---|
public static Verb[] values()
for (Verb c : Verb.values()) System.out.println(c);
public static Verb valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||