Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello


I use Ozeki ng to send sms through database user.

The problem: After sending the sms, its status will not be "delivered".

It remains "sent" despite the delivery reports arrive through the service provider connection.

I followed this setup guide carefully, I installed the database user again and again, but the problem is still alive.


Please, help me!!!!


Nakul
Posted
Comments
CHill60 3-Feb-15 5:24am    
What statement did you use for the "Delivered" section?

1 solution

Hello Nakul,

I have an idea that may helps you. In my opinion the „delivered” status does not appear in your database, because the match of returning delivery reports is probably switched out for the originally sent SMS.

You can setup the match this way:

1. Launch your SMS gateway
2. Click on Edit / Server preferences
3. Search the Advanced tab
4. Switch on the "Match delivery reports to original messages" checkbox

Thereafter the returning DLR will be matched to the original SMS, and the Database user also updates the status from „sent” to „delivered”.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900