|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LucentConnection
The LucentConnection interface extends ITsapiConnection with Avaya-specific features. When a Provider is bound to a Avaya switch, this interface may be used to access additional capabilities.
| Field Summary | |
|---|---|
static short |
DR_CALL_CLASSIFIER
Drop a call classifier from the call. |
static short |
DR_NONE
|
static short |
DR_TONE_GENERATOR
Drop a tone generator from the call. |
| Fields inherited from interface javax.telephony.callcontrol.CallControlConnection |
|---|
ALERTING, DIALING, DISCONNECTED, ESTABLISHED, FAILED, IDLE, INITIATED, NETWORK_ALERTING, NETWORK_REACHED, OFFERED, OFFERING, QUEUED, UNKNOWN |
| Method Summary | |
|---|---|
void |
disconnect(short dropResource,
UserToUserInfo userInfo)
Similar to the standard disconnect(), with the addition of Avaya-specific parameters. |
| Methods inherited from interface javax.telephony.callcontrol.CallControlConnection |
|---|
accept, addToAddress, getCallControlState, park, redirect, reject |
| Field Detail |
|---|
static final short DR_NONE
static final short DR_CALL_CLASSIFIER
static final short DR_TONE_GENERATOR
| Method Detail |
|---|
void disconnect(short dropResource,
UserToUserInfo userInfo)
throws TsapiPrivilegeViolationException,
TsapiResourceUnavailableException,
TsapiMethodNotSupportedException,
TsapiInvalidStateException
dropResource - The resource to be dropped from the call. Possible values are
DR_CALL_CLASSIFIER, DR_TONE_GENERATOR, and DR_NONE.userInfo - Associate caller information, up to 96 bytes (with Avaya CT 1.2 or higher, or the formally named CVCT 3.3 or higher that is connected to a DEFINITY G3V8 or higher; otherwise the limit is 32 bytes), with the call.
TsapiPrivilegeViolationException
TsapiResourceUnavailableException
TsapiMethodNotSupportedException
TsapiInvalidStateExceptionUserToUserInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||