hi!

I'm currently installed kannel 1.4.1 stable in Red Hat 3.4.6-3...
I have read a lot of post both nabble and mail archives on kannel.org
read and reread the user manual of kannel but I dont know what I done wrong

More power to all of you that read...
Please help a newbie here... I actually had this problem from 2weeks right 
now... 
I'm missing my deadline poor me...

#---------------------------------------------
# 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 = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/opt/julius/sms/gateway-1.4.1/gw/logs/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;172.20.50.17"
#unified-prefix = "+358,00358,0;+,00"
access-log = "/opt/julius/sms/gateway-1.4.1/gw/logs/access.log"
store-file = "/opt/julius/sms/gateway-1.4.1/gw/logs/kannel.store"
#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 = 172.20.50.17

#---------------------------------------------
# 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 = 172.20.50.17
sendsms-port = 13013
#global-sender = 13013
sendsms-chars = "0123456789 +-"
log-file = "/opt/julius/sms/gateway-1.4.1/gw/logs/smsbox.log"
log-level = 0
access-log = "/opt/julius/sms/gateway-1.4.1/gw/logs/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 = tester
password = foobar
#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!"
# Service for catching url messages

group = sms-service
keyword = sms
catch-all = yes
name = http
get-url = "http://172.20.50.17/service?keyword=%k&to=%P&text=%r";;
accept-x-kannel-headers = true
max-messages = 0
concatenation = true

# 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"


      

Reply via email to