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
-
getCalledAddress()
- Returns the called Address associated with this Call.
-
getCallingAddress()
- Returns the calling Address associated with this call.
-
getCallingTerminal()
- Returns the calling Terminal associated with this Call.
-
getLastRedirectedAddress()
- Returns the last redirected Address associated with this Call.
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.
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.
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.
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