Hi list, Was wondering if someone can clarify with me why I dont get any SMS as "sent" or as "rcvd" but I get them QUEUED ?
After executing a few times http://212.000.000.000:13013/cgi-bin/sendsms?username=tester&password=foobar&to=447473737337&text=gosms and geting result "Sent." I get a bit later these types of errors appearing.. ERROR: Error reading from fd 30: ERROR: Error reading from fd 24: ERROR: System error 104: Connection reset by peer I would greatly appreciate some feedback as i think I'm missing something obvious what seems to be the problem or what I need to do. thanks geo. -------------------------------------- SEE BELOW I have confugured with ./configure --bindir=/home/httpd/vhosts/mysite.com/gate --prefix=/home/httpd /vhosts/mysite.com/gate --with-mysql --enable-mysql --with-dlr=mysql --disab le-ssl --disable-docs --with-mysql-dir=/usr/local --disable-ssl (note :Server is in remote location) Also compiled the latest snapshot Status shows this : Kannel bearerbox version `cvs-20040311'. Build `Mar 13 2004 20:45:32', compiler `2.96 20000731 (Red Hat Linux 7.2 2.96-124.7.2)'. System Linux, release 2.4.9-e.38, version #1 Tue Feb 10 23:45:00 EST 2004, machine i686. Hostname xxxx.com, IP 212.xxxxxxx. Libxml version 2.5.10. Compiled with MySQL 3.23.58, using MySQL 3.23.58. Using native malloc. Status: running, uptime 0d 0h 2m 17s WDP: received 0 (0 queued), sent 0 (0 queued) SMS: received 0 (0 queued), sent 0 (10 queued), store size -1 SMS: inbound 0.00 msg/sec, outbound 0.00 msg/sec DLR: 0 queued, using internal storage Box connections: smsbox:(none), IP 127.0.0.1 (0 queued), (on-line 0d 0h 2m 12s) SMSC connections: FAKE FAKE:10011 (connecting, rcvd 0, sent 0, failed 0, queued 0 msgs) My .conf file is this : group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = "" admin-allow-ip = "*.*.*.*" #log-file = "/tmp/kannel.log" #log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "*.*.*.*" #unified-prefix = "+358,00358,0;+,00" #access-log = "/tmp/access.log" #store-file = "/tmp/kannel.store" #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem" # SMSC CONNECTIONS group = smsc smsc = fake smsc-id = FAKE port = 10011 connect-allow-ip = "*.*.*.*" # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" #log-file = "/tmp/smsbox.log" #log-level = 0 #access-log = "/tmp/access.log" # SEND-SMS USERS group = sendsms-user username = tester password = foobar #user-deny-ip = ""
