File devices.yml
Last commit: Sat Apr 18 04:10:47 2020 +0200 Jan Dankert New: Provision identities, better phonebook entrys, more phone settings.
1 # Configuration of your infrastructure and your SIP phones. 2 system: 3 proxy: "192.168.0.1" # This should be the IP of your router 4 language: "Deutsch" 5 timezone: "GER+1" 6 ip: "" 7 dhcp: true 8 gateway: 192.168.0.1 9 netmask: 255.255.255.0 10 domain: "domain" 11 admin: 12 user: root 13 password: yourpassword 14 # Accounts 15 # not implemented yet :( 16 accounts: 17 alice: 18 label: Alice 19 user: sip8765 20 password: gfs3w45uhg 21 bob: 22 password: o985u4tioe 23 # Your devices 24 devices: 25 - type: snom821 26 host: hostnameofphone 27 ip: 192.168.0.101 28 dhcp: false 29 mac: 00:03:1E:4A:3F:BF 30 users: 31 - alice 32 phonebook: 33 # The phonebook should be a export file from contacts.google.com 34 file: phonebook.csv
Downloaddevices.yml
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 :)