-
htinnyo
- Posts: 12
- Joined: Mon Feb 03, 2020 3:41 pm
Post
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?
-
alt
- Site Admin
- Posts: 992
- Joined: Tue Apr 25, 2006 9:45 am
Post
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.