in service/src/main/java/org/apache/fineract/cn/notification/service/internal/service/NotificationService.java [68:71]
public int sendSMS(String receiver, String template) {
if (!this.smsService.isConfigured) this.smsService.configureServiceWithDefaultGateway();
return this.smsService.sendSMS(receiver, template);
}