Your error looks like the web-server that you are sending the DLRs
to is not responding correctly (it looks like its just closing the
connection instead of talking HTTP). Possibly a firewall issue?
well, it's definately not a firewall issue as it's all on the same
internal network, as for the http connection closing, it seems odd
because this is a web server i use quite a bit and don't have any
problems with, and also the problem is intermittent. i've restarted
by smsbox with log level -v 2 so maybe i'll get some more detailed
error messages
does anyone know waht fd 28 even means?
fd is the file descriptor (its number 28 in the this case). Under
unix all connections are treated like files, so ever connection,
every open log file etc has a file descriptor so that the data behind
it can be accessed.
Ben