Hello,

I'm quite new to kannel but I managed to configure it to conect to a SMSC
via SMPP and sucesfully send messeges using a http ling.

What I whant to do but It seems quite tricky:


1.I have to receive different sms from the SMSC and look at destination
number  they were sent and acording to this number do severel things. eg
when a mobile phone sends a sms to 333 i have to grab the originating phone
number and pass it to another application that will report back to that
mobile total costs for his mobile sessions in a month.

2. I have several companies (advertisement via short numbers) who connect to
my sms gateway via a port from a ip with a username and password. How can I
tell kannel to listen to that port for smpp connections and then forward
that sms via the real SMSC to a mobile phone.

3. Can I authentificate users (clients that send throu my smsc advertisemnt
messeges) against a oracle database where I store the user name, password,
port and ip of the client????

Here is my currect working configuration:

group = core
admin-port = 13000
admin-password = nxxxxxxxxxxx
admin-deny-ip = 
admin-allow-ip = 127.0.0.1
smsbox-port = 13001
store-file = /etc/kannel/store_file
box-allow-ip = 127.0.0.1
log-file = /etc/kannel/logs/core.log
log-level = 0
access-log = /etc/kannel/logs/core_acess.log
#unified-prefix =
#white-list =
#black-list =
#http-proxy-host =
#http-proxy-port =
#http-proxy-exceptions =
status-password = netmon1

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 13013
sendsms-url = /cgi-bin/sendsms
access-log = /etc/kannel/logs/smsbox_acess.log
log-file = /etc/kannel/logs/smsbox.log
log-level = 0

group = sms-service
keyword = localhost
get-url = "http://localhost:13013/cgi-bin/sendsms/%S";
accept-x-kannel-headers = true
accepted-smsc = ZTE
max-messages = 3
concatenation = 1

group = sendsms-user
username = test
password = test
default-smsc = ZTE
concatenation = 1
max-messages = 10
user-deny-ip = ""
user-allow-ip = ""
forced-smsc = ZTE

group = smsc
smsc = smpp
smsc-id = ZTE
host = xxxxxxxxxxxxxxxxxxxx
port = xxxxxxxxxxx
interface-version = "33"
smsc-username = devin1
smsc-password = devin1
log-file = /etc/kannel/logs/smsc.log
log-level = 0
system-type = ""




-- 
View this message in context: 
http://www.nabble.com/filterind-sms-with-kannel-on-incoming-tp19408149p19408149.html
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to