Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <!-- Disable access to the phone's website, & move it off port 80 -->
  2. <httpd httpd.enabled="0" httpd.cfg.port="8080" />
  3.  
  4. <!-- Passwords and Security -->
  5. <sec sec.pwd.length.admin="4" sec.pwd.length.user="4" sec.tagSerialNo="1" />
  6. <device device.auth.localAdminPassword="3435" device.auth.localAdminPassword.set="1" />
  7. <device device.prov.tagSerialNo="1" />
  8.  
  9. <!-- Automatic overnight config checks (improves device security) -->
  10. <prov prov.polling.enabled="1" prov.polling.mode="random" prov.polling.period="86400" prov.polling.time="01:00" prov.polling.timeRandomEnd="05:00" />
  11. <VoIpProt voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1" />
  12.  
  13. <!-- Set Time Zone -->
  14. <device device.lync.timeZone.set="1" />
  15.  
  16. <!-- Disable Call Recording -->
  17. <feature feature.callRecording.enabled="0" />
  18.  
  19. <!-- Power Saving : force "office hours" 24x7 & sleep after 10 minutes -->
  20. <powerSaving powerSaving.enable="1" />
  21. <powerSaving.officeHours powerSaving.officeHours.startHour.monday="0" powerSaving.officeHours.startHour.tuesday="0" powerSaving.officeHours.startHour.wednesday="0" powerSaving.officeHours.startHour.thursday="0" powerSaving.officeHours.startHour.friday="0" powerSaving.officeHours.startHour.saturday="0" powerSaving.officeHours.startHour.sunday="0" />
  22. <powersaving.officeHours.duration powerSaving.officeHours.duration.monday="24" powerSaving.officeHours.duration.tuesday="24" powerSaving.officeHours.duration.wednesday="24" powerSaving.officeHours.duration.thursday="24" powerSaving.officeHours.duration.friday="24" powerSaving.officeHours.duration.saturday="24" powerSaving.officeHours.duration.sunday="24" />
  23. <powerSaving.idleTimeout powerSaving.idleTimeout.officeHours="10" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement