Skip to content

Cisco 7970 driver has parse error on firmware 8-5-4S #243

@pusateri

Description

@pusateri

the $preferredCodec seems to get filled in with none with is not valid and there's a duplicate preferredCodec line that is always none.

Changing the template fixes the problem for me:

# diff SEP\$mac.cnf.xml.orig SEP\$mac.cnf.xml
25c25
<                  <name>{$server.ip.1}</name>
---
>                  <processNodeName>{$server.ip.1}</processNodeName>
84c84
<      <preferredCodec>{$preferredcodec}</preferredCodec>
---
>      <preferredCodec>g711u</preferredCodec>
126d125
<      <preferredCodec>none</preferredCodec>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions