Tool to upload contacts from a GNOME addressbook to an Snom VoIP phone (M300/M700/M900) using the IPPhoneDirectory format (Local Central Directory) (WIP)
Execute and redirect stdout output:
./contacts2phone > Directory.xml
To save directory file locally.
Use this to upload to your IP DECT base directly (if you have curl installed):
./contacts2phone | curl -i -X POST -u <adminuser> -F "Directory=@-" http://<ip address>/UploadFile.html
Replace <adminuser>
and <ip address>
by your local values. Hit return.
Insert your admin password. You should see HTML output telling you the settings were saved.
- objfw-1.x (built with clang)
- glib-2.0
- libedataserver-1.2
- libebook-1.2
- OGObject (latest)
- OGEBook (latest)
Installation for Ubuntu/elementary OS:
sudo apt-get install libglib2.0-dev libedataserver1.2-dev libebook1.2-dev
And from sources (currently).