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

Secondary addon module issue #25

Closed
vaDrn opened this issue Jun 30, 2021 · 4 comments · Fixed by #26
Closed

Secondary addon module issue #25

vaDrn opened this issue Jun 30, 2021 · 4 comments · Fixed by #26
Assignees

Comments

@vaDrn
Copy link

vaDrn commented Jun 30, 2021

SEPXXX.cnf.xml file generated by sccp manager contains only one entry for an addon module.
I tried adding cisco 7960 with two 7914 expansion modules and cisco 7965 with two 7916 modules with same results. Generated .cnf.xml file looks like this:

<addOnModules><addOnModule idx="1"><loadInformation>S00105000400</loadInformation></addOnModule></addOnModules></device>

Everything works without issues if I add second addon module entry manually through text editor:

  <addOnModules>
   <addOnModule idx="1"><loadInformation>S00105000400</loadInformation></addOnModule>
   <addOnModule idx="2"><loadInformation>S00105000400</loadInformation></addOnModule>
  </addOnModules>
</device>

@dkgroot dkgroot assigned dkgroot and steve-lad and unassigned dkgroot Jul 3, 2021
@dkgroot
Copy link
Member

dkgroot commented Jul 3, 2021

Hmm I thought i had already addressed this in one but apparently was only a partial PR
PhantomVl/sccp_manager#105

@steve-lad Should at least give an indication where to look (I hope)

steve-lad added a commit that referenced this issue Jul 6, 2021
Fix incorrect separator and key reference.
steve-lad added a commit that referenced this issue Jul 6, 2021
This reverts commit c1aab66.
steve-lad added a commit that referenced this issue Jul 6, 2021
@steve-lad steve-lad mentioned this issue Jul 6, 2021
steve-lad added a commit that referenced this issue Jul 6, 2021
@steve-lad
Copy link
Collaborator

@vaDrn Please could you verify this fix - the xml in the cnf is not so elegant but should work.
@dkgroot has proposed a separate modification to tidy up the xml

@steve-lad
Copy link
Collaborator

Fixes issue PhantomVl/sccp_manager#104

@vaDrn
Copy link
Author

vaDrn commented Jul 6, 2021

Yes, everything seems to be working fine. Generated cnf file looks correct. @steve-lad HUGE thanks for you work

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

Successfully merging a pull request may close this issue.

3 participants