I'm using Kannel version 1.4.3 on a Suse Linux with a SonyEricsson T68i
connected to a USB port.

All works just fine except that I cannot concatenate incomming (MO)
messages. So long SMS'es are treated like two seperate ones.

I have looked at the documentation and searched the mailing list, and it
looks like a "sms-combine-concatenated-mo = true" in the group core should
do the trick. But it does not work for me.

The log says:

DEBUG: smsbox MO concatenated message handling enabled

so it looks like it is enabled but no luck :-(

The headers of the two incomming SMS'es looks fine: udh:6:0500031C0201 and
udh:6:0500031C0202

Any suggestions?


Best regards

q:o)      Theis


---------------------

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = lsghsslgrb
sms-combine-concatenated-mo = true
sms-combine-concatenated-mo-timeout = 1800
log-file = "/tmp/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
access-log = "/tmp/access.log"




group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 13013
log-file = "/tmp/smsbox.log"
access-log = "/tmp/access.log"
mo-recode = true




group = smsc
smsc = at
connect-allow-ip = 127.0.0.1
modemtype = T68
device = /dev/ttyUSB0
speed = 9600




group = modems
id = T68
name = T68
detect-string = "T68"
init-string = AT+CNMI=3,1,2,0,0
#message-storage = SM
#init-string = "AT+CNMI=3,3"
#message-storage = ME
keepalive-cmd = AT+CBC;+CSQ
reset-string = AT+CFUN=1




group = sendsms-user
username = kljrsdbgoerb
password = sljdgbflasdgbfdl
max-messages = 5
concatenation = true




group = sms-service
keyword = theis
get-url = "http://myserver.dk:8080/demo/char?text=%a";
max-messages = 0
concatenation = true



and of course a default... (which catches my second SMS)

Reply via email to