Kannel not wrong, but the sendota.php is wrong(if use php3)
i find a little error in the functions.inc(the interface kannel provide for send sms
and admin)
function octstr_append_cstr($mystring)
{
echo($mystring);
for($pos=0;$pos<strlen($mystring);$pos++)
// $mystring2 .= sprintf("%%%02x",$mystring[$pos]);// here is wrong if use php3
$mystring2 .= sprintf("%%%02x",ord($mystring[$pos]));// if use this ,it will be
right
echo($mystring2);
return ($mystring2);
}
my Nokia 7110 and 6610 can recognize the OTA setting,
but why cant be recognized by Motorola V66(GPRS) and 388??