Hello,
I have Kannel setup to receive messages from the SMSC using CIMD2.
The problem is I setup a service where an incoming message should get
an http url but it never does and I do not receive any errors in the
logfile.
Can someone pont me to any errors in my conf file?
Thanks in advance,
Boudewijn
############### kannel.conf ##################
# General configuration
group = core
admin-port = 13000
admin-password = ######
status-password = ######
log-file = "/var/log/kannel/core.log"
log-level = 0
smsbox-port = 13002
store-file = "/var/spool/kannel/sms.store"
# SMSC Nokia CIMD2
group = smsc
smsc = cimd2
smsc-id = Infospace
host = 194.165.79.73
port = ####
smsc-username = #######
smsc-password = #######
# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13001
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
# SEND-SMS USERS
group = sendsms-user
username = sms_user
password = ########
# SMS SERVICE GET-URL EXAMPLE
group = sms-service
keyword = default
catch-all = true
get-url = "http://linux-01/9009/index.php"
assume-plain-text = true
max-messages = 0
###############################################
The logfile states the normal startup lines and on an incoming sms:
2005-09-28 21:39:23 [8] DEBUG: smscconn
(CIMD2:194.165.79.73:9972:Infospace): new message received
After that it restarts and that's it...