Hi there,
 
I have Kannel working as a wap gateway and as sms gateway and is working just fine.. 
 
I�m having some trouble now sending wap push messages. Does anybody know how is the script to send the wap push message, with the link to the page or the file.
 
my current configuration is:
 
 
# BEARERBOX SETUP, for Kannel core operations
 
group = core
admin-port = 13000
smsbox-port = 13001
wapbox-port = 13002
admin-password = bar
status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
wdp-interface-name = "*"
#log-file = "/tmp/bearerbox.log"
#log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;10.2.x.x;10.50.*.*"
#unified-prefix = "+358,00358,0;+,00"
access-log = "/tmp/kannel.access"
#store-file = "/tmp/kannel.store"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
#ssl-certkey-file = "mycertandprivkeyfile.pem"
 
# WAPBOX SETUP, for pushing and for pulling (fetching) the wap data
 
group = wapbox
bearerbox-host = localhost
log-file = "/tmp/wapbox.log"
log-level = 0
syslog-level = none
 
# PPG CORE SETUP, for defining the push request interface
 
group = ppg
ppg-url = "">ppg-port = 8080
#ppg-ssl-port = 8081
concurrent-pushes = 100
trusted-pi = false
users = 1024
#ppg-deny-ip = "*.*.*.*"
ppg-allow-ip = "*.*.*.*"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
 
# PPG USER SETUP, for authorizing a specific push user
 
group = wap-push-user
wap-push-user = foo
ppg-username = foo
ppg-password = bar
#country-prefix = +358
#allowed-prefix = "40;60;70"
#denied-prefix = 50
#white-list = http://localhost:8082/whitelist
#black-list =  http://localhost:8082/blacklist
#deny-ip = "*.*.*.*"
#allow-ip = "127.0.0.1"
 
group = smsc
smsc = smpp
host = xx.xx.xx.xx
port = 6200
receive-port = 6200
smsc-username = "user"
smsc-password = "pass"
system-type = "Type"
address-range = ""
dest-addr-ton = 1
dest-addr-npi = 1
connect-allow-ip = 127.0.0.1
 
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 13013
#sendsms-chars = "0123456789 +-"
log-file = "/tmp/smsbox.log"
log-level = 0
access-log = "/tmp/smsaccess.log"
 

# SEND-SMS USERS
 
group = sendsms-user
username = tester
password = foobar
#user-deny-ip = ""
#user-allow-ip = ""
 
 
 
Thanks,
 
Carlos

Reply via email to