yes, it's a known bug on emi2 code.
use cvs/snapshot version or change your 1.1.4 somewhere in XSER encoding:
emimsg->fields[E50_NB] =
octstr_format("%04d", 8 * octstr_len(str));
to the %04d
--
Bruno David Rodrigues
----- Original Message -----
From: "Steve Rapaport" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "'Orazio. Granato@A-Tono. Com'" <[EMAIL PROTECTED]>
Sent: Friday, October 05, 2001 5:26 PM
Subject: Known bug in 1.1.4?
>
> Hey all, my kannel version is based on 1.1.4.
>
> When trying to send binary SMS (e.g. ringtones)
> from an EMI2 group, I find myself sending invalid
> packages like this: (carriage returns added for readability)
> (...)
>
> Yes, that is a SPACE %20 you see in the indicated position, where there
> should be
> a length count. Definitely not part of the IA5 encoding.