Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pusateri opened this issue Aug 2, 2019 · 1 comment
Open

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

pusateri opened this issue Aug 2, 2019 · 1 comment

Comments

@pusateri
Copy link

pusateri commented Aug 2, 2019

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>
@pusateri pusateri changed the title 7970 driver has parse error on firmware 8-5-4S Cisco 7970 driver has parse error on firmware 8-5-4S Aug 2, 2019
@pusateri
Copy link
Author

pusateri commented Aug 2, 2019

<name>{$server.ip.1}</name>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant