kalkun-sms / Kalkun

Open Source Web based SMS Manager
https://kalkun.sourceforge.io/
GNU General Public License v2.0
210 stars 131 forks source link

Not working Delivery report #483

Closed trajectoryspb closed 1 year ago

trajectoryspb commented 1 year ago

Describe the bug Hello! We have trouble with delivery reports. Delivery reports does not appears in Kalkun interface, but in Gammu log (gammu-smsd) it exist. Column DeliveryDateTime.sentitems in DB backend always is NULL while incoming SMS works fine. Status : Sending successful - Awaiting report

Screenshots image (238)

Browser, kalkun setup, database setup..: Please open the "about" screen of kalkun and copy/paste the information. To open the about screen, go to the dashboard and at the bottom right click on the version of kalkun, right after "Powered by..."

tenzap commented 1 year ago

This table is filled by gammu/smsd, so the problem is more likely to be tha programme rather than in kalkun. We use the field "Status" of table "sentitems" to output the status.

So if in the database you have "SendingOK" then it is expected kalkun outputs Status : Sent, waiting for report

Here is the place where the label is rendered based on the value on that field https://github.com/kalkun-sms/Kalkun/blob/v0.8.0/application/helpers/kalkun_helper.php#L146

tenzap commented 1 year ago

Closing for now. Please reopen if still relevant.