You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be an issue in phone.php for ther Cisco 78XX template which prevents the phones from automatically provisioning from the generated file.
Line 38 $this->config_file_replacements['$mac']=strtoupper($this->mac);
Should be
$this->config_file_replacements['$mac']=strtolower($this->mac);
The text was updated successfully, but these errors were encountered:
There appears to be an issue in phone.php for ther Cisco 78XX template which prevents the phones from automatically provisioning from the generated file.
Line 38 $this->config_file_replacements['$mac']=strtoupper($this->mac);
Should be
$this->config_file_replacements['$mac']=strtolower($this->mac);
The text was updated successfully, but these errors were encountered: