PDA

View Full Version : Make a Phone from a Qt 4.6.3 appication



breezeight
12th July 2010, 19:34
Hi,
I need to trigger a phone call from a Qt application. I looked to previous post without find a complete answer.
I need to make it with qt 4.6.3. I'm quite new to symbian development, I'm using the last nokiaSDK.
It MUST work ONLY on n97 and E71.

Can Anybody provide a solution?

May be a solution exec an extenal process using QProcess?

Need help ASAP, please!
Thank you!

Lykurg
12th July 2010, 19:54
Have a look at http://qt.gitorious.org/qt-mobility

breezeight
12th July 2010, 20:24
I've already look at mobility but if I undestand well I cannot make a call with it.
I've just seen XQTelephony anybody is using it with success?

What I need to do to integrate it in my QT build? I'm new to symbian and quite in hurry... sorry for the obvious question!

squidge
12th July 2010, 21:05
There is example code of how to use XQTelephony to make calls on the Nokia Wiki

However, just because you are in a hurry, don't expect someone to provide you working code. You still need to do that part yourself.

Lykurg
12th July 2010, 21:40
Crazy, I thought that XQTelephony is part of qt-mobility. Well, obviously the guys at Qt aren't that fast ;)

rajeevsahu
21st July 2010, 10:18
Crazy, I thought that XQTelephony is part of qt-mobility. Well, obviously the guys at Qt aren't that fast ;)

Hi,

I am also facing the same problem. Not able to make a phone call from the application.

I have followed the following link form Wiki and successfully build the application. But after installing the signed sis when i tried to run the application, it didn't open.

http://wiki.forum.nokia.com/index.php/Making_phone_call_in_Qt

What's the problem I don't understand. Please help me in this regard.

Thanks,
Rajeev