RE: Description of Voice call history plugin patch

2010-09-20 Thread Bommaraju, Rajyalakshmi
regards, Raji -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Friday, September 17, 2010 1:17 AM To: ofono@ofono.org Subject: Re: Description of Voice call history plugin patch Hi Raji, Callhistory is a plugin loaded

RE: Description of Voice call history plugin patch

2010-09-20 Thread Marcel Holtmann
Hi Raji, just a friendly reminder here to not do top posting. We are not allowing this on an open source mailing list. It is a good way of actually getting ignored ;) What is the call history agent idea? Can you explain clearly? It is like the SIM Toolkit agent, the PIN agent in BlueZ. Read

Re: Description of Voice call history plugin patch

2010-09-17 Thread Marcel Holtmann
Hi Raji, Callhistory is a plugin loaded by ofono for persisting voice call history information in a disk file. Plugin exports dbus methods and signals as org.ofono.callhistory interface. Whenever there is a voice call in the system, ofono calls the plugin with the infomation

RE: Description of Voice call history plugin patch

2010-09-17 Thread Bommaraju, Rajyalakshmi
Please see my comments below. -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Friday, September 17, 2010 1:17 AM To: ofono@ofono.org Subject: Re: Description of Voice call history plugin patch Marcel, Callhistory

Re: Description of Voice call history plugin patch

2010-09-16 Thread Denis Kenzior
Hi Raji, Design : Plugin uses memory mapped file for high performance input/output operations. File is used as cyclic queue for storing or reading records, it store s 50 records of 78bytes,hence fixed size file of 3916 bytes is used. File's first 16 bytes were used for storing header, and