Need some help with internal code in kannel
Saeed Ashour <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Greetings, I want to send arabic sms through kannel, And my provider request me to send data_codign = 0x8 so I changed the value of pdu->u.submit_sm.data_coding = 0x8; in smsc_smpp.c file & recompile the kannel after this changes I changed the alt_charset vlaue in kannel.conf to UTF-16BE or UCS-2 but the message encoding still utf-8 so how can enforce kannel to use UCS-2 encodigg & keep the submitted data_coding=8 .