Thank for the advice....we tried to test it on different location and its work i got 3 msg almost at the same time and milisec interval....but from office location i only get two and sometimes the 2 msg arrives 5 min later...was it something to do with the traffic load around our location?? Ill try to set flow-control to true, so far i embedded a 1 sec interval in my API to send 480 charcters in three separate 160 msg. Any advice or should i return my sending to normal and let kannel to the splitting??
Thanks, jmer --- Bruno David Sim�es Rodrigues <[EMAIL PROTECTED]> wrote: > Citando joseph mercado <[EMAIL PROTECTED]>: > > > Hi list; > > Im trying to push a very long message to EMI2 > > server. > > after the request has been answered by external > API my > > smsbox.log got the message and split it into > 3.Same > > things happened to the bearebox.log...it recieved > 3 > > sms message and tries to push it on SMSC > ...problem is > > i only get 2 sms....whats wrong ???did i miss > > something > > is bearerbox sending three messages to smsc and only > receiving two ack ? > > This looks like your smsc having a small windowing > or even a window value of 1. > > You should set flow-control = true. > > > Basically, smsc windowing is how many messages you > can send before receiving an > ack. If smsc have window=3 you can send MSG1 to 3 > and then you'll have to wait > for ACK1 before sending MSG4. If you send any more > messages, they'll be discarder. > > flow-control = true is like window=1 - kannel only > sends another message after > receiving ack from last one. > > > -- > <BR/> > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
