[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Linphone contacts.



	Hi.

On Sat, Sep 19, 2020 at 06:01:58PM -0700, peter@easthope.ca wrote:
> Hi,
> 
> In Debian 10, linphone contacts are likely stored in 
> ~/.linphone-friends.db. Documentation that I've found doesn't explain.

A quick look at linphone's source reveals that it should be sqlite,
version 3. BTW there's file(1) that could tell you the same:

file -sL ~/.linphone-friends.db


> Can some other application extract the contacts as plain text?

An "application"? Do not know and do not care.
A "program"?
Install sqlite3, point it to your .linphone-friends.db, execute:

select * from friends;

Reco


Reply to: