File README.md

Last commit: Sat Apr 18 04:10:47 2020 +0200	Jan Dankert	New: Provision identities, better phonebook entrys, more phone settings.
1 # SNOM Phone provisioning 2 3 Snom phones can be provisioned by a custom settings url. 4 5 This script is able to provision 6 - the network configuration 7 - identities 8 - phonebook 9 10 The phones are configured in a simple YAML file. 11 12 ## Provision phonebook 13 The phonebook is read from a CSV file. The CSV file format is the google contacs CSV file format. So you can provision your phonebook with your google contacts. 14 15 Provisioning of user accounts is not implemented yet, but planned ;) 16 17 ## Install 18 - Copy this application to a webserver with PHP 7 19 - Customize the `devices.yml` 20 - Call the start page in your browser 21 - Copy the settings url and paste it in the web interface of your snom phones under _advanced_ - _update_. 22 - Restart the phone
Download README.md
History Sat, 18 Apr 2020 04:10:47 +0200 Jan Dankert New: Provision identities, better phonebook entrys, more phone settings. Thu, 16 Apr 2020 01:03:32 +0200 Jan Dankert Initial commit of the first version. The base functionality is working :)