Hello, I am currently using kannel 1.5 svn version and I am facing issue with message queue full when submitting message to the smsc.
The smsc has given multiple account with 10 tps on each bind. Therefore, I am using the following configuration group = smsc smsc-id = SMSC1 smsc = smpp host = XXX.XXX.XXX.XXX port = XXXX transceiver-mode = true smsc-username = XXXX smsc-password = XXXX system-type = XXXX source-addr-ton = 5 source-addr-npi = 9 dest-addr-ton = 1 dest-addr-npi = 1 alt-charset = "UTF-8" max-pending-submits = 5 throughput = 10 enquire-link-interval = 60 allowed-smsc-id = XXXXXXXXX In the above configuration you will see I am currently using max-pending-submits = 5 and this was reduced from 10 and since then number of error message queue full has reduced but I still see these error very frequently. Also, when max-pending-submits = 10 is used I get an additional error saying "ESME exceeds maximum message allowed". I tried lowering the throughput value to 8 but that too does not help. I spoke to the smsc they say this error is only seen when esme is trying to submit more than what is alloted. I also read somewhere that it depends on the smpp sleep time parameter but do not what that exactly means. I am really not able to figure this out. Any help will be highly appreciated. -- Regards, Ashish
