Hi list, I've setup an smpp-tlv which is correctly delivered to the SMSC in the submit_sm message and then received back in the submit_sm_resp. But no TLV is received in the final deliver_sm message coming in from the SMSC. Before contacting the SMSC I want to make sure that I have configured Kannel correctly.
I've setup the smpp-tlv in my conf as follow: group = smpp-tlv name = msgid tag = 0x1601 type = octetstring length = 20 I use a dlr-url to process further the received DLRs: dlr-url = http://localhost/dlr.php?from=%p&to=%P&answer=%A&dlr=%d&data=%D this is the meta-data which I get from a sumbit_sm_resp: &data=%3Fsmpp%3Fmsgid%3D1%26%3Fsmpp_resp%3F' while this from a deliver_sm: &data=%3Fsmpp%3F So in brief I am wondering is it possible to receive a smpp-tlv multiple times from the SMSC? Thanks in advanced, Luca