Skip to content

Commit 9b7cb0f

Browse files
agafoxagafox
authored andcommitted
Sdr Service configuration
1 parent 88e83d1 commit 9b7cb0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • restcomm/restcomm.application/src/main/java/org/restcomm/connect/application

restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public UntypedActor create() throws Exception {
245245
}
246246

247247
private ActorRef sdrService(final Configuration configuration, final ClassLoader loader) throws Exception {
248-
final String className = configuration.getString("sdr-service[@class]");
248+
final String className = configuration.subset("runtime-settings").getString("sdr-service[@class]");
249249
if (className != null) {
250250
final Props props = new Props(new UntypedActorFactory() {
251251
@Override

0 commit comments

Comments
 (0)