# # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # This basic version is used for system testing. It expects 'fakesmsc' to # send messages which are replied with simple fixed text message. # It is run like this: # # 1% gw/bearerbox gw/smskannel.conf # 2% gw/smsbox gw/smskannel.conf # 3% test/fakesmsc -i 0.1 -m 100 "123 345 text nop" # # ..all 3 commands in separate shells (or screen sessions) # Note that you can run them in different machines but have to # add certain command line argument and configuration variables then # # # For any modifications to this file, see Kannel User Guide # If that does not help, see Kannel web page (http://www.kannel.org) and # various online help and mailing list archives # # Notes on those who base their configuration on this: # 1) check security issues! (allowed IPs, passwords and ports) # 2) groups cannot have empty rows inside them! # 3) read the user guide # # Kalle Marjola for Kannel project 2001, 2004 #--------------------------------------------- # CORE # # There is only one core group and it sets all basic settings # of the bearerbox (and system). You should take extra notes on # configuration variables like 'store-file' (or 'store-dir'), # 'admin-allow-ip' and 'access.log' group = core admin-port = 13000 smsbox-port = 13001 admin-password = passwdhere #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" log-file = "/var/log/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #unified-prefix = "+358,00358,0;+,00" access-log = "/var/log/access.log" store-file = "/var/log/kannel.store" dlr-storage = mysql #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem" #--------------------------------------------- # SMSC CONNECTIONS # # SMSC connections are created in bearerbox and they handle SMSC specific # protocol and message relying. You need these to actually receive and send # messages to handset, but can use GSM modems as virtual SMSCs # This is a fake smsc connection, _only_ used to test the system and services. # It really cannot relay messages to actual handsets! #group = smsc #smsc = fake #smsc-id = FAKE #port = 10000 #connect-allow-ip = 127.0.0.1 group = smsc smsc = smpp smsc-id = route1 allowed-smsc-id = route1 preferred-smsc-id = route1 host = smsc-hostname-here port = port_number transceiver-mode = 1 smsc-username = "username" smsc-password = passwd interface-version = 0x34 system-type = "NULL" source-addr-ton = 0 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 msg-id-type = 0x00 source-addr-autodetect = 1 enquire-link-interval = 180 group = smsc smsc = smpp smsc-id = route2 allowed-smsc-id = route2 preferred-smsc-id = route2 host = hostip_as_given_by_smsc port = port_no transceiver-mode = 1 smsc-username = "username" smsc-password = passwd interface-version = 0x34 system-type = "given_by_smsc" source-addr-ton = 1,5 source-addr-npi = 1,0 dest-addr-ton = 1 dest-addr-npi = 1 msg-id-type = 0x00 source-addr-autodetect = 1 enquire-link-interval = 180 #--------------------------------------------- # SMSBOX SETUP # # Smsbox(es) do higher-level SMS handling after they have been received from # SMS centers by bearerbox, or before they are given to bearerbox for delivery group = smsbox bearerbox-host = 127.0.0.1 sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" log-file = "/var/log/smsbox.log" log-level = 0 access-log = "/var/log/access.log" #--------------------------------------------- # SEND-SMS USERS # # These users are used when Kannel smsbox sendsms interface is used to # send PUSH sms messages, i.e. calling URL like # http://kannel.machine:13013/cgi-bin/sendsms?username=tester&password=foobar... group = sendsms-user username = username password = passwd concatenation= true max-messages = 10 dlr-url="http://localhost/sendsms.php?to=%P&text=%s&type=%d&time=%t&smsc-id=%i&udh=%u&msg-id=%I&from=%p" #user-deny-ip = "" #user-allow-ip = "" #--------------------------------------------- # SERVICES # # These are 'responses' to sms PULL messages, i.e. messages arriving from # handsets. The response is based on message content. Only one sms-service is # applied, using the first one to match. group = sms-service keyword = nop text = "You asked nothing and I did it!" # There should be always a 'default' service. This service is used when no # other 'sms-service' is applied. #group = sms-service #keyword = default #text = "No service specified" group=sms-service keyword=default #keyword-regex = .* #catch-all = yes post-url="http://localhost/sendsms.php?to=%P&text=%s&type=%d&time=%t&smsc-id=%i&udh=%u&msg-id=%I&from=%p" #accept-x-kannel-headers = 1 concatenation = true max-messages=0 #mysql connection group = mysql-connection id = mydlr host = localhost username = username password = passwd database = db_name max-connections = 1 group = dlr-db id = mydlr table = dlr_table field-smsc = smsc field-timestamp = timestamp field-destination = recipent field-source = sender field-service = service field-url = url field-mask = mask field-status = status field-boxc-id = boxc