PATCH: Small bug with DLRs
Ben Suffolk <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Just noticed that when the SMSC rejects a message at submission the dlr was set to 22 (0x16) not 16 (0x10). Just a bad define in the header file. Regards Ben
dlr_smsc_fail.patch
(application/octet-stream, 245 B)
Index: gw/dlr.h =================================================================== RCS file: /home/cvs/gateway/gw/dlr.h,v retrieving revision 1.22 diff -r1.22 dlr.h 75c75 < #define DLR_SMSC_FAIL 0x16 --- > #define DLR_SMSC_FAIL 0x10