Skip to content

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

Open
goten4 wants to merge 1 commit intoajankovic:masterfrom
goten4:issue#10
Open

makeTransition: DeliverSmID and not DeliverSmRespID for sending from SMSC#11
goten4 wants to merge 1 commit intoajankovic:masterfrom
goten4:issue#10

Conversation

@goten4
Copy link
Copy Markdown

@goten4 goten4 commented Jun 9, 2020

Fixes #10

@freedom9527
Copy link
Copy Markdown

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

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:
Copy link
Copy Markdown

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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:
Copy link
Copy Markdown

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