send messages with some milliseconds delay to kannel.


CIPHER





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/>

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail


Reply via email to