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

makeTransition: DeliverSmID and not DeliverSmRespID for sending from SMSC #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

goten4
Copy link

@goten4 goten4 commented Jun 9, 2020

Fixes #10

@freedom9527
Copy link

Fixes #10
Hi, @ajankovic
I had same a problem, Could you merge this commit to master branch?

@@ -510,7 +510,7 @@ func (sess *Session) makeTransition(ID pdu.CommandID, received bool) error {
switch ID {
case pdu.UnbindID:
return sess.setState(StateUnbinding)
case pdu.SubmitSmRespID, pdu.SubmitMultiRespID, pdu.DataSmID, pdu.DataSmRespID, pdu.DeliverSmRespID,
case pdu.SubmitSmRespID, pdu.SubmitMultiRespID, pdu.DataSmID, pdu.DataSmRespID, pdu.DeliverSmID,
pdu.QuerySmRespID, pdu.CancelSmRespID, pdu.AlertNotificationID, pdu.ReplaceSmRespID, pdu.EnquireLinkID, pdu.EnquireLinkRespID,
pdu.GenericNackID:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can anybody help how to trigger deliversm towards client

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -510,7 +510,7 @@ func (sess *Session) makeTransition(ID pdu.CommandID, received bool) error {
switch ID {
case pdu.UnbindID:
return sess.setState(StateUnbinding)
case pdu.SubmitSmRespID, pdu.SubmitMultiRespID, pdu.DataSmID, pdu.DataSmRespID, pdu.DeliverSmRespID,
case pdu.SubmitSmRespID, pdu.SubmitMultiRespID, pdu.DataSmID, pdu.DataSmRespID, pdu.DeliverSmID,
pdu.QuerySmRespID, pdu.CancelSmRespID, pdu.AlertNotificationID, pdu.ReplaceSmRespID, pdu.EnquireLinkID, pdu.EnquireLinkRespID,
pdu.GenericNackID:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

In SMPP server mode (SMS-C) makeTransition prevent to send DeliverSM
4 participants