Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request/Question] carddav2xml without FritzBox #52

Open
Dino0811 opened this issue Sep 16, 2021 · 5 comments
Open

[Request/Question] carddav2xml without FritzBox #52

Dino0811 opened this issue Sep 16, 2021 · 5 comments

Comments

@Dino0811
Copy link

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>
@mokkin
Copy link

mokkin commented Sep 16, 2021

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
Copy link

mokkin commented Sep 16, 2021

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

@andig
Copy link

andig commented Sep 16, 2021

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

@blacksenator
Copy link

blacksenator commented Sep 16, 2021

@Dino0811
Lösung in meinem fork

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

@Dino0811
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants