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/

st...@kannel.org                  s...@tolj.org
-------------------------------------------------------------------

Reply via email to