Re: [SailfishDevel] Call events

2014-10-08 Thread Simo Piiroinen
On Thursday, October 09, 2014 11:00:34 AM Dmitriy Purgin wrote: > Hi Kimmo, > > do you manage waiting and held calls using this approach? e.g. one > active, one incoming, then held. Nope. It is just a generic (maemo legacy) "there are call(s)" info mainly intendeded for use with emergency call po

Re: [SailfishDevel] Call events

2014-10-08 Thread Simo Piiroinen
On Wednesday, October 08, 2014 11:00:38 AM Kaj-Michael Lang wrote: > Is there some, official harbour approved, way to get notified about > incoming/outgoing calls start/stop so my app can react to these events > ? If you just want to know when calls start/stop, then listening to call state signals

Re: [SailfishDevel] Call events

2014-10-08 Thread Dmitriy Purgin
Hi Kimmo, do you manage waiting and held calls using this approach? e.g. one active, one incoming, then held. oFono provides you with line identification helping to distinguish between calls. Cheers Dmitriy 2014-10-09 10:22 GMT+06:00 Kimmo Lindholm : > Hi, > > I use following dbus approach; > "c

Re: [SailfishDevel] Call events

2014-10-08 Thread Kimmo Lindholm
Hi, I use following dbus approach; "com.nokia.mce", "/com/nokia/mce/signal", "com.nokia.mce.signal", "sig_call_state_ind" Looking for strings "ringing", "active", "none" with small state-machine. When someone calls to the phone, "ringing" -> answered "active" -> not answered/hangup "none" Ma

[SailfishDevel] SoundEffect

2014-10-08 Thread Peter Pykäläinen
Hi, what's the matter with the QML SoundEffect? How come I don't get any sound with it? I have tried with a resource file, direct path to the file and even a path to the file where QML files are installed under /usr/share/... Nothing works. With Audio tag I get sound but that freezes the UI and

[SailfishDevel] community stand FOSDEM 2014

2014-10-08 Thread Julius-Paul Jann
Hi, as we deiced yesterday during the SFOS-Meeting the community plans to have a stand at FOSDEM 2015. To organise the stand I created a wiki page. Fell free to add your self if you wanted. All details are --> https://wiki.merproject.org/wiki/FOSDEM_2015 cheers Nokius __

Re: [SailfishDevel] Call events

2014-10-08 Thread Dmitriy Purgin
Hi, the telephony is provided by oFono which has a convenient DBus interface, [1]. You might as well use libqofono-qt5 [2] binding which is much easier, but won't be approved by harbour unless you put it as a private library of your application. Cheers [1] https://git.kernel.org/cgit/network/ofo

Re: [SailfishDevel] Call events

2014-10-08 Thread Tomasz Sterna
Dnia 2014-10-08, śro o godzinie 11:00 +0300, Kaj-Michael Lang pisze: > Is there some, official harbour approved, way to get notified about > incoming/outgoing calls start/stop so my app can react to these events ? There is an official and very easy to use VoiceCallManager from org.nemomobile.voice

[SailfishDevel] Call events

2014-10-08 Thread Kaj-Michael Lang
Is there some, official harbour approved, way to get notified about incoming/outgoing calls start/stop so my app can react to these events ? -- Kaj-Michael Lang ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubsc