gateway.setSimPin(configuration.getSimPin());
Service.getInstance().setInboundMessageNotification(incomingService);
Service.getInstance().addGateway(gateway);
Service.getInstance().startService();
reminderJob = new ReminderJob();
reminderJob.start();
startButton.setEnabled(false);
statusLabel.setForeground(Color.BLUE);
statusLabel.setText("Started");
logText.setText(logText.getText() + "\n" + "Server Started ...");