Could some body help me, please.
I am stucked with this problem.
Even I used fakesms, my sqlbox still stopped to update its dlr status at
the 51th.
Are there something in the sqlbox config I miss?

Senin, 19 Januari 2015, Geni Areng <geniar...@gmail.com> menulis:

> Hi list,
> My sqlbox only updated the delivery report status for the 1st until the
> 50th message.
> But it didn't update for the rest (51th - ...).
> Below is my kannel.conf:
>
> group = core
> dlr-storage = mysql
> admin-port = 13000
> admin-password = secret
> status-password = secret
> wdp-interface-name = "*"
> log-file = "/var/log/kannel/bearerbox.log"
> log-level = 0
> smsbox-port = 13001
> box-allow-ip = "127.0.0.1"
>
> # SMSC Fake
> group = smsc
> smsc = fake
> smsc-id = FAKE
> port = 10000
>
> group = smsc
> smsc = at
> host = localhost
> smsc-id = telkomsel
> modemtype = wavecom
> device = /dev/ttyS0
> speed = 115200
> my-number = +628123456789
> connect-allow-ip = 127.0.0.1
> sms-center = +6281100000
>
> group = modems
> id = WAVECOM
> name = wavecom
> detect-string = "WAVECOM"
> init-string="ATZ"
> init-string="ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
> init-string="AT+CNMI=2,1,2,1,0;+CMEE=1"
>
> group = smsbox
> bearerbox-host = localhost
> sendsms-port = 13013
> sendsms-chars = "0123456789+"
> global-sender = +628123456789
> log-file = "/var/log/kannel/smsbox.log"
> log-level = 0
> access-log = "/var/log/kannel/access.log"
>
> group = smsbox-route
> smsbox-id = sqlbox
> smsc-id = telkomsel
>
> group = sendsms-user
> username = kannel
> password = secret
> default-smsc = telkomsel
> max-messages = 10
> concatenation = true
>
> group = sms-service
> keyword = default
> accept-x-kannel-headers = true
> max-messages = 0
> assume-plain-text = true
>
> group = mysql-connection
> id = mydlr
> host = localhost
> username = kannel
> password = secret
> database = kannel
> max-connections = 1
>
> # DLR table structure
> group = dlr-db
> id = mydlr
> table = dlr
> field-smsc = smsc
> field-timestamp = ts
> field-destination = destination
> field-source = source
> field-service = service
> field-url = url
> field-mask = mask
> field-status = status
> field-boxc-id = boxc
>
> sqlbox.conf:
> group = sqlbox
> id = sqlbox-db
> smsbox-id = sqlbox
> bearerbox-host = localhost
> bearerbox-port = 13001
> sql-log-table = sent_sms
> sql-insert-table = send_sms
> log-file = "/var/log/kannel/kannel-sqlbox.log"
> log-level = 0
>
> group = mysql-connection
> id = sqlbox-db
> host = localhost
> username = root
> password = secret
> database = kannel
>
> Thanks for any help.
>

Reply via email to