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. <[email protected]> wrote: > Naresh Mehta <nareshtechs <at> 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 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 > > > > _______________________________________________ > maemo-developers mailing list > [email protected] > https://lists.maemo.org/mailman/listinfo/maemo-developers > -- BR; Naresh visit me at: http://www.naresh.se/ _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
