The release method is issued by the Java application to release the specified
call that is associated with the specified dialog.
If the release method cannot be processed, a dialogueFailureEventSend method
with a status of E_UNSPECIFIED_FAILURE is sent.
Syntax
CTICiscoReturn release();
Parameters
There are no input parameters for this method.
Return properties
- Integer Cause
- The reason for clearing the call (see Table 1.) To
extract this property, call the getCause method on the returned CTICiscoReturn
object.
- Integer Status
- Returns an Integer value from the list of status codes that describes
the result of this request (see Table 3.) To extract this
property, call the getStatus method on the returned CTICiscoReturn object.