Kavuri Prasad schrieb:
Hmm,
I used Siemens MC35i, it works fine is handling multiple messages (more
Hi Prasad!
Thanks for your answer, this is good news!
than 160 chars). I guess, you have some configuration problem.
If possible post confuguration and OS details, Kannel version etc ...
Ok, here we go:
This is kannel 1.4.1 on FreeBSD 6.0.
Our config looks like this:
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = nothing
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "aaa.bbb.ccc.195"
log-file = "/var/log/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "aaa.bbb.ccc.195"
store-file = "kannel.store"
group = smsc
smsc = at
smsc-id = MC35
modemtype = mc35
speed = 0 #0=automatic
device = /dev/cuad0
pin = 1234
preferred-smsc-id = MC35
keepalive = 10
alt-dcs = 1
group = modems
id = "mc35"
name = "mc35"
detect-string = "SIEMENS"
detect-string2 = "MC35"
#init-string = "AT+CNMI=1,2,0,9,1"
#init-string = "AT+CSMS=1"
init-string = "AT+CNMI=3,2,0,1,1"
enable-hwhs = "AT\\Q3"
need-sleep = true
speed = 57600
group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 123456
sendsms-chars = "0123456789 +-"
group = sendsms-user
username = user
password = password
user-deny-ip = "*.*.*.*"
user-allow-ip = "aaa.bbb.ccc.23"
concatenation = true
max-messages = 3
group = sms-service
keyword = default
omit-empty = true
max-messages = 3
concatenation = true
get-url = "http://foobar..."
Thanks,
Christian