- Joined
- Aug 12, 2013
- Messages
- 2
- Reaction score
- 0
Hello All,
I am working on updating the Linksys.cfg.php module located in /var/www/html/modules/endpoint_configurator/libs/vendors
I am trying to get the daylight savings time code to work. Here is my issue, when i add the following code to the body of the flat-profile:
Then go back to set a phone, all i get is a white page and the config files are not created, and the phone doesn't receive the reset command.
Let me know what you think.
I am working on updating the Linksys.cfg.php module located in /var/www/html/modules/endpoint_configurator/libs/vendors
I am trying to get the daylight savings time code to work. Here is my issue, when i add the following code to the body of the flat-profile:
Code:
<Ignore_DHCP_Time_Offset ua="na">Yes</Ignore_DHCP_Time_Offset>
<Daylight_Saving_Time_Rule ua="na">start=3/8/7/02:0:0;end=11/1/7/02:0:0;save=1</Daylight_Saving_Time_Rule>
Then go back to set a phone, all i get is a white page and the config files are not created, and the phone doesn't receive the reset command.
Let me know what you think.