Hello, I installed Kannel 1.2.1 on a Debian Sarge. I can receive SMSs, but I can't call a URI to pass some data to a web appl (Apache logs don't show anything about).
I read documentation and some old posts into this list, but I can't understand where's the problem... Any help? This is my config file /etc/kannel/kannel.conf: =========================================================== group = core admin-port = 13000 admin-password = foo log-file = "/var/log/kannel/kannel.log" log-level = 1 access-log = "/var/log/kannel/access.log" group = smsc smsc = emi2 smsc-id = EX host = "1.2.3.4" port = 4152 smsc-username = "98395734" smsc-password = "Xyyth54fuw" our-port = 1070 receive-port = 1060 keepalive = 30 my-number = 98395734 group = smsbox bearerbox-host = localhost sendsms-port = 13131 sendsms-chars = "0123456789 +-" global-sender = 98395734 log-file = "/var/log/kannel/smsbox.log" log-level = 1 access-log = "/var/log/kannel/access.log" group = sendsms-user username = 98395734 password = Xyyth54fuw group = sms-service name = default_service keyword = default catch-all = true send-sender = true omit-empty = true get-url = "http://localhost/admin/insert-SSMS.php?sms_num=%p&sms_text=%b" =========================================================== Cheers, Matteo
