I am using kannel 1.2.1, nokia 6310i as smsc, Redhat 8.0 my get-url line in my conf file is http://localhost/kannel/test.php?msisdn=%p&time=%t
test.php
$msisdn =$_GET['msisdn'];
$time = $_GET['time'];
echo(" Your MSISDN is $msisdn and you send a SMS $time")
the time that is echoed is 1967-04-07 10:21:39
the time on the originating phone was 2004-04-10 03:37
the time on the smsc (nokia 6310i) was 2004-04-10 03:37
the time on my server was 2004-04-10 03:38
