Good Day
I've successfully installed Kannel 1.4.4 configured for the redis db. I
have also installed redis and can execute commands using redis-cli. I've
run bearerbox, which says it is using the hiredis API 0.11.0, and
smsbox, and then successfully connected to an SMSC using SMPP 3.4 and
ca
issue seems to be that when an SMS is sent (i.e. a submit_sm)
and and submit_sm_resp is received, no DLR is being generated. So when
the deliver_sm comes back for that message, there is no corresponding
DLR to update.
Any thoughts on how to fix this?
Thanks
Cliff
On 2015/03/31 12:12 PM, Cliff
I have an issue with getting DLRs working.
The kannel instance is up and sending SMS messages with dlr-storage set
to internal. In the smsc.log, I see the submit_sm, the submit_sm_resp
and the deliver_sm receipt. The message IDs in the submit_sm_resp and
the deliver_sm are the same (and are bo
04/03 06:45 PM, Cliff Court wrote:
I have an issue with getting DLRs working.
The kannel instance is up and sending SMS messages with dlr-storage
set to internal. In the smsc.log, I see the submit_sm, the
submit_sm_resp and the deliver_sm receipt. The message IDs in the
submit_sm_resp an
Hi All
I have set up Kannel with bearerbox and smsbox, which is working and I
am writing dlr's to a mysql db.
Currently I am submitting messages using a sendsms GET or xml-based
POST, as per the Kannel documentation. However, using individual http
GET or POSTs for each message is relatively