Skip to content

Commit

Permalink
Revert "Preliminar structure to download Dialogic libraries for XMS a…
Browse files Browse the repository at this point in the history
…t runtime. Issue #2384."

This reverts commit a34366e.
  • Loading branch information
ghjansen committed Aug 18, 2017
1 parent 5e34824 commit 66f0de2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 67 deletions.
Binary file added restcomm/configuration/dlgcsmiltypes-4.1.429.jar
Binary file not shown.
Binary file added restcomm/configuration/dlgmsc-5.0-alpha.jar
Binary file not shown.
Binary file added restcomm/configuration/msmltypes-4.1.429.jar
Binary file not shown.
Expand Up @@ -340,11 +340,6 @@ public void servletInitialized(SipServletContextEvent event) {
}
context.setAttribute(MediaServerControllerFactory.class.getName(), mscontrollerFactory);

String compatibility = xml.subset("mscontrol").getString("compatibility", "rms");
if(compatibility.equals("xms")){
//TODO call ExternalResourceFetcher to download Dialogic libraries
}

Boolean rvdMigrationEnabled = new Boolean(xml.subset("runtime-settings").getString("rvd-workspace-migration-enabled", "false"));
if (rvdMigrationEnabled) {
//Replicate RVD Projects as database entities
Expand Down

This file was deleted.

0 comments on commit 66f0de2

Please sign in to comment.