Hi...

I've configured my conf file for wap push. The bearerbox runs successfully,
but i try to run the smsbox or the wapbox i get the following
*2009-12-14 11:37:43 [6440] [5] INFO: Box connection tried from denied host
<127.0.0.1>, disconnected
2009-12-14 11:37:43 [6440] [5] ERROR: Failed to create new boxc connection.*



my configuration file is as follows

# CORE
group=core
admin-port=13000
smsbox-port=13001
wapbox-port=13002
admin-password=bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/home/rajeev/sms_mms/kannel.log"
#log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "137.0.0.1"
#unified-prefix = "+358,00358,0;+,00"
#access-log = "/tmp/access.log"
#store-file = "kannel.store"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
#ssl-certkey-file = "mycertandprivkeyfile.pem"

#WAP-BOX
group=wapbox
bearerbox-host=localhost
log-file = "/home/rajeev/sms_mms/wapbox.log"
syslog-level = none


#SMSC
group=smsc
smsc=at
smsc-id="SMSC"
modemtype=moto
device = /dev/ttyACM0
speed = 9600
#sms-center = +919849087001

#MODEM
group = modems
id = moto
name = "Motorola"
detect-string = "Motorola"
keepalive-cmd = "AT+CMGL"
#init-string = "AT+CNMI=0,0, 0, 1,0"
init-string="AT+CNMI=2,1,0,1,0;+CMGF=0;+CMEE=1"
#enable-hwhs = false

#SMSBOX
group = smsbox
bearerbox-host = localhost
smsbox-id = dlrbox
sendsms-port = 13013
global-sender = 13013
log-file = "/home/rajeev/sms_mms/smsbox.log"
access-log = "/home/rajeev/sms_mms/access.log"

#sendsms-user
group=sendsms-user
username = tester
password = foobar
max-messages = 3
concatenation = true

# SERVICES
group = sms-service
keyword = complex
text = "You asked nothing and I did it!"

group = sms-service
keyword = default
text = "No service specified"



#PPG-PUSH-PROXY-GATEWAY
group = ppg
ppg-url = /wappush
ppg-port = 8080
concurrent-pushes = 100
users = 1024
#ppg-allow-ip = 194.100.32.135;137.0.0.1
#ppg-deny-ip = 194.100.32.89;194.100.32.103
trusted-pi = true

#WAP-USER
group = wap-push-user
wap-push-user = insi
ppg-username = foo
ppg-password = bar
#service-name = ppg
#ppg-smsbox-id = dlrbox

Reply via email to