Search found 7 matches

by distef01
Mon Mar 28, 2016 11:49 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Greek Text SMS
Replies: 10
Views: 39580

Re: Greek Text SMS

Ok i managed to get it done.
I used encoding as you suggested combined with translation of common letters such a "K" greek to "K" english.
Thank you for your help
by distef01
Wed Mar 16, 2016 11:29 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Greek Text SMS
Replies: 10
Views: 39580

Re: Greek Text SMS

13:28:57: DEBUG: 14: (SmppClient) Sending PDU: SubmitSm, Length: 16, Status: ESME_ROK, Sequence: 131313
13:28:57: TRACE: 14: (SmppSocket) Socket #9008175: Sending data ...
by distef01
Wed Mar 16, 2016 11:21 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Greek Text SMS
Replies: 10
Views: 39580

Re: Greek Text SMS

_client.MapEncoding(DataCodings.Default, new Inetlab.SMPP.Encodings.GSMEncoding);
_client.Submit(sm);
by distef01
Wed Mar 16, 2016 11:15 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Greek Text SMS
Replies: 10
Views: 39580

Re: Greek Text SMS

Hello . Thanks for fast reply.
Try GSM Encoding without 7 bit packing not worked.
I gived it a try with both Latin1 and default
by distef01
Wed Mar 16, 2016 10:48 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Greek Text SMS
Replies: 10
Views: 39580

Re: Greek Text SMS

According to my sms provider i have to use included attachment pdf map
You can get it from
https://drive.google.com/folderview?id= ... sp=sharing
by distef01
Wed Mar 16, 2016 10:39 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Greek Text SMS
Replies: 10
Views: 39580

Re: Greek Text SMS

Hello thanks for reply.
No unfortunately its not working.
If i set to client.MapEncoding(DataCodings.Default, new Inetlab.SMPP.Encodings.GSMPackedEncoding()); then no sms arraives to phone at all
However if i use client.MapEncoding(DataCodings.Latin1, new Inetlab.SMPP.Encodings.GSMPackedEncoding ...
by distef01
Thu Mar 10, 2016 8:28 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Greek Text SMS
Replies: 10
Views: 39580

Greek Text SMS

Hello. Im trying to send sms with greek characters.
According to my provider i should use default encoding.
When im sending English characters everything is ok .
Unfortunately its not seems to be working when sending Greek characters message is unredable.
However message is readable when using ...