kannel OTA WAP settings & R320

Indrek Mandre <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <B9A4FDCD41EAD411B0C900D0B7A95921145226@EXCHANGE>
Does current kannel CVS support sending OTA WAP setting to
Ericsson R320? Has any1 got it working? Could you provide
detailed information how you did it? Or any other Ericsson
model?

I have running a CVS from Nov 20011107 and according to testing
the sendota works only for Nokias (6210). For R320 it just
comes as an empty message.

I just upgraded the ota sending function to current CVS level,
still no luck. The R320 receives two messages, it can't even
concatenate them?

I also had a look on the contrib/php-admin/sendota.php, but
that seemed to be broken. The R320 also received empty message,
the msg to Nokia was recognised but values were empty.

I also found a little bug there (latest CVS):

functions.inc:

function octstr_append_cstr($mystring)
{
 for($pos=0;$pos<strlen($mystring);$pos++) {
-  $mystring2 .= sprintf("%%%02x",$mystring[$pos]);
+  $mystring2 .= sprintf("%%%02x",ord($mystring[$pos]));
 }
 return ($mystring2);
}

Regards,
Indrek
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.