Displaying 1 result from an estimated 1 matches for "schedule_time_end".
2011 Apr 13
4
[OT] Yealink Phones
...Auto Provision
	[ autoprovision ]
	path = /config/Setting/autop.cfg
	server_address = http://192.168.1.13/yealink
	[ autop_mode ]
	path = /config/Setting/autop.cfg
	# Mode 7 = at Power On and Weekly
	mode = 7
	#       Sunday between 0100 and 0500
	schedule_dayofweek=0
	schedule_time = 01:00
	schedule_time_end = 05:00
	#
Re non-web based access.  Obviously the config files are on your
DHCP/Apache/Asterisk server so you can edit them however you like.
You can also enable telnet access to the phones with a 'hidden'
config option of:-
	#
	[ telnet ]
	path=/config/Network/Network.cfg
	telnet_enab...