in service/src/main/java/org/apache/fineract/cn/notification/service/internal/service/SMSService.java [66:72]
public void init() {
if (getDefaultSMSConfiguration().isPresent()){
configureServiceWithDefaultGateway();
}else{
//Todo: Send an alert on the interface to configure the service
}
}