I'm sending messages out using SMPP and its working great. I need to get
DLRs working and I'm having some problems.

Problem 1: dlrmask and multiple reports
=======================================

Last night I sent some messages with a dlrmask of 31, and I got a '12'
result but then that was it, although the message landed on my handset
after I turned it on.

    12 means : 8 -> smsc submit
               and
               4 -> message buffered

Surely I should have received a followup "1" (delivery success?).

Problem 2: dlr not being forwarded
==================================

This morning I'm sending tests to my handset and they are coming through
fine BUT the dlrs aren't forwarding to my dlr.php script. I haven't
changed my kannel.conf file, so I'm confused!

I'm now playing with a dlr mask of 7 (as in the 1.3.1 docs, chapter 9)
but nothing is being forwarded.

Example url I am sending: (I have put in some returns for readability).

http://localhost:13002/cgi-bin/sendsms?
    username=xxxx&password=xxxx&
    from=88888&to=+447777777777&
    text=wierd%20dlr%20problem&
    dlrmask=7&dlrurl=http%3A%2F%2Flocalhost%2Fsms%2Fdlr.php%3Ftype%3D%25d

Status:

    Kannel bearerbox version `1.3.1'. System Linux, release
    2.4.18-10, version #1 Wed Aug 7 11:41:24 EDT 2002, machine i686.
    Hostname xyz, IP 00000000000000. Libxml version
    20410. Using OpenSSL 0.9.6b [engine] 9 Jul 2001. Using native
    malloc.

    Status: running, uptime 0d 0h 14m 16s

    WDP: received 0 (0 queued), sent 0 (0 queued)

    SMS: received 1 (0 queued), sent 2 (0 queued), store size 0

    SMS: inbound 0.00 msg/sec, outbound 0.00 msg/sec

    DLR: 2 queued, using internal storage <---------------- ???????

    Box connections:
        smsbox:(none), IP 127.0.0.1 (on-line 0d 0h 14m 13s)

    SMSC connections:
        short    SMPP:193.36.81.53:8000/8000:BRANDF:SMPP
                (online 856s, rcvd 1, sent 2, failed 0, queued 0 msgs)
        long    SMPP:193.36.81.53:8000/8000:BRANDF:SMPP 
                (online 856s, rcvd 0, sent 0, failed 0, queued 0 msgs)


-- 
Rory Campbell-Lange 
<[EMAIL PROTECTED]>
<www.campbell-lange.net>

Reply via email to