--- smsdaemon/GsmModem.cpp 2008/06/10 14:38:59 35 +++ smsdaemon/GsmModem.cpp 2008/06/10 15:34:19 36 @@ -137,6 +137,7 @@ Command(message); Util::Sleep(50); //Give the modem some time to send the sms and be ready again + Common::instance()->smsCounter.outgoing++; } void GsmModem::DeleteSms(std::string smsIndex)