#include <applicationinterface.h>
Inheritance diagram for ApplicationInterface:
Public Member Functions | |
virtual void | callWaiting (Connection *conn)=0 |
Called by Capi if we get a CONNECT_IND (in case of an incoming call). |
This interface exposes methods for general communication between the Capi abstraction layer and the application. These methods are mainly used for telling the application the begin and end of an incoming call, so it can start and finish call handling procedures
For special events during call handling, see the CallInterface.
|
Called by Capi if we get a CONNECT_IND (in case of an incoming call).
Implemented in CapiSuite.
|