I am using kannel 1.4.3. I have set up a modem as the smsc. I am able to send smses, but not receive. There is nothing on the logs when I try receiving smses on kannel. what could be wrong with my config?
group = core admin-port = 13000 admin-password = foo status-password = foo_status smsbox-port = 13001 log-file = "/var/log/kannel/kannel.log" log-level = 1 access-log = "/var/log/kannel/kannel.access" group = smsc smsc = at modemtype = huawei device=/dev/ttyUSB0 group = modems id = huawei name = huawei detect-string = "HUAWEI" group = smsbox bearerbox-host = localhost sendsms-port = 13013 sendsms-chars = "0123456789" global-sender = 123456 access-log = "/var/log/kannel/kannel.access" log-file = "/var/log/kannel/smsbox.log" log-level = 0 group = sendsms-user username="agile" password="agile" max-messages = 10 concatenation = true group = sms-service keyword =.* get-url = "http://localhost/sms?phone=%p&text=%a"
