Hello All, Just to be sure, I would like you confirm me my conf is ok.
The goal: receive MO via a smpp smsc and forward it to a PHP script. So I have: 1- Created a smsbox group wich looks like: group = smsbox bearerbox-host = localhost sendsms-chars = "0123456789 +-" log-file = "/www/kannel/log/smsbox.log" log-level = 1 sendsms-port = 13001 2- created a smsc group wich looks like this: ## # Connexion Premium SMS US MO 1 group = smsc smsc = smpp smsc-id = "SMPP_PREMIUM_US_MO_1" host = "smpp.psms.us.mblox.com" receive-port = 3204 port = 0 smsc-username = "xxxxxxxx" smsc-password = "xxxxxxxx" system-type = "xxxxxxxxx" address-range = "" enquire-link-interval = 10 reconnect-delay = 2 3- created a sms-service group: group = sms-service keyword = default catch-all = true concatenation = true accept-x-kannel-headers = true get-url = "http://mydomain.ext/sys_getmo.php?from=%p&to=%P&message=%b&k=%k&r=%r&a=%a&b =%b&t=%t&q=%q&Q=%Q&i=%i&d=%d&A=%A&n=%n&c=%c&C=%C&u=%u" Well, do you think this configuration is ok ? Is there a better way to do it ? I use kannel stable version. Thanks, Matthias
