Interface java.telephony.callcontrol.events.CallCtlCallEv
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.callcontrol.events.CallCtlCallEv

public interface CallCtlCallEv
extends Object
extends CallCtlEv, CallEv

Method Index

 o getCalledAddress()
Returns the called Address associated with this Call.
 o getCallingAddress()
Returns the calling Address associated with this call.
 o getCallingTerminal()
Returns the calling Terminal associated with this Call.
 o getLastRedirectedAddress()
Returns the last redirected Address associated with this Call.

Methods

 o getCallingAddress
  public abstract CallControlAddress getCallingAddress()
Returns the calling Address associated with this call. The calling Address is defined as the Address which placed the telephone call.

If the calling address is unknown or not yet known, this method returns null.

Returns:
The calling Address.
 o getCallingTerminal
  public abstract CallControlTerminal getCallingTerminal()
Returns the calling Terminal associated with this Call. The calling Terminal is defined as the Terminal which placed the telephone call.

If the calling Terminal is unknown or not yet know, this method returns null.

Returns:
The calling Terminal.
 o getCalledAddress
  public abstract CallControlAddress getCalledAddress()
Returns the called Address associated with this Call. The called Address is defined as the Address to which the call has been originally placed.

If the called address is unknown or not yet known, this method returns null.

Returns:
s The called Address.
 o getLastRedirectedAddress
  public abstract CallControlAddress getLastRedirectedAddress()
Returns the last redirected Address associated with this Call. The last redirected Address is the Address at which the current telephone call was placed immediately before the current Address. This is common if a Call is forwarded to several Addresses before being answered.

If the the last redirected address is unknown or not yet known, this method returns null.

Returns:
s The last redirected Address for this telephone Call.

All Packages  Class Hierarchy  This Package  Previous  Next  Index