Hi list, We have implemented many patches along the way and I can finally take some time to submit them. They are running on our staging and production platforms since years for the oldest ones. I will submit them one by one in the next days/weeks. Let's start with the first one... :)
This patch allows Kannel to retrieve a pending DLRs in its database when 2 (or more) SMSC binds are established (with different IPs and/or ports). It is required when a MT-SMS is submitted to SMSC A and its DLR is sent back by SMSC B. Done for CIMD2 and SMPP. Example of configuration where the patch is required: # # Primary server # group = smsc smsc = cimd2 smsc-id = SMSC-A host = 123.1.2.3 port = 6001 smsc-username = user smsc-password = xxxxxxxx allowed-smsc-id = id1 preferred-smsc-id = id1 # # Secondary server # group = smsc smsc = cimd2 smsc-id = SMSC-B host = 123.1.2.3 port = 6002 smsc-username = user smsc-password = xxxxxxxx allowed-smsc-id = id1 Regards, Franck
smsc_cluster.patch
Description: smsc_cluster.patch
