I use kannel CVS 20051226, and try to hit smsbox sendsms http server with many request

Even my apllication which hit this smsbox is close the socket, but i found that smsbox itself have many CLOSE_WAIT
state for a long time.....

I read the msg thread http://www.mail-archive.com/users@kannel.org/msg05535.html
and try to add immediate-sendsms-reply, yes.... it simply solved.

However, on the docs it claim that
=======================
immediate-sendsms-reply
(o)
boolean This is a backward compatibility
flag: when set, Kannel will
immediately answer to any
sendsms requests, without
knowing if the bearerbox will ever
accept the message. If set to false
(default), smsbox will not reply to
HTTP request until the bearerbox
has received the message.
=======================
So how to guarantee that the bearerbox will ever accept the message :-/ if i set immediate-sendsms-reply to true?


Thx



Reply via email to