Hi Moses, 1. Are you on Live Server ? 2. Are the sms comming to short or long code & if so, they are received by ur bearbox from smsc & forwarded to smsbox right ? 3. Are you storing the sms from php file to db ???? 4. In db ur having issue regarding french characters right ???
*Rajeev Krishna* Operations Manager Krishnas Software Technologies www.krishnasoft.in mobile :+91 888 5815 888 Sales :+91 888 5813 888 Support :+91 888 5817 888 *Rajeev Krishna* Operations Manager Krishnas Software Technologies www.krishnasoft.in mobile :+91 888 5815 888 Sales :+91 888 5813 888 Support :+91 888 5817 888 On Thu, Oct 30, 2014 at 1:36 AM, MOSES KARIUKI <kariuk...@gmail.com> wrote: > Hi All, > > I am having problems receiving French characters from smsc. Messages > received are processed by smsbox and stored to db via a php script called > receivesms.php. > > This is my config: > > group = smsbox > bearerbox-host = localhost > sendsms-port = 13013 > #global-sender = 13013 > smsbox-id = box1 > log-file = "/var/log/kannel/smsbox.log" > log-level = 0 > mo-recode=true > > group = smsc > smsc = smpp > smsc-id = chaitel > alt-charset = utf-8 > > in my receivesms.php which receives messages from smsbox, I am doing > urldecode($SMSTEXT) > > But when the mobile sends déjà, I get "D?j?" in the db. The db and its > tables are UTF-8 encoded. > > Pliz assist. > Thanks, > Moses >