Hi User List
Im trying to configure Kannel to allow WAP Pushes to two different SMSCs.
My problem is - they each require a different originating number
(global-sender parameter in the ppg group). Is there a way of specifying the
originating number for each WAP Push (similar to the 'from' parameter in
sendsms)?

This is my config file ...

group = core
admin-port = ...
admin-password = aaa
status-password = aaa
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
smsbox-port = 13001
wapbox-port = 13002
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0

group = smsc
smsc = smpp
host = ...
port = ...
transceiver-mode = true
smsc-username = "aaa"
smsc-password = aaa
system-type = 'VMA'
address-range = ""
msg-id-type = 0
throughput = 30
smsc-id = smsc1
allowed-smsc-id = "smsc1"
log-file =  "/var/log/kannel/smsc1.log"
log-level = 0

group = smsc
smsc = smpp
host = ...
port = ...
transceiver-mode = true
smsc-username = "aaa"
smsc-password = aaa
system-type = 'VMA'
address-range = ""
msg-id-type = 0
throughput = 30
smsc-id = smsc2
allowed-smsc-id = "smsc2"
log-file =  "/var/log/kannel/smsc2.log"
log-level = 0

group = wapbox
bearerbox-host = 127.0.0.1
log-file = "/var/log/kannel/wapbox.log"
log-level = 0
syslog-level = none

group = smsbox
smsbox-id = smsbox1
bearerbox-host = localhost
sendsms-port = 13131
sendsms-chars = "0123456789 "
access-log = "/var/log/kannel/access.log"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0

group = smsbox-route
smsbox-id = smsbox1
smsc-ids = "smsc1;smsc2"

group = ppg
ppg-url = /wappush
ppg-port = 8080
service-name = ppg
ppg-smsbox-id = smsbox1
concurrent-pushes = 100
users = 1024
global-sender = 12345
trusted-pi = false
ppg-allow-ip = ...

group = wap-push-user
wap-push-user = pushtest
ppg-username = zzz
ppg-password = zzz
allow-ip = ...

group = sms-service
keyword = default
max-messages = 0
get-url = "http://.....";

group = sendsms-user
username = xxx
password = xxx
forced-smsc = smsc1

group = sendsms-user
username = yyy
password = yyy
forced-smsc = smsc2

Reply via email to