* Call counters proposal (TODO patch)
@ 2010-10-25 13:02 Andras Domokos
2010-10-25 14:24 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Andras Domokos @ 2010-10-25 13:02 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 630 bytes --]
I am proposing adding Call counters to Voicecall. Here is the TODO patch:
diff --git a/TODO b/TODO
index d9a6580..89e180c 100644
--- a/TODO
+++ b/TODO
@@ -329,6 +329,15 @@ Voicecall
Complexity: C2
Owner: Pekka Pessi <pekka.pessi@nokia.com>
+- Call counters. Provide total outgoing and incoming call duration
information.
+ Separate call counters will be maintained for each SIM card. Call
counters
+ can be read and reset to 0, and must be backed up periodically to a
+ non-volatile storage place.
+
+ Priority: Medium
+ Complexity: C2
+ Owner: Andras Domokos <andras.domokos@nokia.com>
+
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: Call counters proposal (TODO patch)
2010-10-25 13:02 Call counters proposal (TODO patch) Andras Domokos
@ 2010-10-25 14:24 ` Marcel Holtmann
2010-10-25 19:43 ` Aki Niemi
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2010-10-25 14:24 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 928 bytes --]
Hi Andras,
> I am proposing adding Call counters to Voicecall. Here is the TODO patch:
>
> diff --git a/TODO b/TODO
> index d9a6580..89e180c 100644
> --- a/TODO
> +++ b/TODO
> @@ -329,6 +329,15 @@ Voicecall
> Complexity: C2
> Owner: Pekka Pessi <pekka.pessi@nokia.com>
>
> +- Call counters. Provide total outgoing and incoming call duration
> information.
> + Separate call counters will be maintained for each SIM card. Call
> counters
> + can be read and reset to 0, and must be backed up periodically to a
> + non-volatile storage place.
what is wrong with using the history plugin API and working towards a
bridge to get these information into tracker.
I did propose to use obexd for this task since it already has to handle
call history for PBAP anyway and it has a different backends already. So
if you don't wanna use tracker you can use EDS or others.
Regards
Marcel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Call counters proposal (TODO patch)
2010-10-25 14:24 ` Marcel Holtmann
@ 2010-10-25 19:43 ` Aki Niemi
2010-10-25 22:19 ` Denis Kenzior
0 siblings, 1 reply; 4+ messages in thread
From: Aki Niemi @ 2010-10-25 19:43 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 955 bytes --]
Hi,
2010/10/25 Marcel Holtmann <marcel@holtmann.org>:
>> I am proposing adding Call counters to Voicecall. Here is the TODO patch:
>>
>> diff --git a/TODO b/TODO
>> index d9a6580..89e180c 100644
>> --- a/TODO
>> +++ b/TODO
>> @@ -329,6 +329,15 @@ Voicecall
>> Complexity: C2
>> Owner: Pekka Pessi <pekka.pessi@nokia.com>
>>
>> +- Call counters. Provide total outgoing and incoming call duration
>> information.
>> + Separate call counters will be maintained for each SIM card. Call
>> counters
>> + can be read and reset to 0, and must be backed up periodically to a
>> + non-volatile storage place.
>
> what is wrong with using the history plugin API and working towards a
> bridge to get these information into tracker.
I think what Andras is suggesting here are per-IMSI properties. This
can be done as a history plugin, sure, but probably a more natural
place would be the voicecall atom.
Cheers,
Aki
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Call counters proposal (TODO patch)
2010-10-25 19:43 ` Aki Niemi
@ 2010-10-25 22:19 ` Denis Kenzior
0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2010-10-25 22:19 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]
Hi Aki,
On 10/25/2010 02:43 PM, Aki Niemi wrote:
> Hi,
>
> 2010/10/25 Marcel Holtmann <marcel@holtmann.org>:
>>> I am proposing adding Call counters to Voicecall. Here is the TODO patch:
>>>
>>> diff --git a/TODO b/TODO
>>> index d9a6580..89e180c 100644
>>> --- a/TODO
>>> +++ b/TODO
>>> @@ -329,6 +329,15 @@ Voicecall
>>> Complexity: C2
>>> Owner: Pekka Pessi <pekka.pessi@nokia.com>
>>>
>>> +- Call counters. Provide total outgoing and incoming call duration
>>> information.
>>> + Separate call counters will be maintained for each SIM card. Call
>>> counters
>>> + can be read and reset to 0, and must be backed up periodically to a
>>> + non-volatile storage place.
>>
>> what is wrong with using the history plugin API and working towards a
>> bridge to get these information into tracker.
>
> I think what Andras is suggesting here are per-IMSI properties. This
> can be done as a history plugin, sure, but probably a more natural
> place would be the voicecall atom.
voicecall atom is already pretty complicated, so if possible this should
be done outside of the voicecall atom. Or does the call tracking
require access to the call state information that history api does not
provide?
Regards,
-Denis
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-25 22:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 13:02 Call counters proposal (TODO patch) Andras Domokos
2010-10-25 14:24 ` Marcel Holtmann
2010-10-25 19:43 ` Aki Niemi
2010-10-25 22:19 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.