If you want to re-route all sms requests without having keyword at all, you need to add this parameter into your kannel.conf:
... group = sms-service keyword = default get-url = "http://192.168.0.111/?msisdn=%p&message=%a" accepted-smsc = MYSMSC max-messages = 0 ...
And because max-messages = 0 then it means you have to push the request back manually. Hope it can helps you and others.
Regards
Willy
