Uses of Class
org.eclipse.ecf.telephony.call.CallException

Packages that use CallException
org.eclipse.ecf.telephony.call   
org.eclipse.ecf.telephony.call.dtmf   
org.eclipse.ecf.telephony.call.events   
org.eclipse.ecf.telephony.call.ui.actions   
 

Uses of CallException in org.eclipse.ecf.telephony.call
 

Methods in org.eclipse.ecf.telephony.call that throw CallException
 void ICallSessionContainerAdapter.sendCallRequest(ID[] receivers, ICallSessionListener listener, java.util.Map properties)
          Initiate call.
 void ICallSessionContainerAdapter.sendCallRequest(ID receiver, ICallSessionListener listener, java.util.Map properties)
          Initiate call.
 void ICallSession.sendTerminate()
          Send terminate message to given receiver
 

Uses of CallException in org.eclipse.ecf.telephony.call.dtmf
 

Methods in org.eclipse.ecf.telephony.call.dtmf that throw CallException
 void IDTMFCallSessionAdapter.sendDTMF(IDTMFCallSessionAdapter.DTMF command)
          Send DTMF to receiver.
 

Uses of CallException in org.eclipse.ecf.telephony.call.events
 

Methods in org.eclipse.ecf.telephony.call.events that throw CallException
 ICallSession ICallSessionRequestEvent.accept(ICallSessionListener listener, java.util.Map properties)
          Accept the incoming call request.
 

Uses of CallException in org.eclipse.ecf.telephony.call.ui.actions
 

Methods in org.eclipse.ecf.telephony.call.ui.actions that throw CallException
protected  void AbstractCallAction.makeCall()