Kannel Error
Hi,
I am new kannel user.I use fedora core 2 kernel 2.6.5I have this problem when I run bearerbox..
2004-11-05 06:10:01 [0] INFO: Kannel bearerbox II version 1.2.1 starting
2004-11-05 06:10:01 [8] DEBUG: sms_router: time to sleep
2004-11-05 06:10:01 [6] DEBUG: AT2[siemens-c35]: device opened
2004-11-05 06:10:01 [6] INFO: AT2[siemens-c35]: speed set to 9600
2004-11-05 06:10:01 [6] DEBUG: AT2[siemens-c35]: --> ^M
2004-11-05 06:10:01 [0] INFO: Loading store file /tmp/kannel.store
2004-11-05 06:10:01 [0] INFO: Store-file size 3281, starting to unpack
2004-11-05 06:10:01 [0] INFO: Retrieved 11 messages, non-acknowledged messages: 11
2004-11-05 06:10:01 [0] INFO: MAIN: Start-up done, entering mainloop
2004-11-05 06:10:01 [0] DEBUG: AT2[siemens-c35]: start called
2004-11-05 06:10:01 [0] DEBUG: smsc_fake: start called
2004-11-05 06:10:01 [8] DEBUG: sms_router: list_len = 11
2004-11-05 06:10:01 [8] DEBUG: sms_router: time to sleep
2004-11-05 06:10:03 [6] DEBUG: AT2[siemens-c35]: --> AT^M
2004-11-05 06:10:07 [6] DEBUG: AT2[siemens-c35]: --> AT&F^M
2004-11-05 06:10:11 [6] DEBUG: Thread 6 (gw/smsc/smsc_at2.c:at2_device_thread) terminates.
Does anyone has the experienced with this error.Or any idea for this error.I use siemens c35 with a data cable and connect to notebook via usb-serial adapter(pl2303).
This is my conf file.
group = core
admin-port = 13000
smsbox-port = 13001
admin-deny-ip = "*.*.*.*"
admin-password = bar
admin-allow-ip = "127.0.0.1"
log-file = "/tmp/bearbox.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
access-log = "/tmp/bearerbox-access.log"
store-file = "/tmp/kannel.store"
log-level = 0
unified-prefix = "0,86;0,+86"
group = smsc
smsc = at2
smsc-id = siemens-c35
modemtype = auto
device = /dev/ttyUSB0
sms-center = 60120000015
speed = 9600
sim-buffering = true
keepalive = 0
validityperiod = 168
group = modems
id = siemens-c35
name = "Siemens C35"
detect-string = "SIEMENS"
init-string = "AT +CPMS="SM""
speed = 9600
enable-hwhs = "AT\\Q3"
need-sleep =true
message-storage = "SM"
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = "60126909850"
sendsms-chars = "0123456789 +-"
log-file = "/tmp/smsbox.log"
access-log = "/tmp/sms-access.log"
group = sendsms-user
username = foo
password = bar
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"
max-messages = 3
concatenation = true
group = smsc
smsc = fake
smsc-id = FAKE
port = 10000
connect-allow-ip = 127.0.0.1
group = sms-service
keyword = default
catch-all = true
get-url = "...";;
max-messages = 0
accepted-smsc = smsc_http
Was I wrote any mistake that caused that error?
Special Thanks,
Sam
|