Hello, Ask your SMSc about 20sms/s that included both TR and RX transaction? If it is both, you only can set 10 SMS/s
On Thu, Dec 9, 2010 at 9:17 PM, Mohammed Saleem <[email protected]>wrote: > Dear Kannelers > > I am working on 1.4.3 latest stable release > > (1) Could anyone help me and tell me about this constant > > in file gw/smsc/smsc_smpp.c line 14: > > #define SMPP_THROTTLING_SLEEP_TIME 15 > > is it 15 seconds? or 15 milliseconds? > > I am having an issue with this, the GSM carrier is sending to me this > ERROR, they gave me a limit of 20 SMS / s, anyways when I send a bulk, I > couldn't reach more than 5,6 messages per second, and the smpp sleeps for a > long time (about 5,6 seconds) and this is too mcuh actually > > > (2) I tried to remove the time calculation for the throttling delay in the > source and replaced this > > if (pdu->u.submit_sm_resp.command_status == SMPP_ESME_RTHROTTLED) > time(&(smpp->throttling_err_time)); > else > smpp->throttling_err_time = 0; > > > withi only this line > > smpp->throttling_err_time = 0; > > There are 2 places in the file were I replaced this, and the sleep was > disabled but didn't solve the issue, am I missing something here? > > > (3) Is there a place where I can configure throttling-delay in the > configuration? > > > Your reply is highly apprecitated > > > Thanks > > Best Regards, > Mohammed M I Sleem > http://www.abusleem.net > > http://www.freakle.com - The Search Freak > > http://www.colorle.com - color your Google search > >
