RE: How to Set Data coding scheme to Latin1 (ISO-8859-1)

2019-04-11 Thread Davor Spasoski
Hi Manas,

Per the SMPP and GSM 03.38 standard, you have the following data codings (DCS):
0 – default SMSC alphabet
1 – ASCII
2 – 8 – bit binary
3 – Latin 1
4 – 8 – bit binary
5 – JIS
6 – Cyrillic
7 – Latin/Hebrew
8 – UCS-2
9 – Program Encoding
10 – Music codes
13 -  Extended Kanji
14 – KS C 5601

So, you have two options 3 or 0 if they’ve set the default SMSC alphabet to 
Latin1. But the problem is kannel does not allow you to set dcs specifically 
plus is using gsm alphabet upstream as default (unless otherwise noted in the 
alt-charset parameter)

So, my guess is try changing alt-charset to latin1 which would probably still 
result in dcs=0 but hopefully that’s what the SMSC expects or try coding=2 and 
encode your payload in hex representation of latin1 characters.


Davor Spasoski

From: users  On Behalf Of Manas Mohanty
Sent: Thursday, April 11, 2019 1:42 PM
To: kannel users@kannel.org 
Subject: How to Set Data coding scheme to Latin1 (ISO-8859-1)

Hi,
Our upstream carrier wants us to send message with text encoding in 
Latin1(ISO-8859-1).
Please help me to set DCS set to Latin1 (ISO-8859-1) in kannel.



Disclaimer: one.Vip DOOEL Skopje
This e-mail (including any attachments) is confidential and may be protected by 
legal privilege. If you are not the intended recipient, you should not copy it, 
re-transmit it, use it or disclose its contents, but should return it to the 
sender immediately and delete your copy from your system. Any unauthorized use 
or dissemination of this message in whole or in part is strictly prohibited. 
Please note that e-mails are susceptible to change. one.Vip DOOEL Skopje shall 
not be liable for the improper or incomplete transmission of the information 
contained in this communication nor for any delay in its receipt or damage to 
your system.
Please, do not print this e-mail unless it is necessary! Think about saving the 
environment!

Напомена: оне.Вип ДООЕЛ Скопје
Оваа електронска порака (вклучувајќи ги и прилозите) е доверлива и може да биде 
заштитена со правни привилегии. Доколку не сте лицето на кое таа му е наменета 
пораката, не треба да ја копирате, дистрибуирате или да ја откривате нејзината 
содржина, туку веднаш да ја препратите до испраќачот и да ја избришете 
оригиналната порака и сите нејзини копии од Вашиот компјутерски систем. Секое 
неовластено користење на оваа порака во целост или делови од истата е строго 
забрането. Ве молиме да забележите дека електронските пораки се подложни на 
промени. оне.Вип ДООЕЛ Скопје не презема одговорност за несоодветно или 
нецелосно пренесување на информациите содржани во оваа комуникација, ниту пак 
за било какво задоцнување на приемот или оштетувања на вашиот систем.
Ве молиме не ја печатете оваа порака освен ако не е неопходно! Зачувајте ја 
природата!


Re: How to Set Data coding scheme to Latin1 (ISO-8859-1)

2019-04-11 Thread Web Services
add value in alt-charset in smsc config

On Thu, Apr 11, 2019 at 5:13 PM Manas Mohanty 
wrote:

> Hi,
> Our upstream carrier wants us to send message with text encoding in
> Latin1(ISO-8859-1).
> Please help me to set DCS set to Latin1 (ISO-8859-1) in kannel.
>


How to Set Data coding scheme to Latin1 (ISO-8859-1)

2019-04-11 Thread Manas Mohanty
Hi,
Our upstream carrier wants us to send message with text encoding in
Latin1(ISO-8859-1).
Please help me to set DCS set to Latin1 (ISO-8859-1) in kannel.