I have sent ota messages successfully to these phones:

Nokia: 3330, 6210, 7110, 6310, 8310, 6510
Ericsson: R520, T39, T65, T68, T20, T29, T66

Just ask if you want example xml files.
Phones I am about to test with is Siemens phones and Motorola.

BR
Peter Lofman

----- Original Message ----- 
From: "Indrek Mandre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 27, 2002 3:51 PM
Subject: kannel OTA WAP settings & R320


> 
> 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
> 


Reply via email to