Hello - I am using a multitech gprs modem via /dev/ttyS0. MTCBA-G-F2 is the product identifier.
Sending SMSes works. However, if I send and SMS to a land line (a non SMS number), kannel begins an infinite loop of receiving the error message from the SMSC, resending the SMS to the land line, receiving the error message, resending... etc. First, I don't understand why kannel would retry an authoritative error. Second, when I set sms-resend-retry to 0, it is ignored. Is this a bug? Thank you- Matt group = core admin-port = 13009 smsbox-port = 13001 admin-password = westr78 admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1" log-file = "/var/log/kannel/bearerbox.log" access-log = "/var/log/kannel/bearerbox-access.log" store-file = "/var/log/kannel/storefile.log" box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" sms-resend-retry = 0 sms-resend-freq = 30 group = smsc smsc = at modemtype = auto device = /dev/ttyS0 group = modems id = wavecom name = Wavecom detect-string = "WAVECOM" group = smsbox bearerbox-host = localhost sendsms-port = 13131 access-log = "/var/log/kannel/smsbox-access.log" log-file = "/var/log/kannel/smsbox.log" global-sender = 4153709350 group = sendsms-user username = one password = two
