Re: Issue with Sending DLRs back to the SMPP Client

2015-02-26 Thread Maksim Kovalenko
I was trying the latest 1.4.4 version, and then latest build of 1.5.0 version. The result was the same. In my openboxsmpp.conf I don't have smmp-tlv group. Here is the snippet of my opensmppbox: group = core dlr-storage = internal store-file = /var/log/kannel/smpp_store_sms.log #the following

Issue with Sending DLRs back to the SMPP Client

2015-02-26 Thread Maksim Kovalenko
Hello! I have an issue with using Kannel along with opensmppbox. The version I am using is 1.4.4. Messages are being delivered but I experience troubles with delivering DLRs back to the SMPP Client. Routing is SMPP Client - opensmppbox - bearerbox - SMSC. In the tcpdump I can see that from

RE: Issue with Sending DLRs back to the SMPP Client

2015-02-26 Thread Rene Kluwen
I think reverting source and destination address was changed in some version. Even though I am not 100% sure. But I suggest you try to use latest svn head and see if that goes better. About the dlr_err tlv: Check your config. Maybe it's defined there. You can just remove the group = smpp-tlv

Quesion about Connet External Dabases of Kannel

2015-02-26 Thread Nilubon Soonthon
I would like to know how to connect to external Databases (redirect servers that provide number and operators that numbers are register) of Kannel to query data sush as number,operators and use that data to select SMSCs to transfer messages (I get messages from Web sevice Api using PlaySMS). Can