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
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:
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
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
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