I have cross-posted this question from dev.nokia forum because I didn't get any response. Apologies in advance.

I've created a custom telepathy connection manager in my application to integrate with harmattan's contacts application. Once the integration is in place, users should see a "Call via Vicar | Cell" in the contact page similar to SIP account(s). This custom connection manager is working fine in fremantle/N900. I am trying to get this to work in harmattan.

The telepathy account is created through a postinst script on application installation. I have setup the key account properties ConnectAutomatically as true, HasBeenOnline as true while creating the account (a copy of telepathy-ring properties actually). I am using command below to force mission control to reconnect the account to my connection for testing, but the account gets connected and disconnected immediately.

dbus-send --type=method_call --print-reply 
--dest=org.freedesktop.Telepathy.AccountManager 
/org/freedesktop/Telepathy/Account/vicar/tel/vicar0 
org.freedesktop.Telepathy.Account.Reconnect

Here is the dbus-monitor output --> http://pastebin.com/u7d0kn1f

The account status is connected at COMMENT LINE 1 and it immediately changes to disconnected at COMMENT LINE 2 in the log. This process repeats on an on. I don't see any error in the syslog.

Appreciate any help in troubleshooting this issue.
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to