Really glad to know somebody is going
to take care of the AT code,
By the way has anybody an idea why the connction was found
closed?
2001-07-17 11:12:46 [5] DEBUG: smscconn (AT: /dev/com2): new message
received
2001-07-17 11:12:46 [14] DEBUG: boxc_sender: sent message to <127.0.0.1>
2001-07-17 11:12:46 [13] DEBUG: boxc_receiver: got ack
2001-07-17 11:12:46 [13] INFO: Connection closed by the box <127.0.0.1>
In bb_boxc.c:
if (conn_eof(boxconn->conn)) {
info(0, "Connection closed by the box <%s>",
octstr_get_cstr(boxconn->client_ip));
return NULL;
}
As all the sms received before were ok, and called the right url,
what happened to boxconn->conn?
Thanks
Andrea