Re: [Telepathy] incoming call not notified

2015-10-17 Thread Alexandr Akulich
I would suggest to use Bustle (dbus viewer) to see if connection manager emits Connection.Interface.Requests NewChannels() signal and (if so) how the signal processed by MissionControl. On Sat, Oct 17, 2015 at 3:55 AM, Diane Trout wrote: >> Is there a TelepathyQt API call to

Re: [Telepathy] incoming call not notified

2015-10-16 Thread Daniel Pocock
On 16/10/15 23:50, Diane Trout wrote: >> Is the telepathy-ofono code up to date? >> >> Are any other API calls required when making a call channel? >> >> Are there any other examples? > > I don't know the status of telepathy-ofono. > > ktp-call-ui has been updated to Qt5 and I'm doing more

Re: [Telepathy] incoming call not notified

2015-10-16 Thread Diane Trout
> Is the telepathy-ofono code up to date? > > Are any other API calls required when making a call channel? > > Are there any other examples? I don't know the status of telepathy-ofono. ktp-call-ui has been updated to Qt5 and I'm doing more tests trying to (slowly) figure out some of the

Re: [Telepathy] incoming call not notified

2015-10-16 Thread Diane Trout
> Is there a TelepathyQt API call to trigger the approver? > > This is the code I have right now: > > https://github.com/resiprocate/resiprocate/blob/master/apps/telepathy/SipCal > lChannel.cxx#L37 > > Is there something obviously missing? I don't know the guts of telepathy to answer that

[Telepathy] incoming call not notified

2015-10-15 Thread Daniel Pocock
I tried copying the way incoming calls are handled in telepathy-ofono's channel constructor: http://bazaar.launchpad.net/~phablet-team/telepathy-ofono/trunk/view/head:/ofonocallchannel.cpp#L25 Empathy doesn't show any notification about the incoming call. If I just create the base channel