How do I get the MO message to decode correctly to log the text in the sent_sms table of the mysql database.
Currently it logs all commas (,) as %2C I am running kannel svn-r4985 with centos 6.3 hostname = SmsTracking uname -m = i686 uname -r = 2.6.32-279.2.1.el6.i686 uname -s = Linux uname -v = #1 SMP Thu Jul 19 23:10:02 UTC 2012 The data should be logged in database as *001f2c07*19.936398,E,75.160046,N,0.04,119.15*280109,122306.000** Yet it is being logged as this making the comma %2C *001f2c07*19.936398%2CE%2C75.160046%2CN%2C0.04%2C119.15*280109%2C122306.000* *+ If I run http://localhost/dlr.php?user=root <http://localhost/dlr.php?user=root&passwd=hostin&to=%25p&message=%25a> &passwd=hostin&to=%p&message=%a from the kannel machine it returns a whole page of data But nothing to me that would show why it is decoding different. Nor why all messages do not log in database. If I send message from smsc to kannel (via smpp) I am getting only 1 in 3 messages logged. Currently I am looking at the text decoding issue then will Address the lack of messages being logged. I want to take one issue at a time. Clay
