I have such config group = smsc smsc-id = http-link smsc = http system-type = generic smsc-username = http smsc-password = pass port = 13015 send-url = "http://localhost/test_http.php" alt-charset = utf8 no-coding = true status-success-regex = "ok" status-permfail-regex = "failure" status-tempfail-regex = "retry later" generic-foreign-id-regex = "<id>(.+)</id>" generic-param-from = "phoneNumber" generic-param-to = "shortCode" generic-message-sent = "Message sent with ID: %I" generic-status-sent = 200 generic-status-error = 404 allowed-smsc-id = http-link
When I use http string http://10.0.1.201:13003/cgi-bin/sendsms?smsc=http-link&username=test&password=test&from=777&to=999&text=test - I see sms going to test_http.php like Im sending it out of Kannel, not in. When I use http string http://10.0.1.201:13015/cgi-bin/sendsms?smsc=http-link&username=test&password=test&from=777&to=999&text=test<http://10.0.1.201:13003/cgi-bin/sendsms?smsc=http-link&username=test&password=test&from=777&to=999&text=test> - I get Error 324 (net::ERR_EMPTY_RESPONSE): or nothing. How to put sms in http link? (not through it)