Falko Ziemann schrieb:
Hi Alex,
Am 04.03.2009 um 11:18 schrieb Alexander Malysh:
this is not true... for submit_sm kannel doesn't send long
service-type. kannel truncates too long service-type to allowed
maximum and write warning to log file.
in deliver_sm kannel just reject to use too long field. but I see
issue how it handled here... But this is another story and going to
devel list :)
So I don't see here kannel bug.
Indeed I messed up service_type and system_type in the TCP-dump. You're
of course absolutly right, no kannel bug here. I'm sorry for the alarm!
But in a test Elton unintentionally did, not so long ago, it turned out
that kannel set the service-type NULL, when a ST with 8 chars was
configured, so it doesn't seem to truncate...
kannel truncate service-type to max allowed for submit_sm BUT sets it to
NULL for deliver_sm.
Regards
Falko