carddav2fb icon indicating copy to clipboard operation
carddav2fb copied to clipboard

[Request/Question] carddav2xml without FritzBox

Open Dino0811 opened this issue 2 years ago • 5 comments

Is it possible to use the script without fritzbox?

I want to export my Nextcloud-adressbook to an xml-file, to use it as an remote-phonebook foy my Yealink-Ip-phone.

So, is it possible to use / modify the script to:

  • export .xml from carddav
  • upload to an ftp?

[example.xml]

<DirectoryEntry>
    <Name>Chris Wild</Name>
    <Telephone>5053</Telephone>
    <Telephone>5553</Telephone>
</DirectoryEntry>

<DirectoryEntry>
    <Name>Door Intercom</Name>
    <Telephone>sip:[email protected]</Telephone>
</DirectoryEntry>

<DirectoryEntry>
    <Name>Provu</Name>
    <Telephone>01484840048</Telephone>
</DirectoryEntry>

Dino0811 avatar Sep 16 '21 10:09 Dino0811

This sounds like an interesting attempt. We used before the fritzbox as a registrar, but are now using SNOM phones directly connected to a provider based PBX, of course without CardDAV functionality.

If there would be an option to generate a XML suitable for Snom as well this would be great.

mokkin avatar Sep 16 '21 11:09 mokkin

Maybe the "main" forkers @andig or @blacksenator have an idea about this.

mokkin avatar Sep 16 '21 11:09 mokkin

The first part should already be possible with my fork as it can run the steps individually

andig avatar Sep 16 '21 15:09 andig

@Dino0811 Lösung in meinem fork

Alle weitere Diskussion um evtl. Anpassungen/Fehler sollten wir dann dort führen

blacksenator avatar Sep 16 '21 20:09 blacksenator

@blacksenator , super! das werde ich mir ansehen und testen - besten dank!

Dino0811 avatar Sep 20 '21 07:09 Dino0811