Fixed issue with TLV starting with a NULL byte that follows directly upon a short_message

This commit is contained in:
2015-05-03 18:33:02 +02:00
parent 6fa1bd319f
commit e361ff775f
4 changed files with 70 additions and 9 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ Example code below:
});
// Oh, the sms sender wants a dlr (delivery report), send it!
if (sms.dlrRequested === true) {
if (sms.dlr === true) {
serverSession.sendDlr(sms);
// To send a negative delivery report do: