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

Phone with 2 sidecars is configured with only 1 sidecar #104

Open
hboetes opened this issue Feb 13, 2021 · 3 comments · May be fixed by #105
Open

Phone with 2 sidecars is configured with only 1 sidecar #104

hboetes opened this issue Feb 13, 2021 · 3 comments · May be fixed by #105

Comments

@hboetes
Copy link

hboetes commented Feb 13, 2021

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>
dkgroot added a commit to dkgroot/sccp_manager that referenced this issue Feb 16, 2021
@dkgroot dkgroot linked a pull request Feb 16, 2021 that will close this issue
@hboetes
Copy link
Author

hboetes commented Oct 25, 2021

Why isn't this fix applied?

@dkgroot
Copy link
Contributor

dkgroot commented Nov 21, 2021

@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.

@hboetes
Copy link
Author

hboetes commented Nov 21, 2021

awesome! Thanks for the heads-up.

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

Successfully merging a pull request may close this issue.

2 participants