> With one operator we get 'SMSC returned error code 0x00000058 (Throttling > error) in response to submit_sm.' when using Kannel. > > This happen everytime we send a concatenated MT message. It looks like Kannel > send the second and third parts too quick for the SMSC. The SMSC refuses the > part, and Kannel sends it about 30 secs. later. The next part is sent 30 > secs. after that.
I beleieve this can happen when kannel sends the second PDU before the SMSC returns its acknowledge - this is fine by the SMPP specs but maybe some SMSCs dont like this... Try to change SMPP_MAX_PENDING_SUBMITS from 10 to 1 in gw/smsc/smsc_smpp.c:53 #define SMPP_MAX_PENDING_SUBMITS 10 and see what happens. -- Damjan Georgievski jabberID: [EMAIL PROTECTED]
