PhantomVl / sccp_manager

SCCP Manager
35 stars 19 forks source link

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

Open hboetes opened 3 years ago

hboetes commented 3 years ago

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>
hboetes commented 2 years ago

Why isn't this fix applied?

dkgroot commented 2 years ago

@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 commented 2 years ago

awesome! Thanks for the heads-up.