--- smsdaemon/SmsPdu.cpp 2008/06/12 13:32:17 65 +++ smsdaemon/SmsPdu.cpp 2008/06/12 15:16:12 66 @@ -140,7 +140,7 @@ pdu.push_back( 0x01|UDHI ); // first octet -- no timeout pdu.push_back(0x00); // TP-MR message reference pdu.push_back(to.length() ); //length of phone nr - pdu.push_back(0x91); // type of address (international nr + ISDN/telephone range) - else try 0x81 + pdu.push_back(0x81); // type of address (international nr + ISDN/telephone range) - else try 0x81 vector phone = BcdEncode(to); pdu.insert( pdu.end(), phone.begin(), phone.end());