Receive SMS repeatedly from SMPP client

Receive SMS repeatedly from SMPP client SearchSearch
Author Message
Khanh Pham
New member
Username: Pnk087

Post Number: 1
Registered: 03-2007
Posted on Tuesday, March 27, 2007 - 05:52 am:   

Hi,

I set up a GSM SMSC and created a SMPP account so that the SMPP client (my application) can receive SMS which received over the GSM modem.
I can receive message route from NowSMS to SMPP client but the problem is SMPP client receive message repeatedly (i sent only one message to gsm modem SIM card number but i receive that message many times from SMPP client).
Why this happen ? And how to fix this problem ?

Thanks,

Khanh
Khanh Pham
New member
Username: Pnk087

Post Number: 2
Registered: 03-2007
Posted on Thursday, March 29, 2007 - 04:25 am:   

I have fixed this bug. The reason comes from my SMPP client. After receive deliver_sm, SMPP client needs to send response deliver_sm_resp back to SMSC so that it knows that message has been delivered.
Khanh Pham
New member
Username: Pnk087

Post Number: 3
Registered: 03-2007
Posted on Thursday, March 29, 2007 - 04:28 am:   

I have fixed this bug. The reason comes from my SMPP client. After receive deliver_sm, SMPP client needs to send response deliver_sm_resp back to SMSC so that it knows that message has been delivered.