Skip to content

Cisco 78XX Family MAC incorrect case #248

@mrtechguyau

Description

@mrtechguyau

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions