Have a problem. Please please help. See the mail archives (corrections with setting interface-version and smsbox-id), try but nothing to changes.

When using Kannel, have an ERROR and WARNING.

Configuration and log files:

kannel.log:
svr# tail -f /var/log/kannel.log
2006-10-19 14:29:14 [44484] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100).
2006-10-19 14:29:14 [44484] [0] INFO: Set SMS resend frequency to 60 seconds.
2006-10-19 14:29:14 [44484] [0] INFO: SMS resend retry set to unlimited.
2006-10-19 14:29:14 [44484] [0] INFO: DLR rerouting for smsc id <(null)> disabled.
2006-10-19 14:29:14 [44484] [0] INFO: Adding interface *
2006-10-19 14:29:14 [44484] [0] ERROR: Missing wapbox-port variable, cannot start WAP
2006-10-19 14:29:14 [44484] [0] INFO: ----------------------------------------
2006-10-19 14:29:14 [44484] [0] INFO: Kannel bearerbox II version 1.4.1 starting
2006-10-19 14:29:14 [44484] [0] INFO: MAIN: Start-up done, entering mainloop
2006-10-19 14:29:17 [44484] [5] INFO: Client connected from <127.0.0.1>
2006-10-19 14:31:23 [44484] [6] ERROR: SMPP: Unknown TLV(0x1402,0x0007,6265656c696e65) for PDU type (deliver_sm) received!
2006-10-19 14:31:23 [44484] [6] WARNING: smsbox_list empty!
2006-10-19 14:31:23 [44484] [4] WARNING: smsbox_list empty!
2006-10-19 14:31:23 [44484] [4] WARNING: smsbox_list empty!


smsbox.log:
svr# tail -f /var/log/kannel/smsbox.log
2006-10-19 14:29:17 [44485] [0] DEBUG: Kannel smsbox version 1.4.1 starting
2006-10-19 14:29:17 [44485] [0] DEBUG: Started thread 4 (gw/smsbox.c:obey_request_thread)
2006-10-19 14:29:17 [44485] [0] DEBUG: Started thread 5 (gw/smsbox.c:url_result_thread)
2006-10-19 14:29:17 [44485] [0] DEBUG: Started thread 6 (gw/smsbox.c:http_queue_thread)
2006-10-19 14:29:17 [44485] [0] INFO: Connected to bearerbox at localhost port 13003.
2006-10-19 14:29:17 [44485] [0] DEBUG: Started thread 7 (gw/heartbeat.c:heartbeat_thread)
2006-10-19 14:29:17 [44485] [5] DEBUG: Thread 5 (gw/smsbox.c:url_result_thread) maps to pid 44485.
2006-10-19 14:29:17 [44485] [6] DEBUG: Thread 6 (gw/smsbox.c:http_queue_thread) maps to pid 44485.
2006-10-19 14:29:17 [44485] [7] DEBUG: Thread 7 (gw/heartbeat.c:heartbeat_thread) maps to pid 44485.
2006-10-19 14:29:17 [44485] [4] DEBUG: Thread 4 (gw/smsbox.c:obey_request_thread) maps to pid 44485.

kannel.conf:
group = core
admin-port = 13000
admin-password = xxx
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1, 11.11.11.11 "
smsbox-port = 13003
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
wdp-interface-name = "*"
log-file = /var/log/kannel.log
log-level = 1

group = smsc
smsc = smpp
host = 217.107.215.16
our-port = 2775
receive-port = "2775"
smsc-username = xxxx
smsc-password = xxxx
system-type = ""
address-range = ""
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1

group = smsbox
sendsms-port = 13013
sendsms-chars = "0123456789+#"
smsbox-id = 1
access-log = "/var/log/kannel/sms-access.log"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0

# TEST
group = sms-service
keyword = 1212322134
text = "TEST Service"



Reply via email to