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

Deliver SM is not sent to SMPP connection #1236

Open
ggoggg opened this issue Oct 24, 2024 · 7 comments
Open

Deliver SM is not sent to SMPP connection #1236

ggoggg opened this issue Oct 24, 2024 · 7 comments

Comments

@ggoggg
Copy link

ggoggg commented Oct 24, 2024

Hello,
Have this error in log, jasmin version 0.11.1
2024-10-25 02:01:11 ERROR 4206 (<class 'AttributeError'>) while handling submit_sm_resp pdu for msgid:91e90f26-d5b4-46b5-ac67-b07ffd7cd713: 'SubmitSM' object has no attribute 'response'

Because of this Deliver SM was not sent to SMPP connection

Fond errors in "managers/listener.py" line 390 and 393

line 390: instead of
dlr = DLR(pdu_type=_pdu.response.id, msgid=msgid, status=_pdu.response.status,
smpp_msgid=_pdu.response.params['message_id'])

should be
dlr = DLR(pdu_type=r.response.id, msgid=msgid, status=r.response.status,
smpp_msgid=r.response.params['message_id'])

line 393 : instead of
dlr = DLR(pdu_type=_pdu.response.id, msgid=msgid, status=_pdu.response.status)
should be
dlr = DLR(pdu_type=r.response.id, msgid=msgid, status=r.response.status)

@tarikogut
Copy link

tarikogut commented Oct 24, 2024 via email

@ggoggg
Copy link
Author

ggoggg commented Oct 24, 2024

installed with pip in venv

@IcecellMVNO
Copy link

are you using magticom ?

@ggoggg
Copy link
Author

ggoggg commented Oct 24, 2024

yes, does it makes any difference?

@IcecellMVNO
Copy link

pip install jasmin==0.11.0

@ggoggg
Copy link
Author

ggoggg commented Oct 24, 2024 via email

@IcecellMVNO
Copy link

im living tblisi im icecell mvno owner :) and your name :)

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