Added more DLR status codes from SMPP 5
This commit is contained in:
+5
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user