Re: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2

2010-08-07 Thread Naresh Mehta
Hi Sudheer/All, > > Code looks very familiar :) The only issue I see is your sendDTMF method is > not > a SLOT. Signals connect to slots. Change it in your header file and test. > > ~Sudheer Thanks for this help. The code is working fine now. I have also tested it against Intercall Conferencing

Re: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2

2010-08-06 Thread Naresh Mehta
Hi Sudheer, Thanks man. That seems to be an issue. In my haste, I didn't declare sendDTMF as a SLOT. I will test and revert back soon. @Felipe: Yes, I am testing on a real phone. I will test using after declaring sendDTMF as a SLOT. BR; Naresh On Wed, Aug 4, 2010 at 4:22 PM, Sudheer K. wrote:

Re: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2

2010-08-04 Thread Sudheer K .
Naresh Mehta gmail.com> writes: > QDBusConnection connection = mDBusUtility.getConnection(); > bool status = connection.connect(QString(""), CSD_CALL_INSTANCE_PATH, > CSD_CALL_INSTANCE_INTERFACE, >         QString("AudioConnect"),this, SLOT(sendDTMF(const QDBusMessage&))); Code looks very famili

Fwd: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2

2010-08-04 Thread Naresh Mehta
Sorry. Forgot to copy the group. BR; Naresh -- Forwarded message -- From: Naresh Mehta Date: Wed, Aug 4, 2010 at 3:27 PM Subject: Re: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2 To: Felipe Crochik > It should not. I have successfu

QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2

2010-08-04 Thread Naresh Mehta
Dear All, I have been developing a QT application for Maemo known as Conference Manager. The code is hosted at https://garage.maemo.org/projects/confmgr. I am facing a problem with connecting to the com.nokia.csd.Call.Instance interface. I want to know when my dialed call is answered. I have looke