Added more DLR status codes from SMPP 5

This commit is contained in:
2015-05-01 16:37:34 +02:00
parent 1eb2426c20
commit 11056521d9
2 changed files with 22 additions and 2 deletions
+5 -1
View File
@@ -47,7 +47,11 @@ consts = {
DELIVERED: 2,
EXPIRED: 3,
DELETED: 4,
UNDELIVERABLE: 5
UNDELIVERABLE: 5,
ACCEPTED: 6,
UNKNOWN: 7,
REJECTED: 8,
SKIPPED: 9
},
TON: {
UNKNOWN: 0x00,