Run Kannel 1.4.5 as the ESME against our server: 21 scenarios pass, no defects found
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
group = core
|
||||
admin-port = 13000
|
||||
admin-password = kanneladmin
|
||||
smsbox-port = 13001
|
||||
log-level = 0
|
||||
dlr-storage = internal
|
||||
|
||||
group = smsc
|
||||
smsc = smpp
|
||||
smsc-id = node-main
|
||||
host = node
|
||||
port = 2775
|
||||
smsc-username = kannel
|
||||
smsc-password = kannelpw
|
||||
system-type = "kannel-esme"
|
||||
transceiver-mode = true
|
||||
interface-version = "34"
|
||||
enquire-link-interval = 5
|
||||
max-pending-submits = 10
|
||||
reconnect-delay = 1
|
||||
wait-ack = 5
|
||||
wait-ack-expire = 0
|
||||
|
||||
group = smsbox
|
||||
bearerbox-host = kannel-bearerbox
|
||||
sendsms-port = 13013
|
||||
global-sender = 46700000000
|
||||
# Kannel's HTTP client intermittently loses the race on its own non-blocking connect
|
||||
# ("Socket not connected", no retry by default) - retry so a flaky fetch isn't a lost DLR/MO.
|
||||
http-request-retry = 3
|
||||
http-queue-delay = 1
|
||||
|
||||
group = sendsms-user
|
||||
username = tester
|
||||
password = testerpw
|
||||
max-messages = 10
|
||||
concatenation = true
|
||||
|
||||
group = sms-service
|
||||
keyword = default
|
||||
get-url = "http://node:8080/mo?from=%p&to=%P&text=%a&coding=%c&udh=%u"
|
||||
max-messages = 0
|
||||
omit-empty = true
|
||||
Reference in New Issue
Block a user