Hi all, I have almost everything configured I guess, but only a slight problem. I can send sms through my http interface which means my smsc is set up correctly(true?) but if I send an sms with a specific keyword to my smsc kannel does not seem to notice detect any incoming message.
Regards, Tinatsei Below is my .conf file. I'm running Kannel 1.4.1 on Fedora Core. # This is the core group (bearerbox which is essentially the heart of Kannel) group = core admin-port = 13000 admin-password = bar smsbox-port = 13001 log-file = "/tmp/mobile_companion.log" #log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" # This is the SMSC group(s). This routes sms requests to/from users to Kannel group = smsc smsc = at smsc-id = my_smsc my-number = my_num sms-center = my_smsc_num modemtype = Nokia device = /dev/com8 speed = 115200 connect-allow-ip = 127.0.0.1 log-level = 0 include = "/usr/tmp/kannel/modems.conf" # This is the SMSbox group configuration group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = my_number log-level = 0 # SERVICES group = sms-service keyword = nop max-messages = 10 #post-url = "http://localhost/%S.wml" accept-x-kannel-headers = true concatenation = true text = "Recieved!" get-url = "http://localhost/%s.php/sms?phone=%p&text=%a" # there should be default always group = sms-service keyword = default text = "No service specified" # SEND SMS USER FOR SMS PUSH group = sendsms-user username = foo password = bar max-messages = 10 concatenation = true
