Firefox can't establish a connection to the server at localhost:13013.
Napoleon Quashie <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
I am using kannel 1.4.3 on ubuntu 11.04 and I am using a Huawei Model: E1752Cu. When I try to send a sms with the following " http://localhost:13013/cgi-bin/sendsms?username=foo&password=bar&to=07000000202&text=Hello+world", I get the following. "Firefox can't establish a connection to the server at localhost:13013." Been struggling with this for a couple of says now.
kannel.conf
(application/octet-stream, 960 B)
group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar status-password = foo log-file = "/var/log/kannel/bearerbox.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" group = smsc smsc = at modemtype = huawei device = /dev/ttyUSB2 speed = 19200 my-number = 7590849100 validityperiod = 167 group = modems id = huawei name = "huawei e1752Cu" detect-string = "huawei" init-string = "AT+CNMI=1,2,0,1,0" speed = 115200 group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 sendsms-chars = "0123456789 +-" log-file = "/var/log/kannel/smsbox.log" log-level = 0 access-log = "/var/log/kannel/access.log" group = sendsms-user username = kannel password = kannel concatenation = true max-messages = 3 group = sms-service keyword = default get-url = "http://localhost/kannel/receivesms.php?sender=%p&text=%b" accept-x-kannel-headers = true max-messages = 3 concatenation = true catch-all = true