jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

DLR issue please help

Open boris1971 opened this issue 2 years ago • 4 comments

Hi all, If anyone can help me I need a suggestion, I have to set dlr in jasmin to wait provider result, specifically, I send sms form jasmine to provider, now once jasmin deliver the sms to the provider is creating dlr itself say delivered but this is a fake dlr because it's not waiting the dlr result from provider. How to set jasmin to wait dlr form provider? Thanks for your help Boris

boris1971 avatar May 28 '22 07:05 boris1971

Are you generating your SMS from HTTP API? You can use dlr=yes, dlr-level=2 and other dlr related parameters. Else you can enforce DLR receipt here: https://docs.jasminsms.com/en/latest/interception/index.html?highlight=dlr%20level#enforcing-dlr

However, you will always rely on the truthness of your provider, if they decide to send you fake DLR, Jasmin cannot do much about it.

Carlos314159 avatar May 31 '22 08:05 Carlos314159

@farirat, we miss you here...

agossouvi avatar May 31 '22 08:05 agossouvi

So, am I right that you actually got two DLRs for every PDU? Fake one from upstream provider (instantly) and real one from actual mobile device (when and if reached)?

If you only get the fake one, all you can do is to ask the provider to fix thier stuff, or just switch to another provider.

mexicarne avatar Jul 25 '22 14:07 mexicarne