Good Day
I have worked so much to figure out where am i getting wrong with playsms with kannel i have changed the encoding so many times in my configuration to UTF-8 ,IS0 8859-1 but everytime i send spnish characters they are being delivered in Chinese.Can someone assist me please.
I have changed the kannel/fn.php ais suggested in the forum
if ($unicode) $unicode = core_detect_unicode($sms_msg);
if ($unicode) {
if (function_exists('mb_convert_encoding')) {
$sms_msg = mb_convert_encoding($sms_msg, "UTF-8", "auto");
$URL .= "&charset=UTF-16BE";
}
$URL .= "&coding=2";
}
Also below is my kannel smsc config:
group = smsc
smsc = smpp
smsc-id = SMSC01
smsc-admin-id = SMSCadmin
host = 10.140.2.6
port = 5019
smsc-username = USSD01
smsc-password = MalUss01
system-type = SMPP
transceiver-mode = true
enquire-link-interval=30
reconnect-delay=10
alt-charset = UTF-8
interface-version=34