String cdrBaseFileName = cdrSettings.getCdrFileDir() + File.separator +
cdrSettings.getCdrFileName();
this.cdrWriter.setFileName(cdrBaseFileName);
this.cdrWriter.setChannelSettings(channelSettings);
NotificationWriterFormat notWriterFormat =
cdrSettings.getNotificationWriterFormat();
if(notWriterFormat == NotificationWriterFormat.DAILY) {
this.notificationWriter =
new DailyNotificationWriter(cdrSettings, smppSettings);
} else if (notWriterFormat == NotificationWriterFormat.HOURLY) {