When I receive about 30 messages or so no message will arrive and I get the following message SMMEMFULL:"RAM" on the debug console. And I would have to unplug and plug back the modem in order for it to work. Is there anyway around the problem? Here is the config file I'm using
group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar status-password = foo log-file = "/var/log/kannel/bearerbox.log" log-level = 0 #box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" group = smsc smsc = at modemtype = huawei device = /dev/ttyUSB1 speed = 19200 #my-number = 7777777(put your sim number) validityperiod = 167 sim-buffering=true group = modems id = huawei name = "huawei e220" detect-string = "e220" init-string = "AT+CNMI=2,1,2,2,0"; #"AT+CNMI=1,2,0,1,0" #init-string = "AT+CMGD=4" speed = 115200 group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 sendsms-chars = "0123456789 +-" log-file = "/var/log/kannel/smsbox.log" log-level = 0 access-log = "/var/log/kannel/access.log" group = sendsms-user username = kannel password = kannel concatenation = true #max-messages = 3 group = sms-service keyword = default get-url = "http://localhost/kannel/receivesms.php?sender=%p&text=%b" accept-x-kannel-headers = true max-messages = 3 concatenation = true omit-empty = true catch-all = true
