2013/12/9 dorin <[email protected]>

>  Hello all!
> After I have made some changes with store-type and store-location,
> I no longer receive dlr's in my DB and logs don't get errors.
> (after, these two rows I have commented)
>
> A part of my conf example.
>
> group = core
> admin-port = 13000
> smsbox-port = 13001
> admin-password = ********
> log-file = "/var/log/kannel/kannel.log"
> log-level = 2
> access-log = "/var/log/kannel/access.log"
> #store-location = "/var/log/kannel"
> #store-type = file
> #store-file = "kannel.store"
> store-type = spool
> store-location = "/var/spool/kannel"
> smsbox-max-pending = 5000
> sms-resend-freq = 30
> sms-resend-retry = 60
> dlr-storage = mysql
>
> All dlr's I get under access.log
> Any ideas?
>

Store settings has nothing to do with DLRs.

kannel's dlr table is a temporary thing just to track down that particular
SMS has arrived.

Most likely you didn't specify correct MySQL settings.

Check your logs, after arrival of DLR kannel should be SELECT'ing from dlr
table.

Reply via email to