Hi guys, I'd like to come back to problem signaled by Adam Trueman in Feb this year.
On a SMPP connection, when there are concatenated messages in the queue and SMSC responds with 0x00000014 (Message Queue Full) to submit_sm, kannel ignores sms-resend-retry and sms-resend-freq settings, resubmitting messages at a 10msg/sec pace. Of course, such behaviour is disturbing and the guys from SMSC are now willing to cut out our connection until we solve this problem. My question is: does anybody know if this problem has been solved or some workaround for it ? We are using Kannel bearerbox version `cvs-20070424'. Build `Apr 25 2007 14:34:49' on (Red Hat 3.4.2-6.fc3)'. System Linux. Find below some of the settings. Any answer is greatly appreciated. Thank you, Mihai Zsigmond ============================== group = core ..... sms-resend-retry = 0 group = smsc smsc = smpp smsc-id = xxxxxx host = xxx.xxx.xxx.xxx port = 3700 transceiver-mode = 1 smsc-username = "xxxxxxx" smsc-password = "xxxxxxx" system-type = "" address-range = "" source-addr-ton=1 source-addr-npi=1 dest-addr-ton=1 dest-addr-npi=1 my-number=1337 allowed-prefix=076;4076;+4076;004076 wait-ack-expire=0x02 max-pending-submits=5 throughput = 1 =================================
