Hi All,
here is small typo bugfix.
Otherwise if you get error from SMSC you can't find DLR for this sms.
--
Mit besten Gr��en aus K�ln
Dipl.-Ing.
Alexander Malysh
___________________________________________
Centrium GmbH
Ehrenstra�e 2
50672 K�ln
Fon: +49 (0221) 277 49 150
Fax: +49 (0221) 277 49 109
email: [EMAIL PROTECTED]
web: www.centrium.de
Index: gw/smsc/smsc_smpp.c
===================================================================
RCS file: /home/cvs/gateway/gw/smsc/smsc_smpp.c,v
retrieving revision 1.13
diff -a -u -r1.13 smsc_smpp.c
--- gw/smsc/smsc_smpp.c 16 Oct 2002 11:35:41 -0000 1.13
+++ gw/smsc/smsc_smpp.c 16 Oct 2002 17:35:55 -0000
@@ -794,7 +794,7 @@
dlrmsg->sms.msgdata = reply;
- time(&msg->sms.time);
+ time(&dlrmsg->sms.time);
info(0,"SMPP[%s]: DLR = %s", octstr_get_cstr(smpp->conn->id),
octstr_get_cstr(dlrmsg->sms.dlr_url));