[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linphone-users] Import phonebook
From: |
Rob van der Putten |
Subject: |
Re: [Linphone-users] Import phonebook |
Date: |
Fri, 4 Nov 2022 18:00:17 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 |
Hi there
On 03/11/2022 20:00, Rob van der Putten via Linphone-users wrote:
How do I import a phone book in Linphone?
I tried sqlite3, but that doesn't work. In fact, if convert to text
(friends.sql) and then back to binary (friends.db), I get a file that I
can browse, but if I click the call icon nothing happens.
It's almost as if friends.db appears to be sqlite3 but isn't.
Importing in a existing friends.db does work, provided that;
There is at least one entry already in the contacts database.
You don't enter record Ids but let sqlite3 do that for you.
Make sure sqlite_sequence matches the number of entries.
More here;
http://www.sput.nl/software/homebrew/linphone/
Regards,
Rob