Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dlr_msgid parameter Updated seems not be considered by DLRthrower #1034

Open
jaur-jaur opened this issue Mar 3, 2022 · 6 comments
Open

dlr_msgid parameter Updated seems not be considered by DLRthrower #1034

jaur-jaur opened this issue Mar 3, 2022 · 6 comments

Comments

@jaur-jaur
Copy link

jaur-jaur commented Mar 3, 2022

According to the doc, when received DLR and faced to an issue of message id encoding, you need to change the dlr_msgid parameter in the related connector link.
So after changed dlr_msgid from 1 to 0, I would expect another output but it seems not have changed because
the smpp-msgid still encoded in decimal as dlr_msgid=0.

--messages.log--
tail -f /var/log/jasmin/messages.log
2022-03-03 17:41:13 INFO 1984993 SMS-MT [cid:Net4-bf] [queue-msgid:9d9e69eb-52a7-4a4d-a380-8bce7c11f4cd] [smpp-msgid:b'39f99dd5'] [status:CommandStatus.ESME_ROK] [prio:0] [dlr:RegisteredDeliveryReceipt.SMSC_DELIVERY_RECEIPT_REQUESTED] [validity:none] [from:b'Net4w'] [to:b'22678000198'] [content:b'G-** : votre code de validation Google est 11241']

--dlr---
tail -f /var/log/jasmin/dlrlookupd-messages.log
2022-03-03 17:41:14 ERROR 1984995 [msgid:972660181] (retrials: 1/2) DLRMapNotFound: Got a DLR for an unknown message id: 0972660181 (coded:972660181)
2022-03-03 17:41:24 ERROR 1984995 [msgid:972660181] (final) DLRMapNotFound: Got a DLR for an unknown message id: 0972660181 (coded:972660181)

Please Could anyone explain me what it's wrong ?

@farirat
Copy link
Contributor

farirat commented Mar 4, 2022

if you get hexadecimal msgid in submit (SMS-MT) and decimal msgid in dlr then your dlr_msgid must be set to 1.

@jaur-jaur
Copy link
Author

After setting dlr_mdgid to 1. I got the same issue.

2022-03-06 16:30:42 ERROR 1984995 [msgid:3BE58D07] (retrials: 1/2) DLRMapNotFound: Got a DLR for an unknown message id: 1004899591 (coded:3BE58D07)
2022-03-06 16:30:52 ERROR 1984995 [msgid:3BE58D07] (final) DLRMapNotFound: Got a DLR for an unknown message id: 1004899591 (coded:3BE58D07)

@farirat
Copy link
Contributor

farirat commented Mar 7, 2022

What jasmin version is this ? is it possible to take access to your env and debug this issue ? If yes, then plz raise a ticket to [email protected] and i'll take from there.

@jaur-jaur
Copy link
Author

It is the latest 0.10.9 v.
Is this a jasmin issue as you want to deal with it ?

@farirat
Copy link
Contributor

farirat commented Mar 8, 2022

i guess no ..

@hadpro24
Copy link

hadpro24 commented Aug 3, 2023

@jaur-jaur do you find solution for that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants