Re: ASCI (ANSI X 3.4) IA5 SMPP data coding

Stipe Tolj <[email protected]> Thu, 25 Jun 2020 13:24:09 +0200
Newsgroups gmane.comp.mobile.kannel.user
Organization Kannel Foundation
Message-ID <[email protected]>
Am 24.06.20, 13:04, schrieb ahmed qadeer:
> Dear Team,
>
> Please let me know if we can send use ASCI (ANSI X 3.4) IA5 SMPP data
> coding in kannel 1.5
>
> Operator has asked to use this data coding instead of 8 bit octet stream

Kannel will use GSM 03.38 (aka GSM 7bit) for submit_sm.data_coding = 
0x00 (aka SMSC default alphabet).

Now, there are 2 options:

a) they want you to send ASCII encoding with data_coding = 0x00, because 
their default alphabet is ASACII, then you can set

   group = smsc
   smsc = smpp
   ...
   alt-charset = ASCII

b) they want you to send ASCII encoding with data_coding = 0x01, then 
you need to indicate to Kannel via the corresponding meta-data part of 
the sendsms HTTP API that you want to trigger that, which is then send as

 
http://..../..?to=xx&from=yy&text=zzz&meta-data=URLENCODE(?smpp?data_coding=1)

Stipe

-- 
Best Regards,
Stipe Tolj

-------------------------------------------------------------------
Düsseldorf, NRW, Germany

Kannel Foundation                 tolj.org system architecture
http://www.kannel.org/            http://www.tolj.org/

[email protected]                  [email protected]
-------------------------------------------------------------------