The CTelephony class provides a simple interface to the phone's telephony system. Basically, tt provides two services:
1. Can find out information about the phone. This class provides support for retrieving Phone Settings, Line Information, Call Functionality, Network Information and (basic) Supplementary Service Settings.
2. Can dial, answer and control voice calls.
class CTelephony : public CBase;
No related wiki articles found