Hello my name is Mariano. And I have a problem:
The server works well, send and receive msg's.
Now when the server is sending more than one msg a reception the msg the
phone, and just stay there. Now when I restart the service, also rose.
The cell is:
Nokia 3220e
My configuration file is:

# CORE
group = core
admin-port = 13000
admin-password = ci
status-password = ci
log-file = "/var/log/kannel/kannel.log"
log-level = 0
access-log = "/var/log/kannel/access.log"
smsbox-port = 13001
store-file = "/var/log/kannel/kannel.store"

# SMSC Fake
group = smsc
smsc = at
modemtype = auto
device = /dev/ttyUSB0
speed = 57600
pin = 0000
host = ********
port = 13013

# MODEM DEFINITIONS
group = modems
id = nokia
name = "Nokia"
detect-string = "Nokia"


# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13014
sendsms-chars = "0123456789+"
global-sender = "+358401234567"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"


# SEND-SMS USERS
group = sendsms-user
username = test
password = ci
concatenation = 1
max-messages = 100000000


# SMS SERVICE 'default'
group = sms-service
# keyword = nop
text = "You asked nothing and I did it!"
catch-all = true
# keyword =
keyword-regex =
catch-all = yes
max-messages = 0
get-url = "http://localhost/sms?phone=%p&text=%a";

Reply via email to