snom-provisioning

SNOM Phone provisioning
git clone http://git.code.weiherhei.de/snom-provisioning.git
Log | Files | Refs | README

devices.yml (717B)


      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