Package | Description |
---|---|
com.llwork.external.telephony |
Modifier and Type | Method and Description |
---|---|
ActionReturn |
ITelephoneDevice.dialAccept(java.lang.String number)
Triggers outgoing calls or accepts incoming calls.
|
ActionReturn |
ITelephoneDevice.drop()
Terminates a calls.
|
ActionReturn |
ITelephoneDevice.holdUnhold()
Triggers to hold a call or to unhold the call.
|
ActionReturn |
ITelephoneDevice.refreshCallAttributes()
Triggers the resending of the call attributes by calling the com.llwork.external.telephony.ITelephoneStatusListener.statusChanged(...) with the current state.
|
ActionReturn |
ITelephoneDevice.sendSMS(java.lang.String number,
java.lang.String text)
Triggers sending of a SMS
|