Usage of CTelephony
From Forum Nokia Wiki
Introduction
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;
Examples of Usage(Phone and Network Information)
Examples of Usage(Voice Call Control)
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| N9300 freeze on CTelephony::GetNetworkInfo | Rx-lee | General Symbian C++ | 3 | 2007-02-21 10:41 |
| Fail to get notification of Incoming Call second time | newbie2201 | General Symbian C++ | 5 | 2008-07-15 06:31 |
| HangUp() not working in 3rd edition | vishalm | General Symbian C++ | 8 | 2008-07-17 08:47 |
| User::WaitForRequest() not working | Anzi | General Symbian C++ | 11 | 2007-06-26 07:50 |
| Help on linker error | kkboy1 | General Symbian C++ | 2 | 2005-04-19 13:59 |
