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

Need help with other smpp library (encoding problem while receiving messages) #78

Open
mukhammad-akilov opened this issue Sep 4, 2018 · 3 comments

Comments

@mukhammad-akilov
Copy link

I use node-smpp library and I have problems with it.

When I receive a message that has more than 160 latin characters, then the message is divided into parts and instead of letters I accept some characters. For example:
short_message: { udh: <Buffer 05 00 03 4c 02 01>, message: ' nPXNO ePzÅ\n o9ΘDG ÆT ä ù A w \r Asxy 6 Agy Å 0\u001bD. 4 . ΘDG A w $ dP \r eΔ L& s=ö. Ae< & gΔ \r vΘ vY ß ' } }

@fiorix
Copy link
Owner

fiorix commented Sep 5, 2018

Not sure what you're asking for. Help with node-smpp? I have no idea.

@YourksChan
Copy link

How do you receive callbacks?

@fiorix
Copy link
Owner

fiorix commented Oct 3, 2019

You create a receiver with a handler, e.g. https://github.com/fiorix/go-smpp/blob/master/smpp/receiver_test.go#L23

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