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

SMPP -Command status 3 #223

Open
sarathsr-olt opened this issue Dec 11, 2022 · 1 comment
Open

SMPP -Command status 3 #223

sarathsr-olt opened this issue Dec 11, 2022 · 1 comment

Comments

@sarathsr-olt
Copy link

Hi Team,
I am using node-smpp for sending SMS. It was working fine. But suddenly I am not able to send SMS through my account. Now I am getting the following PDU response if I send an SMS through my account.

[PDU {
command_length: 17,
command_id: 2147483652,
command_status: 3,
sequence_number: 2,
command: 'submit_sm_resp',
message_id: ''
}]

Do you guys have any idea what's the issue and how to fix this?.

@juliangut
Copy link
Collaborator

You are receiving command_status 3, meaning Invalid Command Id (https://smpp.org/SMPP_v5.pdf)

Ask the other side of the connection why they are not recognizing command id 0x00000004 (submit_sm) even when they are returning the response on a correct submit_sm_resp

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

2 participants