Index: gw/smppbox.c
===================================================================
--- gw/smppbox.c	(revision 41)
+++ gw/smppbox.c	(working copy)
@@ -1130,6 +1130,7 @@
     }
 
     msg->sms.time = time(NULL);
+    msg->sms.sms_type = mt_push;
 
     return msg;
 
@@ -1284,6 +1285,7 @@
     }
 
     msg->sms.time = time(NULL);
+    msg->sms.sms_type = mt_push;
 
     return msg;
 
