--- smsdaemon/GsmModem.cpp 2008/06/10 13:29:19 34 +++ smsdaemon/GsmModem.cpp 2008/06/11 10:21:47 49 @@ -135,8 +135,11 @@ message.append("\032"); // \032 == Ctrl+Z - Command(message); + Command( message.substr(0,160) ); //In textmode limit to 160 bytes + + 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)