I read in the user guide that the generic HTTP SMSC connector should only be used for MT routing, although I configured it as it was a Kannel HTTP SMSC connector and I could receive MO's using the URI /?from=&to=&username=&password=&text=. Is this OK and user guide is wrong or is there some catch in there?
P.D. Here is the configuration: group = smsc smsc-id = movistar smsc = http system-type = generic port = 8009 smsc-username = test smsc-password = test send-url = "http://localhost:8000/movistar/mt/?from=%P&to=%p&text=%b" preferred-prefix = "593" status-success-regex = 100 status-permfail-regex = 200 status-tempfail-regex = 300 allowed-prefix-regex = "^(593|0)(((84)[0-9])|((87)[0-2])|((92)[5-9])|((95)[0-9])|((98)[0-9])|((99)[0|2|7|8|9]))" Thanks. Eduardo Raad
