org.eclipse.ecf.telephony.call.dtmf
Interface IDTMFCallSessionAdapter


public interface IDTMFCallSessionAdapter

ICallSession adapter for sending DTMF codes during a call session.


Nested Class Summary
static class IDTMFCallSessionAdapter.DTMF
           
 
Method Summary
 void sendDTMF(IDTMFCallSessionAdapter.DTMF command)
          Send DTMF to receiver.
 

Method Detail

sendDTMF

void sendDTMF(IDTMFCallSessionAdapter.DTMF command)
              throws CallException
Send DTMF to receiver.

Parameters:
command - the DTMF command to send. Must not be null.
Throws:
CallException - if problem with sending (e.g. no longer connected).