Re: [PATCH] voicecall: send CallRemoved for calls when voicecall atom is unregistered

2012-04-20 Thread Mike
Hi Denis, On Thu, Apr 19, 2012 at 9:02 AM, Denis Kenzior wrote: > Hi Mike, > >> >> The only reason I added it is 4 hours of debugging my GUI and ofono to >> figure out why the GUI didn't notice the D-Bus path for the voice call >> was no longer around.  The documentation for CallRemoved says "Sig

Re: [PATCH] voicecall: send CallRemoved for calls when voicecall atom is unregistered

2012-04-19 Thread Denis Kenzior
Hi Mike, > > The only reason I added it is 4 hours of debugging my GUI and ofono to > figure out why the GUI didn't notice the D-Bus path for the voice call > was no longer around. The documentation for CallRemoved says "Signal > that is sent when a voice call has been released." This implies i

Re: [PATCH] voicecall: send CallRemoved for calls when voicecall atom is unregistered

2012-04-19 Thread Mike
Hi Denis, On Wed, Apr 18, 2012 at 10:52 AM, Denis Kenzior wrote: > Hi Mike, > > On 04/18/2012 05:02 PM, Mike Brudevold wrote: >> From: Michael Brudevold >> >> The CallRemoved signal was not being sent for existing calls when the >> voicecall >> atom was unregistered. An example of this is the l

Re: [PATCH] voicecall: send CallRemoved for calls when voicecall atom is unregistered

2012-04-18 Thread Denis Kenzior
Hi Mike, On 04/18/2012 05:02 PM, Mike Brudevold wrote: > From: Michael Brudevold > > The CallRemoved signal was not being sent for existing calls when the > voicecall > atom was unregistered. An example of this is the lack of a CallRemoved signal > when an HFP AG is disconnected due to SLC time

[PATCH] voicecall: send CallRemoved for calls when voicecall atom is unregistered

2012-04-18 Thread Mike Brudevold
From: Michael Brudevold The CallRemoved signal was not being sent for existing calls when the voicecall atom was unregistered. An example of this is the lack of a CallRemoved signal when an HFP AG is disconnected due to SLC timeout while a call is active. --- src/voicecall.c |5 - 1 file