I am not receiving incoming sms. I have the following settings in Kannel config:
--------------------------------------------- group = sms-service catch-all = yes max-messages = 0 get-url = "http://192.168.1.10/inboundsms.php?phone=%p&text=%a" group = sms-service keyword = default text = "No service specified" -------------------------------------------- Kannel log file has the following: -------------------------------------------- 2011-10-11 14:25:51 [1154] [4] INFO: Starting to service <test sms> from <+11231231234> to <+11231231234> 2011-10-11 14:25:51 [1154] [4] INFO: No reply sent, denied. -------------------------------------------- What else should be done to collect incoming SMS?