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
I have a 7965 phone with 2 sidecars and the XML generated for this phone looks like this:
<addOnModules> <addOnModule idx="1"><loadInformation>B016-1-0-4-2</loadInformation></addOnModule> </addOnModules>
With help from @dkgroot we figured out it should look like:
<addOnModules> <addOnModule idx="1"><loadInformation>B016-1-0-4-2</loadInformation></addOnModule> <addOnModule idx="2"><loadInformation>B016-1-0-4-2</loadInformation></addOnModule> </addOnModules>
The text was updated successfully, but these errors were encountered:
Fix: addon xml generation
448dddf
Fixes: PhantomVl#104 Signed-off-by: dkgroot <[email protected]>
Why isn't this fix applied?
Sorry, something went wrong.
@hboetes We moved the repo over to https://github.com/chan-sccp/sccp_manager during Alex's leave of absence. The above ought to have been applied there.
awesome! Thanks for the heads-up.
Successfully merging a pull request may close this issue.
I have a 7965 phone with 2 sidecars and the XML generated for this phone looks like this:
With help from @dkgroot we figured out it should look like:
The text was updated successfully, but these errors were encountered: