We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
Provisioner/endpoint/cisco/sip797xG/SEP$mac.cnf.xml
Line 25 in 4524c76
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: