character altered

Post Reply
htinnyo
Posts: 12
Joined: Mon Feb 03, 2020 3:41 pm

character altered

Post by htinnyo » Tue Feb 18, 2020 10:01 am

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?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: character altered

Post by alt » Tue Feb 18, 2020 4:39 pm

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.
Post Reply