jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

DLR for SMS with more than one segment

Open Herneto opened this issue 1 year ago • 3 comments

Fixes

#1136

Description

I was experiencing the issue #1136 where I didn't receive trought HTTP the SMSC's DLR for sms with more than one segment.

It was happening because it always expect the SMSC's DLR for the first pdu what works for sms with one segment.

I just fixed so that SMSC's DLR is expected for the first pdu for sms with one segment and expected for the last pdu for sms with more than one segment.

Herneto avatar Nov 19 '23 15:11 Herneto

Hello @Herneto Am running CI tests and let's hope this would pass them.

farirat avatar Nov 23 '23 18:11 farirat

Hey @Herneto please take a look to the failed tests.

farirat avatar Nov 23 '23 19:11 farirat

Hi, @Herneto Just rollback https://github.com/Herneto/jasmin/blob/6eb0f0cbcb4e4f3126b54005dc963b6247da6015/jasmin/managers/listeners.py#L393 I think it will pass then

BlackOrder avatar Dec 31 '23 09:12 BlackOrder