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

How to send flash SMS using node smpp? #67

Closed
vermaslal opened this issue May 26, 2017 · 2 comments
Closed

How to send flash SMS using node smpp? #67

vermaslal opened this issue May 26, 2017 · 2 comments

Comments

@vermaslal
Copy link

Hi,

Is there any idea to send flash SMS using this module?

@ritmas
Copy link
Contributor

ritmas commented May 26, 2017

If SMSC supports that, then yes. Usually it's enough to change message encoding, e.g.:

session.submit_sm({
   // 7bit alphabet
   data_coding: 0xF0
});

@vermaslal
Copy link
Author

Thank you for quick reply. Using data_coding: 0xF0 solved my issue.

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