Hi Joe,

Joe Perry schrieb:
Hi there,

It would appear that delivery receipts are not being received when I send a MT message.

group = smsc
smsc = smpp
host = *************
port = 6010
receive-port = 0   <------- bingo! ;)
smsc-username = "******"
smsc-password = "*******"
system-type = "*****"
address-range = ""
source-addr-autodetect = no
source-addr-ton = 5
source-addr-npi = 0
dest-addr-ton = 1
smsc-id = A
#dlr-mask = 1+2+4+8+16

now, obviously what you see is what you want! In other words: your config ensures that you DON'T receive any DLRs.

Background:

DLRs are MOs in terms of SMPP. They are deliver_sm PDUs which are invoked by SMSC->ESME. As your config group here has 'receve-port = 0' and you DON'T use transceiver mode, you don't open a bind_receiver session, which is REQUIRED to receive MOs/DLRs.

You send MTs via bind_transmitter session, but are hence unable to receive the 
DLRs.

Ensure that you have a valid session, either bind_receiver or operate in bind_transceiver mode.

Stipe

PS: 5.00 USD donation to our PayPal account for this "bogus" ;)

-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------

Reply via email to