SQLbox does the following: - DELETE from send_sms - INSERT INTO sent_sms bearerbox does the following (I assume dlr block is a part of bearerbox): - INSERT INTO dlr (when message being sent, it creates an entry to track delivery report) - SELECT from dlr (when dlr received it's being matched against dlr table) - DELETE from dlr (if matched successfully)
correct me if I'm wrong. 2012/7/25 Willy Mularto <[email protected]> > Is it on the bearerbox level or smsbox? > > > On Jul 24, 2012, at 3:23 PM, saurabh chandan wrote: > > Hi All, > > I have kannel1.4.3 with 12 active SMPP SMSC connections. Out of these > connections 2 SMSC are being used for MT(Bulk Push). Problem is that even > 40 sms are taking over 5 minutes to get delivered. Service provider has > already given 5 TPS throughput. > Can't really understand the problem. Kindly help!! > > -- > -------------------------- > *Thanks & Regards, > Saurabh Chandan > > * > > > Willy Mularto > F300HD+MR18DE (NLC1725) > > > > > > > > > >
