Page 1 of 1

character altered

Posted: Tue Feb 18, 2020 10:01 am
by htinnyo
I tried to send using other smpp client url to my inetlab smpp server. I found that text ABCD_CDEF has been altered to ABCD§CDEF.

Code: Select all

 string text = data.GetMessageText(serverClient.EncodingMapper);

anything to configure?

Re: character altered

Posted: Tue Feb 18, 2020 4:39 pm
by alt
It seems another smpp client uses ASCII encoding and in Inetlab Sever the same datacoding is with GSM encoding configured.

You can change encoding mapping for connected client. see https://docs.inetlab.com/smpp/v2/articl ... oding.html

Or you can ask another smpp client to send the text in GSM encoding.